lib/openstudio-standards/standards/Standards.Model.rb in openstudio-standards-0.1.13 vs lib/openstudio-standards/standards/Standards.Model.rb in openstudio-standards-0.1.14

- old
+ new

@@ -1242,13 +1242,13 @@ building_type = nil) end end # If electric zone heat - electric_reheat = false + reheat_type = 'Water' if zone_heat_fuel == 'Electricity' - electric_reheat = true + reheat_type = 'Electricity' end # Group zones by story story_zone_lists = group_zones_by_story(zones) @@ -1286,10 +1286,10 @@ nil, 0.62, 0.9, OpenStudio.convert(4.0, 'inH_{2}O', 'Pa').get, nil, - electric_reheat, + reheat_type, nil) end # Add a PSZ_AC for each secondary zone unless sec_zones.empty?