lib/openstudio-standards/standards/Standards.BoilerHotWater.rb in openstudio-standards-0.2.11 vs lib/openstudio-standards/standards/Standards.BoilerHotWater.rb in openstudio-standards-0.2.12.rc1
- old
+ new
@@ -16,10 +16,10 @@
case boiler_hot_water.fuelType
when 'NaturalGas'
fuel_type = 'Gas'
when 'Electricity'
fuel_type = 'Electric'
- when 'FuelOil#1', 'FuelOil#2'
+ when 'FuelOilNo1', 'FuelOilNo2'
fuel_type = 'Oil'
else
OpenStudio.logFree(OpenStudio::Warn, 'openstudio.standards.BoilerHotWater', "For #{boiler_hot_water.name}, a fuel type of #{fuelType} is not yet supported. Assuming 'Gas.'")
fuel_type = 'Gas'
end