lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb in openstudio-standards-0.2.11 vs lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb in openstudio-standards-0.2.12.rc1

- old
+ new

@@ -234,11 +234,11 @@ # any fuels used by zone equipment, reheat terminals, # the air loops serving the zone, and any plant loops # serving those air loops. # # return [Array<String>] An array. Possible values are - # Electricity, NaturalGas, PropaneGas, FuelOil#1, FuelOil#2, + # Electricity, NaturalGas, PropaneGas, FuelOilNo1, FuelOilNo2, # Coal, Diesel, Gasoline, DistrictCooling, DistrictHeating, # and SolarEnergy. def heating_fuels fuels = [] @@ -276,10 +276,10 @@ # any fuels used by zone equipment, reheat terminals, # the air loops serving the zone, and any plant loops # serving those air loops. # # return [Array<String>] An array. Possible values are - # Electricity, NaturalGas, PropaneGas, FuelOil#1, FuelOil#2, + # Electricity, NaturalGas, PropaneGas, FuelOilNo1, FuelOilNo2, # Coal, Diesel, Gasoline, DistrictCooling, DistrictHeating, # and SolarEnergy. def cooling_fuels fuels = []