openstudio-model-articulation 0.8.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/Gemfile +12 -5
- data/Jenkinsfile +1 -1
- data/README.md +2 -0
- data/lib/measures/SimplifyGeometryToSlicedBar/measure.rb +32 -37
- data/lib/measures/SimplifyGeometryToSlicedBar/measure.xml +34 -80
- data/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_cofee.rb +10 -9
- data/lib/measures/SpaceTypeAndConstructionSetWizard/measure.rb +10 -13
- data/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml +28 -28
- data/lib/measures/blended_space_type_from_floor_area_ratios/measure.rb +31 -14
- data/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml +36 -36
- data/lib/measures/blended_space_type_from_model/measure.rb +12 -5
- data/lib/measures/blended_space_type_from_model/measure.xml +47 -47
- data/lib/measures/create_DOE_prototype_building/measure.rb +1 -1
- data/lib/measures/create_DOE_prototype_building/measure.xml +19 -875
- data/lib/measures/create_bar_from_building_type_ratios/README.md +2 -13
- data/lib/measures/create_bar_from_building_type_ratios/measure.rb +122 -30
- data/lib/measures/create_bar_from_building_type_ratios/measure.xml +108 -349
- data/lib/measures/create_bar_from_deer_building_type_ratios/README.md +21 -1
- data/lib/measures/create_bar_from_deer_building_type_ratios/measure.rb +120 -18
- data/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml +94 -32
- data/lib/measures/create_bar_from_doe_building_type_ratios/measure.rb +127 -18
- data/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml +48 -26
- data/lib/measures/create_bar_from_model/measure.rb +17 -18
- data/lib/measures/create_bar_from_model/measure.xml +41 -41
- data/lib/measures/create_bar_from_space_type_ratios/README.md +1 -1
- data/lib/measures/create_bar_from_space_type_ratios/measure.rb +94 -14
- data/lib/measures/create_bar_from_space_type_ratios/measure.xml +104 -63
- data/lib/measures/create_baseline_building/measure.xml +33 -33
- data/lib/measures/create_deer_prototype_building/measure.xml +15 -15
- data/lib/measures/create_parametric_schedules/measure.rb +17 -20
- data/lib/measures/create_parametric_schedules/measure.xml +15 -15
- data/lib/measures/create_typical_building_from_model/README.md +16 -16
- data/lib/measures/create_typical_building_from_model/measure.rb +84 -18
- data/lib/measures/create_typical_building_from_model/measure.xml +159 -211
- data/lib/measures/create_typical_deer_building_from_model/README.md +38 -5
- data/lib/measures/create_typical_deer_building_from_model/measure.rb +84 -12
- data/lib/measures/create_typical_deer_building_from_model/measure.xml +165 -65
- data/lib/measures/create_typical_doe_building_from_model/README.md +17 -4
- data/lib/measures/create_typical_doe_building_from_model/measure.rb +84 -12
- data/lib/measures/create_typical_doe_building_from_model/measure.xml +125 -65
- data/lib/measures/deer_space_type_and_construction_set_wizard/measure.rb +13 -16
- data/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml +72 -29
- data/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.rb +4 -4
- data/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml +21 -21
- data/lib/measures/merge_spaces_from_external_file/measure.rb +4 -4
- data/lib/measures/merge_spaces_from_external_file/measure.xml +34 -34
- data/lib/measures/radiant_slab_with_doas/README.md +0 -8
- data/lib/measures/radiant_slab_with_doas/measure.rb +2 -11
- data/lib/measures/radiant_slab_with_doas/measure.xml +31 -40
- data/lib/measures/replace_geometry_by_story/measure.rb +6 -10
- data/lib/measures/replace_geometry_by_story/measure.xml +19 -19
- data/lib/measures/set_nist_infiltration_correlations/measure.rb +34 -25
- data/lib/measures/set_nist_infiltration_correlations/measure.xml +38 -38
- data/lib/openstudio/model_articulation/version.rb +1 -1
- data/openstudio-model-articulation.gemspec +11 -4
- metadata +69 -16
- data/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_geometry.rb +0 -1174
- data/lib/measures/SimplifyGeometryToSlicedBar/resources/os_lib_helper_methods.rb +0 -367
- data/lib/measures/create_typical_building_from_model/resources/Model.hvac.rb +0 -608
@@ -1,608 +0,0 @@
|
|
1
|
-
# ComStock™, Copyright (c) 2020 Alliance for Sustainable Energy, LLC. All rights reserved.
|
2
|
-
# See top level LICENSE.txt file for license terms.
|
3
|
-
|
4
|
-
# *******************************************************************************
|
5
|
-
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
6
|
-
# See also https://openstudio.net/license
|
7
|
-
# *******************************************************************************
|
8
|
-
|
9
|
-
class OpenStudio::Model::Model
|
10
|
-
# Adds the HVAC system as derived from the combinations of CBECS 2012 MAINHT and MAINCL fields.
|
11
|
-
# Mapping between combinations and HVAC systems per http://www.nrel.gov/docs/fy08osti/41956.pdf
|
12
|
-
# Table C-31
|
13
|
-
def add_cbecs_hvac_system(standard, system_type, zones)
|
14
|
-
# the 'zones' argument includes zones that have heating, cooling, or both
|
15
|
-
# if the HVAC system type serves a single zone, handle zones with only heating separately by adding unit heaters
|
16
|
-
# applies to system types PTAC, PTHP, PSZ-AC, and Window AC
|
17
|
-
heated_and_cooled_zones = zones.select { |zone| standard.thermal_zone_heated?(zone) && standard.thermal_zone_cooled?(zone) }
|
18
|
-
heated_zones = zones.select { |zone| standard.thermal_zone_heated?(zone) }
|
19
|
-
cooled_zones = zones.select { |zone| standard.thermal_zone_cooled?(zone) }
|
20
|
-
cooled_only_zones = zones.select { |zone| !standard.thermal_zone_heated?(zone) && standard.thermal_zone_cooled?(zone) }
|
21
|
-
heated_only_zones = zones.select { |zone| standard.thermal_zone_heated?(zone) && !standard.thermal_zone_cooled?(zone) }
|
22
|
-
system_zones = heated_and_cooled_zones + cooled_only_zones
|
23
|
-
|
24
|
-
# system type naming convention:
|
25
|
-
# [ventilation strategy] [ cooling system and plant] [heating system and plant]
|
26
|
-
|
27
|
-
case system_type
|
28
|
-
|
29
|
-
when 'Baseboard electric'
|
30
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
31
|
-
|
32
|
-
when 'Baseboard gas boiler'
|
33
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
34
|
-
|
35
|
-
when 'Baseboard central air source heat pump'
|
36
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'AirSourceHeatPump', znht = nil, cl = nil, heated_zones)
|
37
|
-
|
38
|
-
when 'Baseboard district hot water'
|
39
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'DistrictHeating', znht = nil, cl = nil, heated_zones)
|
40
|
-
|
41
|
-
when 'Direct evap coolers with baseboard electric'
|
42
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
43
|
-
standard.model_add_hvac_system(self, 'Evaporative Cooler', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
44
|
-
|
45
|
-
when 'Direct evap coolers with baseboard gas boiler'
|
46
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
47
|
-
standard.model_add_hvac_system(self, 'Evaporative Cooler', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
48
|
-
|
49
|
-
when 'Direct evap coolers with baseboard central air source heat pump'
|
50
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'AirSourceHeatPump', znht = nil, cl = nil, heated_zones)
|
51
|
-
standard.model_add_hvac_system(self, 'Evaporative Cooler', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
52
|
-
|
53
|
-
when 'Direct evap coolers with baseboard district hot water'
|
54
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'DistrictHeating', znht = nil, cl = nil, heated_zones)
|
55
|
-
standard.model_add_hvac_system(self, 'Evaporative Cooler', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
56
|
-
|
57
|
-
when 'Direct evap coolers with forced air furnace'
|
58
|
-
# Using unit heater to represent forced air furnace to limit to one airloop per thermal zone.
|
59
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
60
|
-
standard.model_add_hvac_system(self, 'Evaporative Cooler', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
61
|
-
|
62
|
-
when 'Direct evap coolers with gas unit heaters'
|
63
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
64
|
-
standard.model_add_hvac_system(self, 'Evaporative Cooler', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
65
|
-
|
66
|
-
when 'Direct evap coolers with no heat'
|
67
|
-
standard.model_add_hvac_system(self, 'Evaporative Cooler', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
68
|
-
|
69
|
-
when 'DOAS with fan coil chiller with boiler'
|
70
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones)
|
71
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
72
|
-
zone_equipment_ventilation: false)
|
73
|
-
|
74
|
-
when 'DOAS with fan coil chiller with central air source heat pump'
|
75
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'AirSourceHeatPump', znht = nil, cl = 'Electricity', zones)
|
76
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'AirSourceHeatPump', znht = nil, cl = 'Electricity', zones,
|
77
|
-
zone_equipment_ventilation: false)
|
78
|
-
|
79
|
-
when 'DOAS with fan coil chiller with district hot water'
|
80
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'DistrictHeating', znht = nil, cl = 'Electricity', zones)
|
81
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'DistrictHeating', znht = nil, cl = 'Electricity', zones,
|
82
|
-
zone_equipment_ventilation: false)
|
83
|
-
|
84
|
-
when 'DOAS with fan coil chiller with baseboard electric'
|
85
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = nil, znht = nil, cl = 'Electricity', zones)
|
86
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones,
|
87
|
-
zone_equipment_ventilation: false)
|
88
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
89
|
-
|
90
|
-
when 'DOAS with fan coil chiller with gas unit heaters'
|
91
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = nil, znht = nil, cl = 'Electricity', zones)
|
92
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones,
|
93
|
-
zone_equipment_ventilation: false)
|
94
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
95
|
-
|
96
|
-
when 'DOAS with fan coil chiller with no heat'
|
97
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = nil, znht = nil, cl = 'Electricity', zones)
|
98
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones,
|
99
|
-
zone_equipment_ventilation: false)
|
100
|
-
|
101
|
-
when 'DOAS with fan coil air-cooled chiller with boiler'
|
102
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
103
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
104
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
105
|
-
chilled_water_loop_cooling_type: 'AirCooled',
|
106
|
-
zone_equipment_ventilation: false)
|
107
|
-
|
108
|
-
when 'DOAS with fan coil air-cooled chiller with central air source heat pump'
|
109
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'AirSourceHeatPump', znht = nil, cl = 'Electricity', zones,
|
110
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
111
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'AirSourceHeatPump', znht = nil, cl = 'Electricity', zones,
|
112
|
-
chilled_water_loop_cooling_type: 'AirCooled',
|
113
|
-
zone_equipment_ventilation: false)
|
114
|
-
|
115
|
-
when 'DOAS with fan coil air-cooled chiller with district hot water'
|
116
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'DistrictHeating', znht = nil, cl = 'Electricity', zones,
|
117
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
118
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'DistrictHeating', znht = nil, cl = 'Electricity', zones,
|
119
|
-
chilled_water_loop_cooling_type: 'AirCooled',
|
120
|
-
zone_equipment_ventilation: false)
|
121
|
-
|
122
|
-
when 'DOAS with fan coil air-cooled chiller with baseboard electric'
|
123
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = nil, znht = nil, cl = 'Electricity', zones,
|
124
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
125
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones,
|
126
|
-
chilled_water_loop_cooling_type: 'AirCooled',
|
127
|
-
zone_equipment_ventilation: false)
|
128
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
129
|
-
|
130
|
-
when 'DOAS with fan coil air-cooled chiller with gas unit heaters'
|
131
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = nil, znht = nil, cl = 'Electricity', zones,
|
132
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
133
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones,
|
134
|
-
chilled_water_loop_cooling_type: 'AirCooled',
|
135
|
-
zone_equipment_ventilation: false)
|
136
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
137
|
-
|
138
|
-
when 'DOAS with fan coil air-cooled chiller with no heat'
|
139
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = nil, znht = nil, cl = 'Electricity', zones,
|
140
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
141
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones,
|
142
|
-
chilled_water_loop_cooling_type: 'AirCooled',
|
143
|
-
zone_equipment_ventilation: false)
|
144
|
-
|
145
|
-
when 'DOAS with fan coil district chilled water with boiler'
|
146
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
|
147
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones,
|
148
|
-
zone_equipment_ventilation: false)
|
149
|
-
|
150
|
-
when 'DOAS with fan coil district chilled water with central air source heat pump'
|
151
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'AirSourceHeatPump', znht = nil, cl = 'DistrictCooling', zones)
|
152
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'AirSourceHeatPump', znht = nil, cl = 'DistrictCooling', zones,
|
153
|
-
zone_equipment_ventilation: false)
|
154
|
-
|
155
|
-
when 'DOAS with fan coil district chilled water with district hot water'
|
156
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'DistrictHeating', znht = nil, cl = 'DistrictCooling', zones)
|
157
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'DistrictHeating', znht = nil, cl = 'DistrictCooling', zones,
|
158
|
-
zone_equipment_ventilation: false)
|
159
|
-
|
160
|
-
when 'DOAS with fan coil district chilled water with baseboard electric'
|
161
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = nil, znht = nil, cl = 'DistrictCooling', zones)
|
162
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'DistrictCooling', zones,
|
163
|
-
zone_equipment_ventilation: false)
|
164
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
165
|
-
|
166
|
-
when 'DOAS with fan coil district chilled water with gas unit heaters'
|
167
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = nil, znht = nil, cl = 'DistrictCooling', zones)
|
168
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'DistrictCooling', zones,
|
169
|
-
zone_equipment_ventilation: false)
|
170
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
171
|
-
|
172
|
-
when 'DOAS with fan coil district chilled water with no heat '
|
173
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = nil, znht = nil, cl = 'DistrictCooling', zones)
|
174
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'DistrictCooling', zones,
|
175
|
-
zone_equipment_ventilation: false)
|
176
|
-
|
177
|
-
when 'DOAS with VRF'
|
178
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'Electricity', znht = nil, cl = 'Electricity', zones,
|
179
|
-
air_loop_heating_type: 'DX',
|
180
|
-
air_loop_cooling_type: 'DX')
|
181
|
-
standard.model_add_hvac_system(self, 'VRF', ht = 'Electricity', znht = nil, cl = 'Electricity', zones)
|
182
|
-
|
183
|
-
when 'DOAS with water source heat pumps fluid cooler with boiler'
|
184
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones)
|
185
|
-
standard.model_add_hvac_system(self, 'Water Source Heat Pumps', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
186
|
-
heat_pump_loop_cooling_type: 'FluidCooler',
|
187
|
-
zone_equipment_ventilation: false)
|
188
|
-
|
189
|
-
when 'DOAS with water source heat pumps cooling tower with boiler'
|
190
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones)
|
191
|
-
standard.model_add_hvac_system(self, 'Water Source Heat Pumps', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
192
|
-
heat_pump_loop_cooling_type: 'CoolingTower',
|
193
|
-
zone_equipment_ventilation: false)
|
194
|
-
|
195
|
-
when 'DOAS with water source heat pumps with ground source heat pump'
|
196
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'Electricity', znht = nil, cl = 'Electricity', zones,
|
197
|
-
air_loop_heating_type: 'DX',
|
198
|
-
air_loop_cooling_type: 'DX')
|
199
|
-
standard.model_add_hvac_system(self, 'Ground Source Heat Pumps', ht = 'Electricity', znht = nil, cl = 'Electricity', zones,
|
200
|
-
zone_equipment_ventilation: false)
|
201
|
-
|
202
|
-
when 'DOAS with water source heat pumps district chilled water with district hot water'
|
203
|
-
standard.model_add_hvac_system(self, 'DOAS', ht = 'DistrictHeating', znht = nil, cl = 'DistrictCooling', zones)
|
204
|
-
standard.model_add_hvac_system(self, 'Water Source Heat Pumps', ht = 'DistrictHeating', znht = nil, cl = 'DistrictCooling', zones,
|
205
|
-
zone_equipment_ventilation: false)
|
206
|
-
|
207
|
-
# ventilation provided by zone fan coil unit in fan coil systems
|
208
|
-
when 'Fan coil chiller with boiler'
|
209
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones)
|
210
|
-
|
211
|
-
when 'Fan coil chiller with central air source heat pump'
|
212
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'AirSourceHeatPump', znht = nil, cl = 'Electricity', zones)
|
213
|
-
|
214
|
-
when 'Fan coil chiller with district hot water'
|
215
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'DistrictHeating', znht = nil, cl = 'Electricity', zones)
|
216
|
-
|
217
|
-
when 'Fan coil chiller with baseboard electric'
|
218
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones)
|
219
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
220
|
-
|
221
|
-
when 'Fan coil chiller with gas unit heaters'
|
222
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones)
|
223
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
224
|
-
|
225
|
-
when 'Fan coil chiller with no heat'
|
226
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones)
|
227
|
-
|
228
|
-
when 'Fan coil air-cooled chiller with boiler'
|
229
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
230
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
231
|
-
|
232
|
-
when 'Fan coil air-cooled chiller with central air source heat pump'
|
233
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'AirSourceHeatPump', znht = nil, cl = 'Electricity', zones,
|
234
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
235
|
-
|
236
|
-
when 'Fan coil air-cooled chiller with district hot water'
|
237
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'DistrictHeating', znht = nil, cl = 'Electricity', zones,
|
238
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
239
|
-
|
240
|
-
when 'Fan coil air-cooled chiller with baseboard electric'
|
241
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones,
|
242
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
243
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
244
|
-
|
245
|
-
when 'Fan coil air-cooled chiller with gas unit heaters'
|
246
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones,
|
247
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
248
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
249
|
-
|
250
|
-
when 'Fan coil air-cooled chiller with no heat'
|
251
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'Electricity', zones,
|
252
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
253
|
-
|
254
|
-
when 'Fan coil district chilled water with boiler'
|
255
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
|
256
|
-
|
257
|
-
when 'Fan coil district chilled water with central air source heat pump'
|
258
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'AirSourceHeatPump', znht = nil, cl = 'DistrictCooling', zones)
|
259
|
-
|
260
|
-
when 'Fan coil district chilled water with district hot water'
|
261
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = 'DistrictHeating', znht = nil, cl = 'DistrictCooling', zones)
|
262
|
-
|
263
|
-
when 'Fan coil district chilled water with baseboard electric'
|
264
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'DistrictCooling', zones)
|
265
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
266
|
-
|
267
|
-
when 'Fan coil district chilled water with gas unit heaters'
|
268
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'DistrictCooling', zones)
|
269
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
270
|
-
|
271
|
-
when 'Fan coil district chilled water with no heat '
|
272
|
-
standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'DistrictCooling', zones)
|
273
|
-
|
274
|
-
when 'Forced air furnace'
|
275
|
-
# includes ventilation, whereas residential forced air furnace does not.
|
276
|
-
standard.model_add_hvac_system(self, 'Forced Air Furnace', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
277
|
-
|
278
|
-
when 'Gas unit heaters'
|
279
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
280
|
-
|
281
|
-
when 'PTAC with baseboard electric'
|
282
|
-
standard.model_add_hvac_system(self, 'PTAC', ht = nil, znht = nil, cl = 'Electricity', system_zones)
|
283
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
284
|
-
|
285
|
-
when 'PTAC with baseboard gas boiler'
|
286
|
-
standard.model_add_hvac_system(self, 'PTAC', ht = nil, znht = nil, cl = 'Electricity', system_zones)
|
287
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
288
|
-
|
289
|
-
when 'PTAC with baseboard district hot water'
|
290
|
-
standard.model_add_hvac_system(self, 'PTAC', ht = nil, znht = nil, cl = 'Electricity', system_zones)
|
291
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'DistrictHeating', znht = nil, cl = nil, heated_zones)
|
292
|
-
|
293
|
-
when 'PTAC with gas unit heaters'
|
294
|
-
standard.model_add_hvac_system(self, 'PTAC', ht = nil, znht = nil, cl = 'Electricity', system_zones)
|
295
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
296
|
-
|
297
|
-
when 'PTAC with electric coil'
|
298
|
-
standard.model_add_hvac_system(self, 'PTAC', ht = nil, znht = 'Electricity', cl = 'Electricity', system_zones)
|
299
|
-
# use 'Baseboard electric' for heated only zones
|
300
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_only_zones)
|
301
|
-
|
302
|
-
when 'PTAC with gas coil'
|
303
|
-
standard.model_add_hvac_system(self, 'PTAC', ht = nil, znht = 'NaturalGas', cl = 'Electricity', system_zones)
|
304
|
-
# use 'Baseboard electric' for heated only zones
|
305
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_only_zones)
|
306
|
-
|
307
|
-
when 'PTAC with gas boiler'
|
308
|
-
standard.model_add_hvac_system(self, 'PTAC', ht = 'NaturalGas', znht = nil, cl = 'Electricity', system_zones)
|
309
|
-
# use 'Baseboard gas boiler' for heated only zones
|
310
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_only_zones)
|
311
|
-
|
312
|
-
when 'PTAC with central air source heat pump'
|
313
|
-
standard.model_add_hvac_system(self, 'PTAC', ht = 'AirSourceHeatPump', znht = nil, cl = 'Electricity', system_zones)
|
314
|
-
# use 'Baseboard central air source heat pump' for heated only zones
|
315
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'AirSourceHeatPump', znht = nil, cl = nil, heated_only_zones)
|
316
|
-
|
317
|
-
when 'PTAC with district hot water'
|
318
|
-
standard.model_add_hvac_system(self, 'PTAC', ht = 'DistrictHeating', znht = nil, cl = 'Electricity', system_zones)
|
319
|
-
# use 'Baseboard district hot water heat' for heated only zones
|
320
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'DistrictHeating', znht = nil, cl = nil, heated_only_zones)
|
321
|
-
|
322
|
-
when 'PTAC with no heat'
|
323
|
-
standard.model_add_hvac_system(self, 'PTAC', ht = nil, znht = nil, cl = 'Electricity', system_zones)
|
324
|
-
|
325
|
-
when 'PTHP'
|
326
|
-
standard.model_add_hvac_system(self, 'PTHP', ht = 'Electricity', znht = nil, cl = 'Electricity', system_zones)
|
327
|
-
# use 'Baseboard electric' for heated only zones
|
328
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_only_zones)
|
329
|
-
|
330
|
-
when 'PSZ-AC with baseboard electric'
|
331
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = nil, cl = 'Electricity', system_zones)
|
332
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
333
|
-
|
334
|
-
when 'PSZ-AC with baseboard gas boiler'
|
335
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = nil, cl = 'Electricity', system_zones)
|
336
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
337
|
-
|
338
|
-
when 'PSZ-AC with baseboard district hot water'
|
339
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = nil, cl = 'Electricity', system_zones)
|
340
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'DistrictHeating', znht = nil, cl = nil, heated_zones)
|
341
|
-
|
342
|
-
when 'PSZ-AC with gas unit heaters'
|
343
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = nil, cl = 'Electricity', system_zones)
|
344
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
345
|
-
|
346
|
-
when 'PSZ-AC with electric coil'
|
347
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = 'Electricity', cl = 'Electricity', system_zones)
|
348
|
-
# use 'Baseboard electric' for heated only zones
|
349
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_only_zones)
|
350
|
-
|
351
|
-
when 'PSZ-AC with gas coil'
|
352
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = 'NaturalGas', cl = 'Electricity', system_zones)
|
353
|
-
# use 'Baseboard electric' for heated only zones
|
354
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_only_zones)
|
355
|
-
|
356
|
-
when 'PSZ-AC with gas boiler'
|
357
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = 'NaturalGas', znht = nil, cl = 'Electricity', system_zones)
|
358
|
-
# use 'Baseboard gas boiler' for heated only zones
|
359
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_only_zones)
|
360
|
-
|
361
|
-
when 'PSZ-AC with central air source heat pump'
|
362
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = 'AirSourceHeatPump', znht = nil, cl = 'Electricity', system_zones)
|
363
|
-
# use 'Baseboard central air source heat pump' for heated only zones
|
364
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'AirSourceHeatPump', znht = nil, cl = nil, heated_only_zones)
|
365
|
-
|
366
|
-
when 'PSZ-AC with district hot water'
|
367
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = 'DistrictHeating', znht = nil, cl = 'Electricity', system_zones)
|
368
|
-
# use 'Baseboard district hot water' for heated only zones
|
369
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'DistrictHeating', znht = nil, cl = nil, heated_only_zones)
|
370
|
-
|
371
|
-
when 'PSZ-AC with no heat'
|
372
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
373
|
-
|
374
|
-
when 'PSZ-AC district chilled water with baseboard electric'
|
375
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = nil, cl = 'DistrictCooling', system_zones)
|
376
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
377
|
-
|
378
|
-
when 'PSZ-AC district chilled water with baseboard gas boiler'
|
379
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = nil, cl = 'DistrictCooling', system_zones)
|
380
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
381
|
-
|
382
|
-
when 'PSZ-AC district chilled water with gas unit heaters'
|
383
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = nil, cl = 'DistrictCooling', system_zones)
|
384
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
385
|
-
|
386
|
-
when 'PSZ-AC district chilled water with electric coil'
|
387
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = 'Electricity', cl = 'DistrictCooling', system_zones)
|
388
|
-
# use 'Baseboard electric' for heated only zones
|
389
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_only_zones)
|
390
|
-
|
391
|
-
when 'PSZ-AC district chilled water with gas coil'
|
392
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = 'NaturalGas', cl = 'DistrictCooling', system_zones)
|
393
|
-
# use 'Baseboard electric' for heated only zones
|
394
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_only_zones)
|
395
|
-
|
396
|
-
when 'PSZ-AC district chilled water with gas boiler'
|
397
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', system_zones)
|
398
|
-
# use 'Baseboard gas boiler' for heated only zones
|
399
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_only_zones)
|
400
|
-
|
401
|
-
when 'PSZ-AC district chilled water with central air source heat pump'
|
402
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = 'AirSourceHeatPump', znht = nil, cl = 'DistrictCooling', system_zones)
|
403
|
-
# use 'Baseboard central air source heat pump' for heated only zones
|
404
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'AirSourceHeatPump', znht = nil, cl = nil, heated_only_zones)
|
405
|
-
|
406
|
-
when 'PSZ-AC district chilled water with district hot water'
|
407
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = 'DistrictHeating', znht = nil, cl = 'DistrictCooling', system_zones)
|
408
|
-
# use 'Baseboard district hot water' for heated only zones
|
409
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'DistrictHeating', znht = nil, cl = nil, heated_only_zones)
|
410
|
-
|
411
|
-
when 'PSZ-AC district chilled water with no heat'
|
412
|
-
standard.model_add_hvac_system(self, 'PSZ-AC', ht = nil, znht = nil, cl = 'DistrictCooling', cooled_zones)
|
413
|
-
|
414
|
-
when 'PSZ-HP'
|
415
|
-
standard.model_add_hvac_system(self, 'PSZ-HP', ht = 'Electricity', znht = nil, cl = 'Electricity', system_zones)
|
416
|
-
# use 'Baseboard electric' for heated only zones
|
417
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_only_zones)
|
418
|
-
|
419
|
-
# PVAV systems by default use a DX coil for cooling
|
420
|
-
when 'PVAV with gas boiler reheat', 'Packaged VAV Air Loop with Boiler' # second enumeration for backwards compatibility with Tenant Star project
|
421
|
-
standard.model_add_hvac_system(self, 'PVAV Reheat', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'Electricity', zones)
|
422
|
-
|
423
|
-
when 'PVAV with central air source heat pump reheat'
|
424
|
-
standard.model_add_hvac_system(self, 'PVAV Reheat', ht = 'AirSourceHeatPump', znht = 'AirSourceHeatPump', cl = 'Electricity', zones)
|
425
|
-
|
426
|
-
when 'PVAV with district hot water reheat'
|
427
|
-
standard.model_add_hvac_system(self, 'PVAV Reheat', ht = 'DistrictHeating', znht = 'DistrictHeating', cl = 'Electricity', zones)
|
428
|
-
|
429
|
-
when 'PVAV with PFP boxes'
|
430
|
-
standard.model_add_hvac_system(self, 'PVAV PFP Boxes', ht = 'Electricity', znht = 'Electricity', cl = 'Electricity', zones)
|
431
|
-
|
432
|
-
when 'PVAV with gas heat with electric reheat'
|
433
|
-
standard.model_add_hvac_system(self, 'PVAV Reheat', ht = 'Gas', znht = 'Electricity', cl = 'Electricity', zones)
|
434
|
-
|
435
|
-
# all residential systems do not have ventilation
|
436
|
-
when 'Residential AC with baseboard electric'
|
437
|
-
standard.model_add_hvac_system(self, 'Residential AC', ht = nil, znht = nil, cl = nil, cooled_zones)
|
438
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
439
|
-
|
440
|
-
when 'Residential AC with baseboard gas boiler'
|
441
|
-
standard.model_add_hvac_system(self, 'Residential AC', ht = nil, znht = nil, cl = nil, cooled_zones)
|
442
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
443
|
-
|
444
|
-
when 'Residential AC with baseboard central air source heat pump'
|
445
|
-
standard.model_add_hvac_system(self, 'Residential AC', ht = nil, znht = nil, cl = nil, cooled_zones)
|
446
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'AirSourceHeatPump', znht = nil, cl = nil, heated_zones)
|
447
|
-
|
448
|
-
when 'Residential AC with baseboard district hot water'
|
449
|
-
standard.model_add_hvac_system(self, 'Residential AC', ht = nil, znht = nil, cl = nil, cooled_zones)
|
450
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'DistrictHeating', znht = nil, cl = nil, heated_zones)
|
451
|
-
|
452
|
-
when 'Residential AC with residential forced air furnace'
|
453
|
-
standard.model_add_hvac_system(self, 'Residential Forced Air Furnace with AC', ht = nil, znht = nil, cl = nil, zones)
|
454
|
-
|
455
|
-
when 'Residential AC with no heat'
|
456
|
-
standard.model_add_hvac_system(self, 'Residential AC', ht = nil, znht = nil, cl = nil, cooled_zones)
|
457
|
-
|
458
|
-
when 'Residential heat pump'
|
459
|
-
standard.model_add_hvac_system(self, 'Residential Air Source Heat Pump', ht = 'Electricity', znht = nil, cl = 'Electricity', zones)
|
460
|
-
|
461
|
-
when 'Residential heat pump with no cooling'
|
462
|
-
standard.model_add_hvac_system(self, 'Residential Air Source Heat Pump', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
463
|
-
|
464
|
-
when 'Residential forced air furnace'
|
465
|
-
standard.model_add_hvac_system(self, 'Residential Forced Air Furnace', ht = 'NaturalGas', znht = nil, cl = nil, zones)
|
466
|
-
|
467
|
-
when 'VAV chiller with gas boiler reheat'
|
468
|
-
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'Electricity', zones)
|
469
|
-
|
470
|
-
when 'VAV chiller with central air source heat pump reheat'
|
471
|
-
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'AirSourceHeatPump', znht = 'AirSourceHeatPump', cl = 'Electricity', zones)
|
472
|
-
|
473
|
-
when 'VAV chiller with district hot water reheat'
|
474
|
-
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'DistrictHeating', znht = 'DistrictHeating', cl = 'Electricity', zones)
|
475
|
-
|
476
|
-
when 'VAV chiller with PFP boxes'
|
477
|
-
standard.model_add_hvac_system(self, 'VAV PFP Boxes', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'Electricity', zones)
|
478
|
-
|
479
|
-
when 'VAV chiller with gas coil reheat'
|
480
|
-
standard.model_add_hvac_system(self, 'VAV Gas Reheat', ht = 'NaturalGas', ht = 'NaturalGas', cl = 'Electricity', zones)
|
481
|
-
|
482
|
-
when 'VAV chiller with no reheat with baseboard electric'
|
483
|
-
standard.model_add_hvac_system(self, 'VAV No Reheat', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones)
|
484
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
485
|
-
|
486
|
-
when 'VAV chiller with no reheat with gas unit heaters'
|
487
|
-
standard.model_add_hvac_system(self, 'VAV No Reheat', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones)
|
488
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
489
|
-
|
490
|
-
when 'VAV chiller with no reheat with zone heat pump'
|
491
|
-
standard.model_add_hvac_system(self, 'VAV No Reheat', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones)
|
492
|
-
# Using PTHP to represent zone heat pump to limit to one airloop per thermal zone.
|
493
|
-
standard.model_add_hvac_system(self, 'PTHP', ht = 'Electricity', znht = nil, cl = 'Electricity', zones)
|
494
|
-
|
495
|
-
when 'VAV air-cooled chiller with gas boiler reheat'
|
496
|
-
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'Electricity', zones,
|
497
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
498
|
-
|
499
|
-
when 'VAV air-cooled chiller with central air source heat pump reheat '
|
500
|
-
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'AirSourceHeatPump', znht = 'AirSourceHeatPump', cl = 'Electricity', zones,
|
501
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
502
|
-
|
503
|
-
when 'VAV air-cooled chiller with district hot water reheat'
|
504
|
-
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'DistrictHeating', znht = 'DistrictHeating', cl = 'Electricity', zones,
|
505
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
506
|
-
|
507
|
-
when 'VAV air-cooled chiller with PFP boxes'
|
508
|
-
standard.model_add_hvac_system(self, 'VAV PFP Boxes', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'Electricity', zones,
|
509
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
510
|
-
|
511
|
-
when 'VAV air-cooled chiller with gas coil reheat'
|
512
|
-
standard.model_add_hvac_system(self, 'VAV Gas Reheat', ht = 'NaturalGas', ht = 'NaturalGas', cl = 'Electricity', zones,
|
513
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
514
|
-
|
515
|
-
when 'VAV air-cooled chiller with no reheat with baseboard electric'
|
516
|
-
standard.model_add_hvac_system(self, 'VAV No Reheat', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
517
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
518
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
519
|
-
|
520
|
-
when 'VAV air-cooled chiller with no reheat with gas unit heaters'
|
521
|
-
standard.model_add_hvac_system(self, 'VAV No Reheat', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
522
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
523
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
524
|
-
|
525
|
-
when 'VAV air-cooled chiller with no reheat with zone heat pump'
|
526
|
-
standard.model_add_hvac_system(self, 'VAV No Reheat', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
527
|
-
chilled_water_loop_cooling_type: 'AirCooled')
|
528
|
-
# Using PTHP to represent zone heat pump to limit to one airloop per thermal zone.
|
529
|
-
standard.model_add_hvac_system(self, 'PTHP', ht = 'Electricity', znht = nil, cl = 'Electricity', zones)
|
530
|
-
|
531
|
-
when 'VAV district chilled water with gas boiler reheat'
|
532
|
-
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'DistrictCooling', zones)
|
533
|
-
|
534
|
-
when 'VAV district chilled water with central air source heat pump reheat'
|
535
|
-
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'AirSourceHeatPump', znht = 'AirSourceHeatPump', cl = 'DistrictCooling', zones)
|
536
|
-
|
537
|
-
when 'VAV district chilled water with district hot water reheat'
|
538
|
-
standard.model_add_hvac_system(self, 'VAV Reheat', ht = 'DistrictHeating', znht = 'DistrictHeating', cl = 'DistrictCooling', zones)
|
539
|
-
|
540
|
-
when 'VAV district chilled water with PFP boxes'
|
541
|
-
standard.model_add_hvac_system(self, 'VAV PFP Boxes', ht = 'NaturalGas', znht = 'NaturalGas', cl = 'DistrictCooling', zones)
|
542
|
-
|
543
|
-
when 'VAV district chilled water with gas coil reheat'
|
544
|
-
standard.model_add_hvac_system(self, 'VAV Gas Reheat', ht = 'NaturalGas', ht = 'NaturalGas', cl = 'DistrictCooling', zones)
|
545
|
-
|
546
|
-
when 'VAV district chilled water with no reheat with baseboard electric'
|
547
|
-
standard.model_add_hvac_system(self, 'VAV No Reheat', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
|
548
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
549
|
-
|
550
|
-
when 'VAV district chilled water with no reheat with gas unit heaters'
|
551
|
-
standard.model_add_hvac_system(self, 'VAV No Reheat', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
|
552
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
553
|
-
|
554
|
-
when 'VAV district chilled water with no reheat with zone heat pump'
|
555
|
-
standard.model_add_hvac_system(self, 'VAV No Reheat', ht = 'NaturalGas', znht = nil, cl = 'DistrictCooling', zones)
|
556
|
-
# Using PTHP to represent zone heat pump to limit to one airloop per thermal zone.
|
557
|
-
standard.model_add_hvac_system(self, 'PTHP', ht = 'Electricity', znht = nil, cl = 'Electricity', zones)
|
558
|
-
|
559
|
-
when 'VRF'
|
560
|
-
standard.model_add_hvac_system(self, 'VRF', ht = 'Electricity', znht = nil, cl = 'Electricity', zones)
|
561
|
-
|
562
|
-
when 'Water source heat pumps fluid cooler with boiler'
|
563
|
-
standard.model_add_hvac_system(self, 'Water Source Heat Pumps', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
564
|
-
heat_pump_loop_cooling_type: 'FluidCooler')
|
565
|
-
|
566
|
-
when 'Water source heat pumps cooling tower with boiler'
|
567
|
-
standard.model_add_hvac_system(self, 'Water Source Heat Pumps', ht = 'NaturalGas', znht = nil, cl = 'Electricity', zones,
|
568
|
-
heat_pump_loop_cooling_type: 'CoolingTower')
|
569
|
-
|
570
|
-
when 'Water source heat pumps with ground source heat pump'
|
571
|
-
standard.model_add_hvac_system(self, 'Ground Source Heat Pumps', ht = 'Electricity', znht = nil, cl = 'Electricity', zones)
|
572
|
-
|
573
|
-
when 'Water source heat pumps district chilled water with district hot water'
|
574
|
-
standard.model_add_hvac_system(self, 'Water Source Heat Pumps', ht = 'DistrictHeating', znht = nil, cl = 'DistrictCooling', zones)
|
575
|
-
|
576
|
-
when 'Window AC with baseboard electric'
|
577
|
-
standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
578
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'Electricity', znht = nil, cl = nil, heated_zones)
|
579
|
-
|
580
|
-
when 'Window AC with baseboard gas boiler'
|
581
|
-
standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
582
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
583
|
-
|
584
|
-
when 'Window AC with baseboard central air source heat pump'
|
585
|
-
standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
586
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'AirSourceHeatPump', znht = nil, cl = nil, heated_zones)
|
587
|
-
|
588
|
-
when 'Window AC with baseboard district hot water'
|
589
|
-
standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
590
|
-
standard.model_add_hvac_system(self, 'Baseboards', ht = 'DistrictHeating', znht = nil, cl = nil, heated_zones)
|
591
|
-
|
592
|
-
when 'Window AC with forced air furnace'
|
593
|
-
standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
594
|
-
standard.model_add_hvac_system(self, 'Forced Air Furnace', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
595
|
-
|
596
|
-
when 'Window AC with unit heaters'
|
597
|
-
standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
598
|
-
standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
|
599
|
-
|
600
|
-
when 'Window AC with no heat'
|
601
|
-
standard.model_add_hvac_system(self, 'Window AC', ht = nil, znht = nil, cl = 'Electricity', cooled_zones)
|
602
|
-
|
603
|
-
else
|
604
|
-
return false
|
605
|
-
end
|
606
|
-
return true
|
607
|
-
end
|
608
|
-
end
|