openstudio-standards 0.8.1 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/openstudio-standards/exterior_lighting/data/entryways.csv +1 -1
- data/lib/openstudio-standards/exterior_lighting/data/parking.csv +1 -1
- data/lib/openstudio-standards/exterior_lighting/information.rb +7 -7
- data/lib/openstudio-standards/hvac/exhaust/data/typical_exhaust.csv +1 -1
- data/lib/openstudio-standards/infiltration/data/NISTInfiltrationCorrelations.csv +1 -1
- data/lib/openstudio-standards/infiltration/nist_infiltration.rb +1 -1
- data/lib/openstudio-standards/refrigeration/create_case.rb +60 -23
- data/lib/openstudio-standards/refrigeration/create_compressor.rb +2 -2
- data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +8 -6
- data/lib/openstudio-standards/refrigeration/create_walkin.rb +59 -24
- data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
- data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
- data/lib/openstudio-standards/refrigeration/data/refrigeration_compressors.csv +1 -1
- data/lib/openstudio-standards/refrigeration/data/typical_refrigerated_cases.csv +1 -1
- data/lib/openstudio-standards/refrigeration/data/typical_refrigerated_walkins.csv +1 -1
- data/lib/openstudio-standards/refrigeration/information.rb +4 -4
- data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
- data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.Model.rb +9 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +154 -69
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps_heating.json +72 -72
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +382 -295
- data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +2 -2
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
- data/lib/openstudio-standards/utilities/simulation.rb +3 -2
- data/lib/openstudio-standards/version.rb +1 -1
- metadata +2 -2
@@ -620,7 +620,7 @@ class NECB2011 < Standard
|
|
620
620
|
ecm.add_airloop_economizer(model: model, airloop_economizer_type: airloop_economizer_type)
|
621
621
|
# Perform a second sizing run if needed
|
622
622
|
if (!unitary_cop.nil? && unitary_cop != 'NECB_Default') || !model.getPlantLoops.empty?
|
623
|
-
if model_run_sizing_run(model, "#{sizing_run_dir}/SR2") == false
|
623
|
+
if model_run_sizing_run(model, "#{sizing_run_dir}/SR2", true) == false
|
624
624
|
raise('sizing run 2 failed!')
|
625
625
|
end
|
626
626
|
end
|
@@ -1083,7 +1083,7 @@ class NECB2011 < Standard
|
|
1083
1083
|
raise('validation of model failed.') unless validate_initial_model(model)
|
1084
1084
|
|
1085
1085
|
climate_zone = 'NECB HDD Method'
|
1086
|
-
raise("sizing run 1 failed! check #{sizing_run_dir}") if model_run_sizing_run(model, "#{sizing_run_dir}/plant_loops") == false
|
1086
|
+
raise("sizing run 1 failed! check #{sizing_run_dir}") if model_run_sizing_run(model, "#{sizing_run_dir}/plant_loops", true) == false
|
1087
1087
|
|
1088
1088
|
# This is needed for NECB2011 as a workaround for sizing the reheat boxes.
|
1089
1089
|
model.getAirTerminalSingleDuctVAVReheats.each { |iobj| air_terminal_single_duct_vav_reheat_set_heating_cap(iobj) }
|
@@ -8,6 +8,7 @@
|
|
8
8
|
"table": [
|
9
9
|
{
|
10
10
|
|
11
|
+
"equipment_type": "Heat Pumps",
|
11
12
|
"cooling_type": "AirCooled",
|
12
13
|
"heating_type": "Electric Resistance or None",
|
13
14
|
"subcategory": "Single Package",
|
@@ -30,6 +31,7 @@
|
|
30
31
|
},
|
31
32
|
{
|
32
33
|
|
34
|
+
"equipment_type": "Heat Pumps",
|
33
35
|
"cooling_type": "AirCooled",
|
34
36
|
"heating_type": "All Other",
|
35
37
|
"subcategory": "Single Package",
|
@@ -52,6 +54,7 @@
|
|
52
54
|
},
|
53
55
|
{
|
54
56
|
|
57
|
+
"equipment_type": "Heat Pumps",
|
55
58
|
"cooling_type": "AirCooled",
|
56
59
|
"heating_type": "Electric Resistance or None",
|
57
60
|
"subcategory": "Split System",
|
@@ -74,6 +77,7 @@
|
|
74
77
|
},
|
75
78
|
{
|
76
79
|
|
80
|
+
"equipment_type": "Heat Pumps",
|
77
81
|
"cooling_type": "AirCooled",
|
78
82
|
"heating_type": "All Other",
|
79
83
|
"subcategory": "Split System",
|
@@ -96,6 +100,7 @@
|
|
96
100
|
},
|
97
101
|
{
|
98
102
|
|
103
|
+
"equipment_type": "Heat Pumps",
|
99
104
|
"cooling_type": "AirCooled",
|
100
105
|
"heating_type": "Electric Resistance or None",
|
101
106
|
"subcategory": "Single Package",
|
@@ -118,6 +123,7 @@
|
|
118
123
|
},
|
119
124
|
{
|
120
125
|
|
126
|
+
"equipment_type": "Heat Pumps",
|
121
127
|
"cooling_type": "AirCooled",
|
122
128
|
"heating_type": "All Other",
|
123
129
|
"subcategory": "Single Package",
|
@@ -140,6 +146,7 @@
|
|
140
146
|
},
|
141
147
|
{
|
142
148
|
|
149
|
+
"equipment_type": "Heat Pumps",
|
143
150
|
"cooling_type": "AirCooled",
|
144
151
|
"heating_type": "Electric Resistance or None",
|
145
152
|
"subcategory": "Split System",
|
@@ -162,6 +169,7 @@
|
|
162
169
|
},
|
163
170
|
{
|
164
171
|
|
172
|
+
"equipment_type": "Heat Pumps",
|
165
173
|
"cooling_type": "AirCooled",
|
166
174
|
"heating_type": "All Other",
|
167
175
|
"subcategory": "Split System",
|
@@ -184,6 +192,7 @@
|
|
184
192
|
},
|
185
193
|
{
|
186
194
|
|
195
|
+
"equipment_type": "Heat Pumps",
|
187
196
|
"cooling_type": "AirCooled",
|
188
197
|
"heating_type": "Electric Resistance or None",
|
189
198
|
"subcategory": "Single Package",
|
@@ -206,6 +215,7 @@
|
|
206
215
|
},
|
207
216
|
{
|
208
217
|
|
218
|
+
"equipment_type": "Heat Pumps",
|
209
219
|
"cooling_type": "AirCooled",
|
210
220
|
"heating_type": "All Other",
|
211
221
|
"subcategory": "Single Package",
|
@@ -228,6 +238,7 @@
|
|
228
238
|
},
|
229
239
|
{
|
230
240
|
|
241
|
+
"equipment_type": "Heat Pumps",
|
231
242
|
"cooling_type": "AirCooled",
|
232
243
|
"heating_type": "Electric Resistance or None",
|
233
244
|
"subcategory": "Split System",
|
@@ -250,6 +261,7 @@
|
|
250
261
|
},
|
251
262
|
{
|
252
263
|
|
264
|
+
"equipment_type": "Heat Pumps",
|
253
265
|
"cooling_type": "AirCooled",
|
254
266
|
"heating_type": "All Other",
|
255
267
|
"subcategory": "Split System",
|
@@ -272,6 +284,7 @@
|
|
272
284
|
},
|
273
285
|
{
|
274
286
|
|
287
|
+
"equipment_type": "Heat Pumps",
|
275
288
|
"cooling_type": "AirCooled",
|
276
289
|
"heating_type": "Electric Resistance or None",
|
277
290
|
"subcategory": "Single Package",
|
@@ -294,6 +307,7 @@
|
|
294
307
|
},
|
295
308
|
{
|
296
309
|
|
310
|
+
"equipment_type": "Heat Pumps",
|
297
311
|
"cooling_type": "AirCooled",
|
298
312
|
"heating_type": "All Other",
|
299
313
|
"subcategory": "Single Package",
|
@@ -316,6 +330,7 @@
|
|
316
330
|
},
|
317
331
|
{
|
318
332
|
|
333
|
+
"equipment_type": "Heat Pumps",
|
319
334
|
"cooling_type": "AirCooled",
|
320
335
|
"heating_type": "Electric Resistance or None",
|
321
336
|
"subcategory": "Split System",
|
@@ -338,6 +353,7 @@
|
|
338
353
|
},
|
339
354
|
{
|
340
355
|
|
356
|
+
"equipment_type": "Heat Pumps",
|
341
357
|
"cooling_type": "AirCooled",
|
342
358
|
"heating_type": "All Other",
|
343
359
|
"subcategory": "Split System",
|
@@ -7,6 +7,7 @@
|
|
7
7
|
],
|
8
8
|
"table": [
|
9
9
|
{
|
10
|
+
"equipment_type": "Heat Pumps",
|
10
11
|
"cooling_type": "AirCooled",
|
11
12
|
"subcategory": "Single Package",
|
12
13
|
"minimum_capacity": 0.0,
|
@@ -26,6 +27,7 @@
|
|
26
27
|
"notes": "From NECB 2011, Table 5.2.12.1"
|
27
28
|
},
|
28
29
|
{
|
30
|
+
"equipment_type": "Heat Pumps",
|
29
31
|
"cooling_type": "AirCooled",
|
30
32
|
"subcategory": "Split System",
|
31
33
|
"minimum_capacity": 0.0,
|
@@ -45,6 +47,7 @@
|
|
45
47
|
"notes": "From NECB 2011, Table 5.2.12.1"
|
46
48
|
},
|
47
49
|
{
|
50
|
+
"equipment_type": "Heat Pumps",
|
48
51
|
"cooling_type": "AirCooled",
|
49
52
|
"subcategory": "Single Package",
|
50
53
|
"minimum_capacity": 65001.0,
|
@@ -64,6 +67,7 @@
|
|
64
67
|
"notes": "From NECB 2011, Table 5.2.12.1"
|
65
68
|
},
|
66
69
|
{
|
70
|
+
"equipment_type": "Heat Pumps",
|
67
71
|
"cooling_type": "AirCooled",
|
68
72
|
"subcategory": "Split System",
|
69
73
|
"minimum_capacity": 65001.0,
|
@@ -83,6 +87,7 @@
|
|
83
87
|
"notes": "From NECB 2011, Table 5.2.12.1"
|
84
88
|
},
|
85
89
|
{
|
90
|
+
"equipment_type": "Heat Pumps",
|
86
91
|
"cooling_type": "AirCooled",
|
87
92
|
"subcategory": "Single Package",
|
88
93
|
"minimum_capacity": 136481,
|
@@ -102,6 +107,7 @@
|
|
102
107
|
"notes": "From NECB 2011, Table 5.2.12.1"
|
103
108
|
},
|
104
109
|
{
|
110
|
+
"equipment_type": "Heat Pumps",
|
105
111
|
"cooling_type": "AirCooled",
|
106
112
|
"subcategory": "Split System",
|
107
113
|
"minimum_capacity": 136481,
|
@@ -121,6 +127,7 @@
|
|
121
127
|
"notes": "From NECB 2011, Table 5.2.12.1"
|
122
128
|
},
|
123
129
|
{
|
130
|
+
"equipment_type": "Heat Pumps",
|
124
131
|
"cooling_type": "AirCooled",
|
125
132
|
"subcategory": "Single Package",
|
126
133
|
"minimum_capacity": 238841,
|
@@ -140,6 +147,7 @@
|
|
140
147
|
"notes": "From NECB 2011, Table 5.2.12.1"
|
141
148
|
},
|
142
149
|
{
|
150
|
+
"equipment_type": "Heat Pumps",
|
143
151
|
"cooling_type": "AirCooled",
|
144
152
|
"subcategory": "Split System",
|
145
153
|
"minimum_capacity": 238841,
|
@@ -7,6 +7,7 @@
|
|
7
7
|
],
|
8
8
|
"table": [
|
9
9
|
{
|
10
|
+
"equipment_type": "Heat Pumps",
|
10
11
|
"cooling_type": "AirCooled",
|
11
12
|
"heating_type": "Electric Resistance or None",
|
12
13
|
"subcategory": "Single Package",
|
@@ -28,6 +29,7 @@
|
|
28
29
|
"notes": "From NECB 2020, Table 5.2.12.1.-B"
|
29
30
|
},
|
30
31
|
{
|
32
|
+
"equipment_type": "Heat Pumps",
|
31
33
|
"cooling_type": "AirCooled",
|
32
34
|
"heating_type": "All Other",
|
33
35
|
"subcategory": "Single Package",
|
@@ -49,6 +51,7 @@
|
|
49
51
|
"notes": "From NECB 2020, Table 5.2.12.1.-B"
|
50
52
|
},
|
51
53
|
{
|
54
|
+
"equipment_type": "Heat Pumps",
|
52
55
|
"cooling_type": "AirCooled",
|
53
56
|
"heating_type": "Electric Resistance or None",
|
54
57
|
"subcategory": "Split System",
|
@@ -70,6 +73,7 @@
|
|
70
73
|
"notes": "From NECB 2020, Table 5.2.12.1.-B"
|
71
74
|
},
|
72
75
|
{
|
76
|
+
"equipment_type": "Heat Pumps",
|
73
77
|
"cooling_type": "AirCooled",
|
74
78
|
"heating_type": "All Other",
|
75
79
|
"subcategory": "Split System",
|
@@ -91,6 +95,7 @@
|
|
91
95
|
"notes": "From NECB 2020, Table 5.2.12.1.-B"
|
92
96
|
},
|
93
97
|
{
|
98
|
+
"equipment_type": "Heat Pumps",
|
94
99
|
"cooling_type": "AirCooled",
|
95
100
|
"heating_type": "Electric Resistance or None",
|
96
101
|
"subcategory": "Single Package",
|
@@ -112,6 +117,7 @@
|
|
112
117
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
113
118
|
},
|
114
119
|
{
|
120
|
+
"equipment_type": "Heat Pumps",
|
115
121
|
"cooling_type": "AirCooled",
|
116
122
|
"heating_type": "All Other",
|
117
123
|
"subcategory": "Single Package",
|
@@ -133,6 +139,7 @@
|
|
133
139
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
134
140
|
},
|
135
141
|
{
|
142
|
+
"equipment_type": "Heat Pumps",
|
136
143
|
"cooling_type": "AirCooled",
|
137
144
|
"heating_type": "Electric Resistance or None",
|
138
145
|
"subcategory": "Split System",
|
@@ -154,6 +161,7 @@
|
|
154
161
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
155
162
|
},
|
156
163
|
{
|
164
|
+
"equipment_type": "Heat Pumps",
|
157
165
|
"cooling_type": "AirCooled",
|
158
166
|
"heating_type": "All Other",
|
159
167
|
"subcategory": "Split System",
|
@@ -175,6 +183,7 @@
|
|
175
183
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
176
184
|
},
|
177
185
|
{
|
186
|
+
"equipment_type": "Heat Pumps",
|
178
187
|
"cooling_type": "AirCooled",
|
179
188
|
"heating_type": "Electric Resistance or None",
|
180
189
|
"subcategory": "Single Package",
|
@@ -196,6 +205,7 @@
|
|
196
205
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
197
206
|
},
|
198
207
|
{
|
208
|
+
"equipment_type": "Heat Pumps",
|
199
209
|
"cooling_type": "AirCooled",
|
200
210
|
"heating_type": "All Other",
|
201
211
|
"subcategory": "Single Package",
|
@@ -217,6 +227,7 @@
|
|
217
227
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
218
228
|
},
|
219
229
|
{
|
230
|
+
"equipment_type": "Heat Pumps",
|
220
231
|
"cooling_type": "AirCooled",
|
221
232
|
"heating_type": "Electric Resistance or None",
|
222
233
|
"subcategory": "Split System",
|
@@ -238,6 +249,7 @@
|
|
238
249
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
239
250
|
},
|
240
251
|
{
|
252
|
+
"equipment_type": "Heat Pumps",
|
241
253
|
"cooling_type": "AirCooled",
|
242
254
|
"heating_type": "All Other",
|
243
255
|
"subcategory": "Split System",
|
@@ -259,6 +271,7 @@
|
|
259
271
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
260
272
|
},
|
261
273
|
{
|
274
|
+
"equipment_type": "Heat Pumps",
|
262
275
|
"cooling_type": "AirCooled",
|
263
276
|
"heating_type": "Electric Resistance or None",
|
264
277
|
"subcategory": "Single Package",
|
@@ -280,6 +293,7 @@
|
|
280
293
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
281
294
|
},
|
282
295
|
{
|
296
|
+
"equipment_type": "Heat Pumps",
|
283
297
|
"cooling_type": "AirCooled",
|
284
298
|
"heating_type": "All Other",
|
285
299
|
"subcategory": "Single Package",
|
@@ -301,6 +315,7 @@
|
|
301
315
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
302
316
|
},
|
303
317
|
{
|
318
|
+
"equipment_type": "Heat Pumps",
|
304
319
|
"cooling_type": "AirCooled",
|
305
320
|
"heating_type": "Electric Resistance or None",
|
306
321
|
"subcategory": "Split System",
|
@@ -322,6 +337,7 @@
|
|
322
337
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
323
338
|
},
|
324
339
|
{
|
340
|
+
"equipment_type": "Heat Pumps",
|
325
341
|
"cooling_type": "AirCooled",
|
326
342
|
"heating_type": "All Other",
|
327
343
|
"subcategory": "Split System",
|
@@ -343,6 +359,7 @@
|
|
343
359
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
344
360
|
},
|
345
361
|
{
|
362
|
+
"equipment_type": "Heat Pumps",
|
346
363
|
"cooling_type": "AirCooled",
|
347
364
|
"heating_type": "Electric Resistance or None",
|
348
365
|
"subcategory": "Single Package",
|
@@ -364,6 +381,7 @@
|
|
364
381
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
365
382
|
},
|
366
383
|
{
|
384
|
+
"equipment_type": "Heat Pumps",
|
367
385
|
"cooling_type": "AirCooled",
|
368
386
|
"heating_type": "All Other",
|
369
387
|
"subcategory": "Single Package",
|
@@ -385,6 +403,7 @@
|
|
385
403
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
386
404
|
},
|
387
405
|
{
|
406
|
+
"equipment_type": "Heat Pumps",
|
388
407
|
"cooling_type": "AirCooled",
|
389
408
|
"heating_type": "Electric Resistance or None",
|
390
409
|
"subcategory": "Split System",
|
@@ -406,6 +425,7 @@
|
|
406
425
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
407
426
|
},
|
408
427
|
{
|
428
|
+
"equipment_type": "Heat Pumps",
|
409
429
|
"cooling_type": "AirCooled",
|
410
430
|
"heating_type": "All Other",
|
411
431
|
"subcategory": "Split System",
|
@@ -7,6 +7,7 @@
|
|
7
7
|
],
|
8
8
|
"table": [
|
9
9
|
{
|
10
|
+
"equipment_type": "Heat Pumps",
|
10
11
|
"cooling_type": "AirCooled",
|
11
12
|
"subcategory": "Single Package",
|
12
13
|
"minimum_capacity": 0.0,
|
@@ -26,6 +27,7 @@
|
|
26
27
|
"notes": "From NECB 2020, Table 5.2.12.1.-B"
|
27
28
|
},
|
28
29
|
{
|
30
|
+
"equipment_type": "Heat Pumps",
|
29
31
|
"cooling_type": "AirCooled",
|
30
32
|
"subcategory": "Split System",
|
31
33
|
"minimum_capacity": 0.0,
|
@@ -45,6 +47,7 @@
|
|
45
47
|
"notes": "From NECB 2020, Table 5.2.12.1.-B"
|
46
48
|
},
|
47
49
|
{
|
50
|
+
"equipment_type": "Heat Pumps",
|
48
51
|
"cooling_type": "AirCooled",
|
49
52
|
"subcategory": "Single Package",
|
50
53
|
"minimum_capacity": 64831.0,
|
@@ -64,6 +67,7 @@
|
|
64
67
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
65
68
|
},
|
66
69
|
{
|
70
|
+
"equipment_type": "Heat Pumps",
|
67
71
|
"cooling_type": "AirCooled",
|
68
72
|
"subcategory": "Split System",
|
69
73
|
"minimum_capacity": 64831.0,
|
@@ -83,6 +87,7 @@
|
|
83
87
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
84
88
|
},
|
85
89
|
{
|
90
|
+
"equipment_type": "Heat Pumps",
|
86
91
|
"cooling_type": "AirCooled",
|
87
92
|
"subcategory": "Single Package",
|
88
93
|
"minimum_capacity": 136486,
|
@@ -102,6 +107,7 @@
|
|
102
107
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
103
108
|
},
|
104
109
|
{
|
110
|
+
"equipment_type": "Heat Pumps",
|
105
111
|
"cooling_type": "AirCooled",
|
106
112
|
"subcategory": "Split System",
|
107
113
|
"minimum_capacity": 136486,
|
@@ -121,6 +127,7 @@
|
|
121
127
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
122
128
|
},
|
123
129
|
{
|
130
|
+
"equipment_type": "Heat Pumps",
|
124
131
|
"cooling_type": "AirCooled",
|
125
132
|
"subcategory": "Single Package",
|
126
133
|
"minimum_capacity": 238850,
|
@@ -140,6 +147,7 @@
|
|
140
147
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
141
148
|
},
|
142
149
|
{
|
150
|
+
"equipment_type": "Heat Pumps",
|
143
151
|
"cooling_type": "AirCooled",
|
144
152
|
"subcategory": "Split System",
|
145
153
|
"minimum_capacity": 238850,
|
@@ -159,6 +167,7 @@
|
|
159
167
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
160
168
|
},
|
161
169
|
{
|
170
|
+
"equipment_type": "Heat Pumps",
|
162
171
|
"cooling_type": "AirCooled",
|
163
172
|
"subcategory": "Single Package",
|
164
173
|
"minimum_capacity": 760908,
|
@@ -178,6 +187,7 @@
|
|
178
187
|
"notes": "From NECB 2020, Table 5.2.12.1.-A"
|
179
188
|
},
|
180
189
|
{
|
190
|
+
"equipment_type": "Heat Pumps",
|
181
191
|
"cooling_type": "AirCooled",
|
182
192
|
"subcategory": "Split System",
|
183
193
|
"minimum_capacity": 760908,
|
@@ -181,11 +181,12 @@ Standard.class_eval do
|
|
181
181
|
#
|
182
182
|
# @param model [OpenStudio::Model::Model] OpenStudio model object
|
183
183
|
# @param sizing_run_dir [String] file path location for the sizing run, defaults to 'SR' in the current directory
|
184
|
+
# @param sizing_run_simulation [Boolean] whether to run the simulation for the sizing periods, defaults to true
|
184
185
|
# @return [Boolean] returns true if successful, false if not
|
185
|
-
def model_run_sizing_run(model, sizing_run_dir = "#{Dir.pwd}/SR")
|
186
|
+
def model_run_sizing_run(model, sizing_run_dir = "#{Dir.pwd}/SR", sizing_run_simulation = true)
|
186
187
|
# Change the simulation to only run the sizing days
|
187
188
|
sim_control = model.getSimulationControl
|
188
|
-
sim_control.setRunSimulationforSizingPeriods(
|
189
|
+
sim_control.setRunSimulationforSizingPeriods(sizing_run_simulation)
|
189
190
|
sim_control.setRunSimulationforWeatherFileRunPeriods(false)
|
190
191
|
if model.version >= OpenStudio::VersionString.new('3.0.0')
|
191
192
|
sim_control.setDoHVACSizingSimulationforSizingPeriods(true)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstudio-standards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Adams
|
@@ -39,7 +39,7 @@ authors:
|
|
39
39
|
autorequire:
|
40
40
|
bindir: bin
|
41
41
|
cert_chain: []
|
42
|
-
date: 2025-
|
42
|
+
date: 2025-08-26 00:00:00.000000000 Z
|
43
43
|
dependencies:
|
44
44
|
- !ruby/object:Gem::Dependency
|
45
45
|
name: bundler
|