openstudio-standards 0.8.2 → 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/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/openstudio_standards_duplicates_log.csv +7962 -0
- data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
- data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
- data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
- 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/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 +5 -3
@@ -6,10 +6,10 @@
|
|
6
6
|
"water_use_equipment": [
|
7
7
|
{
|
8
8
|
"equipment_name": null,
|
9
|
-
"
|
10
|
-
"
|
9
|
+
"peak_flow_rate_gph": null,
|
10
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.02,
|
11
11
|
"loop_type": "Shared",
|
12
|
-
"
|
12
|
+
"mixed_water_temperature_f": 110.0,
|
13
13
|
"flow_rate_schedule": "Courthouse BLDG_SWH_SCH",
|
14
14
|
"sensible_fraction": 0.2,
|
15
15
|
"latent_fraction": 0.05
|
@@ -22,10 +22,10 @@
|
|
22
22
|
"water_use_equipment": [
|
23
23
|
{
|
24
24
|
"equipment_name": null,
|
25
|
-
"
|
26
|
-
"
|
25
|
+
"peak_flow_rate_gph": null,
|
26
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.02,
|
27
27
|
"loop_type": "Shared",
|
28
|
-
"
|
28
|
+
"mixed_water_temperature_f": 110.0,
|
29
29
|
"flow_rate_schedule": "Courthouse BLDG_SWH_SCH",
|
30
30
|
"sensible_fraction": 0.2,
|
31
31
|
"latent_fraction": 0.05
|
@@ -38,20 +38,20 @@
|
|
38
38
|
"water_use_equipment": [
|
39
39
|
{
|
40
40
|
"equipment_name": "Dishwasher Booster",
|
41
|
-
"
|
42
|
-
"
|
41
|
+
"peak_flow_rate_gph": null,
|
42
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.054,
|
43
43
|
"loop_type": "Shared",
|
44
|
-
"
|
44
|
+
"mixed_water_temperature_f": 180.0,
|
45
45
|
"flow_rate_schedule": "RestaurantSitDown BLDG_SWH_SCH",
|
46
46
|
"sensible_fraction": 0.2,
|
47
47
|
"latent_fraction": 0.05
|
48
48
|
},
|
49
49
|
{
|
50
50
|
"equipment_name": null,
|
51
|
-
"
|
52
|
-
"
|
51
|
+
"peak_flow_rate_gph": null,
|
52
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.036,
|
53
53
|
"loop_type": "Shared",
|
54
|
-
"
|
54
|
+
"mixed_water_temperature_f": 120.0,
|
55
55
|
"flow_rate_schedule": "RestaurantSitDown BLDG_SWH_SCH",
|
56
56
|
"sensible_fraction": 0.2,
|
57
57
|
"latent_fraction": 0.05
|
@@ -64,10 +64,10 @@
|
|
64
64
|
"water_use_equipment": [
|
65
65
|
{
|
66
66
|
"equipment_name": null,
|
67
|
-
"
|
68
|
-
"
|
67
|
+
"peak_flow_rate_gph": null,
|
68
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.003663158,
|
69
69
|
"loop_type": "Shared",
|
70
|
-
"
|
70
|
+
"mixed_water_temperature_f": 110.0,
|
71
71
|
"flow_rate_schedule": "ApartmentHighRise APT_DHW_SCH",
|
72
72
|
"sensible_fraction": 0.2,
|
73
73
|
"latent_fraction": 0.05
|
@@ -80,10 +80,10 @@
|
|
80
80
|
"water_use_equipment": [
|
81
81
|
{
|
82
82
|
"equipment_name": null,
|
83
|
-
"
|
84
|
-
"
|
83
|
+
"peak_flow_rate_gph": null,
|
84
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.003333333,
|
85
85
|
"loop_type": "Shared",
|
86
|
-
"
|
86
|
+
"mixed_water_temperature_f": 110.0,
|
87
87
|
"flow_rate_schedule": "Hospital BLDG_SWH_EXTD_SCH",
|
88
88
|
"sensible_fraction": 0.2,
|
89
89
|
"latent_fraction": 0.05
|
@@ -96,10 +96,10 @@
|
|
96
96
|
"water_use_equipment": [
|
97
97
|
{
|
98
98
|
"equipment_name": null,
|
99
|
-
"
|
100
|
-
"
|
99
|
+
"peak_flow_rate_gph": null,
|
100
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.003333333,
|
101
101
|
"loop_type": "Shared",
|
102
|
-
"
|
102
|
+
"mixed_water_temperature_f": 110.0,
|
103
103
|
"flow_rate_schedule": "Hospital BLDG_SWH_EXTD_SCH",
|
104
104
|
"sensible_fraction": 0.2,
|
105
105
|
"latent_fraction": 0.05
|
@@ -112,10 +112,10 @@
|
|
112
112
|
"water_use_equipment": [
|
113
113
|
{
|
114
114
|
"equipment_name": null,
|
115
|
-
"
|
116
|
-
"
|
115
|
+
"peak_flow_rate_gph": null,
|
116
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.003333333,
|
117
117
|
"loop_type": "Shared",
|
118
|
-
"
|
118
|
+
"mixed_water_temperature_f": 110.0,
|
119
119
|
"flow_rate_schedule": "Hospital BLDG_SWH_EXTD_SCH",
|
120
120
|
"sensible_fraction": 0.2,
|
121
121
|
"latent_fraction": 0.05
|
@@ -128,20 +128,20 @@
|
|
128
128
|
"water_use_equipment": [
|
129
129
|
{
|
130
130
|
"equipment_name": "Dishwasher Booster",
|
131
|
-
"
|
132
|
-
"
|
131
|
+
"peak_flow_rate_gph": null,
|
132
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.009,
|
133
133
|
"loop_type": "Shared",
|
134
|
-
"
|
134
|
+
"mixed_water_temperature_f": 180.0,
|
135
135
|
"flow_rate_schedule": "Hospital BLDG_SWH_EXTD_SCH",
|
136
136
|
"sensible_fraction": 0.2,
|
137
137
|
"latent_fraction": 0.05
|
138
138
|
},
|
139
139
|
{
|
140
140
|
"equipment_name": null,
|
141
|
-
"
|
142
|
-
"
|
141
|
+
"peak_flow_rate_gph": null,
|
142
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.006,
|
143
143
|
"loop_type": "Shared",
|
144
|
-
"
|
144
|
+
"mixed_water_temperature_f": 120.0,
|
145
145
|
"flow_rate_schedule": "Hospital BLDG_SWH_EXTD_SCH",
|
146
146
|
"sensible_fraction": 0.2,
|
147
147
|
"latent_fraction": 0.05
|
@@ -154,10 +154,10 @@
|
|
154
154
|
"water_use_equipment": [
|
155
155
|
{
|
156
156
|
"equipment_name": null,
|
157
|
-
"
|
158
|
-
"
|
157
|
+
"peak_flow_rate_gph": null,
|
158
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.000701754,
|
159
159
|
"loop_type": "Shared",
|
160
|
-
"
|
160
|
+
"mixed_water_temperature_f": 110.0,
|
161
161
|
"flow_rate_schedule": "Hospital BLDG_SWH_SCH",
|
162
162
|
"sensible_fraction": 0.2,
|
163
163
|
"latent_fraction": 0.05
|
@@ -170,10 +170,10 @@
|
|
170
170
|
"water_use_equipment": [
|
171
171
|
{
|
172
172
|
"equipment_name": null,
|
173
|
-
"
|
174
|
-
"
|
173
|
+
"peak_flow_rate_gph": null,
|
174
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.003333333,
|
175
175
|
"loop_type": "Shared",
|
176
|
-
"
|
176
|
+
"mixed_water_temperature_f": 110.0,
|
177
177
|
"flow_rate_schedule": "Hospital BLDG_SWH_SCH",
|
178
178
|
"sensible_fraction": 0.2,
|
179
179
|
"latent_fraction": 0.05
|
@@ -186,10 +186,10 @@
|
|
186
186
|
"water_use_equipment": [
|
187
187
|
{
|
188
188
|
"equipment_name": null,
|
189
|
-
"
|
190
|
-
"
|
189
|
+
"peak_flow_rate_gph": null,
|
190
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.003571429,
|
191
191
|
"loop_type": "Shared",
|
192
|
-
"
|
192
|
+
"mixed_water_temperature_f": 110.0,
|
193
193
|
"flow_rate_schedule": "Hospital BLDG_SWH_EXTD_SCH",
|
194
194
|
"sensible_fraction": 0.2,
|
195
195
|
"latent_fraction": 0.05
|
@@ -202,10 +202,10 @@
|
|
202
202
|
"water_use_equipment": [
|
203
203
|
{
|
204
204
|
"equipment_name": null,
|
205
|
-
"
|
206
|
-
"
|
205
|
+
"peak_flow_rate_gph": null,
|
206
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.000189394,
|
207
207
|
"loop_type": "Shared",
|
208
|
-
"
|
208
|
+
"mixed_water_temperature_f": 110.0,
|
209
209
|
"flow_rate_schedule": "Hospital BLDG_SWH_SCH",
|
210
210
|
"sensible_fraction": 0.2,
|
211
211
|
"latent_fraction": 0.05
|
@@ -218,10 +218,10 @@
|
|
218
218
|
"water_use_equipment": [
|
219
219
|
{
|
220
220
|
"equipment_name": null,
|
221
|
-
"
|
222
|
-
"
|
221
|
+
"peak_flow_rate_gph": null,
|
222
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.000190476,
|
223
223
|
"loop_type": "Shared",
|
224
|
-
"
|
224
|
+
"mixed_water_temperature_f": 110.0,
|
225
225
|
"flow_rate_schedule": "Hospital BLDG_SWH_EXTD_SCH",
|
226
226
|
"sensible_fraction": 0.2,
|
227
227
|
"latent_fraction": 0.05
|
@@ -234,10 +234,10 @@
|
|
234
234
|
"water_use_equipment": [
|
235
235
|
{
|
236
236
|
"equipment_name": null,
|
237
|
-
"
|
238
|
-
"
|
237
|
+
"peak_flow_rate_gph": null,
|
238
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.00297619,
|
239
239
|
"loop_type": "Shared",
|
240
|
-
"
|
240
|
+
"mixed_water_temperature_f": 110.0,
|
241
241
|
"flow_rate_schedule": "HotelLarge GuestRoom_SWH_Sch",
|
242
242
|
"sensible_fraction": 0.2,
|
243
243
|
"latent_fraction": 0.05
|
@@ -250,20 +250,20 @@
|
|
250
250
|
"water_use_equipment": [
|
251
251
|
{
|
252
252
|
"equipment_name": "Dishwasher Booster",
|
253
|
-
"
|
254
|
-
"
|
253
|
+
"peak_flow_rate_gph": null,
|
254
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.072,
|
255
255
|
"loop_type": "Shared",
|
256
|
-
"
|
256
|
+
"mixed_water_temperature_f": 180.0,
|
257
257
|
"flow_rate_schedule": "HotelLarge BLDG_SWH_SCH",
|
258
258
|
"sensible_fraction": 0.2,
|
259
259
|
"latent_fraction": 0.05
|
260
260
|
},
|
261
261
|
{
|
262
262
|
"equipment_name": null,
|
263
|
-
"
|
264
|
-
"
|
263
|
+
"peak_flow_rate_gph": null,
|
264
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.048,
|
265
265
|
"loop_type": "Shared",
|
266
|
-
"
|
266
|
+
"mixed_water_temperature_f": 120.0,
|
267
267
|
"flow_rate_schedule": "HotelLarge BLDG_SWH_SCH",
|
268
268
|
"sensible_fraction": 0.2,
|
269
269
|
"latent_fraction": 0.05
|
@@ -276,10 +276,10 @@
|
|
276
276
|
"water_use_equipment": [
|
277
277
|
{
|
278
278
|
"equipment_name": null,
|
279
|
-
"
|
280
|
-
"
|
279
|
+
"peak_flow_rate_gph": null,
|
280
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.186428571,
|
281
281
|
"loop_type": "Shared",
|
282
|
-
"
|
282
|
+
"mixed_water_temperature_f": 110.0,
|
283
283
|
"flow_rate_schedule": "HotelLarge LaundryRoom_SWH_Sch_Post2004",
|
284
284
|
"sensible_fraction": 0.2,
|
285
285
|
"latent_fraction": 0.05
|
@@ -292,10 +292,10 @@
|
|
292
292
|
"water_use_equipment": [
|
293
293
|
{
|
294
294
|
"equipment_name": null,
|
295
|
-
"
|
296
|
-
"
|
295
|
+
"peak_flow_rate_gph": 3.48,
|
296
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.003663158,
|
297
297
|
"loop_type": "One Per Unit",
|
298
|
-
"
|
298
|
+
"mixed_water_temperature_f": 110.0,
|
299
299
|
"flow_rate_schedule": "ApartmentMidRise APT_DHW_SCH",
|
300
300
|
"sensible_fraction": 0.2,
|
301
301
|
"latent_fraction": 0.05
|
@@ -308,30 +308,30 @@
|
|
308
308
|
"water_use_equipment": [
|
309
309
|
{
|
310
310
|
"equipment_name": null,
|
311
|
-
"
|
312
|
-
"
|
311
|
+
"peak_flow_rate_gph": null,
|
312
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.02,
|
313
313
|
"loop_type": "Shared",
|
314
|
-
"
|
314
|
+
"mixed_water_temperature_f": 110.0,
|
315
315
|
"flow_rate_schedule": "OfficeMedium BLDG_SWH_SCH",
|
316
316
|
"sensible_fraction": 0.2,
|
317
317
|
"latent_fraction": 0.05
|
318
318
|
},
|
319
319
|
{
|
320
320
|
"equipment_name": null,
|
321
|
-
"
|
322
|
-
"
|
321
|
+
"peak_flow_rate_gph": null,
|
322
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.02,
|
323
323
|
"loop_type": "Shared",
|
324
|
-
"
|
324
|
+
"mixed_water_temperature_f": 110.0,
|
325
325
|
"flow_rate_schedule": "OfficeMedium BLDG_SWH_SCH",
|
326
326
|
"sensible_fraction": 0.2,
|
327
327
|
"latent_fraction": 0.05
|
328
328
|
},
|
329
329
|
{
|
330
330
|
"equipment_name": null,
|
331
|
-
"
|
332
|
-
"
|
331
|
+
"peak_flow_rate_gph": null,
|
332
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.02,
|
333
333
|
"loop_type": "Shared",
|
334
|
-
"
|
334
|
+
"mixed_water_temperature_f": 110.0,
|
335
335
|
"flow_rate_schedule": "OfficeSmall BLDG_SWH_SCH",
|
336
336
|
"sensible_fraction": 0.2,
|
337
337
|
"latent_fraction": 0.05
|
@@ -344,10 +344,10 @@
|
|
344
344
|
"water_use_equipment": [
|
345
345
|
{
|
346
346
|
"equipment_name": null,
|
347
|
-
"
|
348
|
-
"
|
347
|
+
"peak_flow_rate_gph": null,
|
348
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.000516521,
|
349
349
|
"loop_type": "Shared",
|
350
|
-
"
|
350
|
+
"mixed_water_temperature_f": 110.0,
|
351
351
|
"flow_rate_schedule": "OfficeLarge BLDG_SWH_SCH",
|
352
352
|
"sensible_fraction": 0.2,
|
353
353
|
"latent_fraction": 0.05
|
@@ -360,10 +360,10 @@
|
|
360
360
|
"water_use_equipment": [
|
361
361
|
{
|
362
362
|
"equipment_name": null,
|
363
|
-
"
|
364
|
-
"
|
363
|
+
"peak_flow_rate_gph": null,
|
364
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.000516521,
|
365
365
|
"loop_type": "Shared",
|
366
|
-
"
|
366
|
+
"mixed_water_temperature_f": 110.0,
|
367
367
|
"flow_rate_schedule": "OfficeLarge BLDG_SWH_SCH",
|
368
368
|
"sensible_fraction": 0.2,
|
369
369
|
"latent_fraction": 0.05
|
@@ -376,10 +376,10 @@
|
|
376
376
|
"water_use_equipment": [
|
377
377
|
{
|
378
378
|
"equipment_name": null,
|
379
|
-
"
|
380
|
-
"
|
379
|
+
"peak_flow_rate_gph": null,
|
380
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.000516521,
|
381
381
|
"loop_type": "Shared",
|
382
|
-
"
|
382
|
+
"mixed_water_temperature_f": 110.0,
|
383
383
|
"flow_rate_schedule": "OfficeLarge BLDG_SWH_SCH",
|
384
384
|
"sensible_fraction": 0.2,
|
385
385
|
"latent_fraction": 0.05
|
@@ -392,10 +392,10 @@
|
|
392
392
|
"water_use_equipment": [
|
393
393
|
{
|
394
394
|
"equipment_name": null,
|
395
|
-
"
|
396
|
-
"
|
395
|
+
"peak_flow_rate_gph": null,
|
396
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.000950996,
|
397
397
|
"loop_type": "Shared",
|
398
|
-
"
|
398
|
+
"mixed_water_temperature_f": 110.0,
|
399
399
|
"flow_rate_schedule": "OfficeMedium BLDG_SWH_SCH",
|
400
400
|
"sensible_fraction": 0.2,
|
401
401
|
"latent_fraction": 0.05
|
@@ -408,10 +408,10 @@
|
|
408
408
|
"water_use_equipment": [
|
409
409
|
{
|
410
410
|
"equipment_name": null,
|
411
|
-
"
|
412
|
-
"
|
411
|
+
"peak_flow_rate_gph": null,
|
412
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.000545256,
|
413
413
|
"loop_type": "Shared",
|
414
|
-
"
|
414
|
+
"mixed_water_temperature_f": 110.0,
|
415
415
|
"flow_rate_schedule": "OfficeSmall BLDG_SWH_SCH",
|
416
416
|
"sensible_fraction": 0.2,
|
417
417
|
"latent_fraction": 0.05
|
@@ -424,10 +424,10 @@
|
|
424
424
|
"water_use_equipment": [
|
425
425
|
{
|
426
426
|
"equipment_name": null,
|
427
|
-
"
|
428
|
-
"
|
427
|
+
"peak_flow_rate_gph": null,
|
428
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.018518519,
|
429
429
|
"loop_type": "Shared",
|
430
|
-
"
|
430
|
+
"mixed_water_temperature_f": 110.0,
|
431
431
|
"flow_rate_schedule": "OutPatientHealthCare BLDG_SWH_SCH",
|
432
432
|
"sensible_fraction": 0.2,
|
433
433
|
"latent_fraction": 0.05
|
@@ -440,10 +440,10 @@
|
|
440
440
|
"water_use_equipment": [
|
441
441
|
{
|
442
442
|
"equipment_name": null,
|
443
|
-
"
|
444
|
-
"
|
443
|
+
"peak_flow_rate_gph": null,
|
444
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.004545455,
|
445
445
|
"loop_type": "Shared",
|
446
|
-
"
|
446
|
+
"mixed_water_temperature_f": 110.0,
|
447
447
|
"flow_rate_schedule": "OutPatientHealthCare BLDG_SWH_SCH",
|
448
448
|
"sensible_fraction": 0.2,
|
449
449
|
"latent_fraction": 0.05
|
@@ -456,10 +456,10 @@
|
|
456
456
|
"water_use_equipment": [
|
457
457
|
{
|
458
458
|
"equipment_name": null,
|
459
|
-
"
|
460
|
-
"
|
459
|
+
"peak_flow_rate_gph": null,
|
460
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.011904762,
|
461
461
|
"loop_type": "Shared",
|
462
|
-
"
|
462
|
+
"mixed_water_temperature_f": 110.0,
|
463
463
|
"flow_rate_schedule": "OutPatientHealthCare BLDG_SWH_SCH",
|
464
464
|
"sensible_fraction": 0.2,
|
465
465
|
"latent_fraction": 0.05
|
@@ -472,10 +472,10 @@
|
|
472
472
|
"water_use_equipment": [
|
473
473
|
{
|
474
474
|
"equipment_name": null,
|
475
|
-
"
|
476
|
-
"
|
475
|
+
"peak_flow_rate_gph": null,
|
476
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.025423729,
|
477
477
|
"loop_type": "Shared",
|
478
|
-
"
|
478
|
+
"mixed_water_temperature_f": 110.0,
|
479
479
|
"flow_rate_schedule": "OutPatientHealthCare BLDG_SWH_SCH",
|
480
480
|
"sensible_fraction": 0.2,
|
481
481
|
"latent_fraction": 0.05
|
@@ -488,10 +488,10 @@
|
|
488
488
|
"water_use_equipment": [
|
489
489
|
{
|
490
490
|
"equipment_name": null,
|
491
|
-
"
|
492
|
-
"
|
491
|
+
"peak_flow_rate_gph": null,
|
492
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.006329114,
|
493
493
|
"loop_type": "Shared",
|
494
|
-
"
|
494
|
+
"mixed_water_temperature_f": 110.0,
|
495
495
|
"flow_rate_schedule": "OutPatientHealthCare BLDG_SWH_SCH",
|
496
496
|
"sensible_fraction": 0.2,
|
497
497
|
"latent_fraction": 0.05
|
@@ -504,10 +504,10 @@
|
|
504
504
|
"water_use_equipment": [
|
505
505
|
{
|
506
506
|
"equipment_name": null,
|
507
|
-
"
|
508
|
-
"
|
507
|
+
"peak_flow_rate_gph": null,
|
508
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.002114165,
|
509
509
|
"loop_type": "Shared",
|
510
|
-
"
|
510
|
+
"mixed_water_temperature_f": 110.0,
|
511
511
|
"flow_rate_schedule": "OutPatientHealthCare BLDG_SWH_SCH",
|
512
512
|
"sensible_fraction": 0.2,
|
513
513
|
"latent_fraction": 0.05
|
@@ -520,10 +520,10 @@
|
|
520
520
|
"water_use_equipment": [
|
521
521
|
{
|
522
522
|
"equipment_name": null,
|
523
|
-
"
|
524
|
-
"
|
523
|
+
"peak_flow_rate_gph": null,
|
524
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.007590133,
|
525
525
|
"loop_type": "Shared",
|
526
|
-
"
|
526
|
+
"mixed_water_temperature_f": 110.0,
|
527
527
|
"flow_rate_schedule": "OutPatientHealthCare BLDG_SWH_SCH",
|
528
528
|
"sensible_fraction": 0.2,
|
529
529
|
"latent_fraction": 0.05
|
@@ -536,10 +536,10 @@
|
|
536
536
|
"water_use_equipment": [
|
537
537
|
{
|
538
538
|
"equipment_name": null,
|
539
|
-
"
|
540
|
-
"
|
539
|
+
"peak_flow_rate_gph": null,
|
540
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.007017544,
|
541
541
|
"loop_type": "Shared",
|
542
|
-
"
|
542
|
+
"mixed_water_temperature_f": 110.0,
|
543
543
|
"flow_rate_schedule": "OutPatientHealthCare BLDG_SWH_SCH",
|
544
544
|
"sensible_fraction": 0.2,
|
545
545
|
"latent_fraction": 0.05
|
@@ -552,10 +552,10 @@
|
|
552
552
|
"water_use_equipment": [
|
553
553
|
{
|
554
554
|
"equipment_name": null,
|
555
|
-
"
|
556
|
-
"
|
555
|
+
"peak_flow_rate_gph": null,
|
556
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.002222222,
|
557
557
|
"loop_type": "Shared",
|
558
|
-
"
|
558
|
+
"mixed_water_temperature_f": 110.0,
|
559
559
|
"flow_rate_schedule": "OutPatientHealthCare BLDG_SWH_SCH",
|
560
560
|
"sensible_fraction": 0.2,
|
561
561
|
"latent_fraction": 0.05
|
@@ -568,10 +568,10 @@
|
|
568
568
|
"water_use_equipment": [
|
569
569
|
{
|
570
570
|
"equipment_name": null,
|
571
|
-
"
|
572
|
-
"
|
571
|
+
"peak_flow_rate_gph": null,
|
572
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.02,
|
573
573
|
"loop_type": "Shared",
|
574
|
-
"
|
574
|
+
"mixed_water_temperature_f": 110.0,
|
575
575
|
"flow_rate_schedule": "SchoolPrimary BLDG_SWH_SCH",
|
576
576
|
"sensible_fraction": 0.2,
|
577
577
|
"latent_fraction": 0.05
|
@@ -584,20 +584,20 @@
|
|
584
584
|
"water_use_equipment": [
|
585
585
|
{
|
586
586
|
"equipment_name": "Dishwasher Booster",
|
587
|
-
"
|
588
|
-
"
|
587
|
+
"peak_flow_rate_gph": null,
|
588
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.034,
|
589
589
|
"loop_type": "Shared",
|
590
|
-
"
|
590
|
+
"mixed_water_temperature_f": 180.0,
|
591
591
|
"flow_rate_schedule": "SchoolSecondary BLDG_SWH_SCH",
|
592
592
|
"sensible_fraction": 0.2,
|
593
593
|
"latent_fraction": 0.05
|
594
594
|
},
|
595
595
|
{
|
596
596
|
"equipment_name": null,
|
597
|
-
"
|
598
|
-
"
|
597
|
+
"peak_flow_rate_gph": null,
|
598
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.023,
|
599
599
|
"loop_type": "Shared",
|
600
|
-
"
|
600
|
+
"mixed_water_temperature_f": 120.0,
|
601
601
|
"flow_rate_schedule": "SchoolSecondary BLDG_SWH_SCH",
|
602
602
|
"sensible_fraction": 0.2,
|
603
603
|
"latent_fraction": 0.05
|
@@ -610,20 +610,20 @@
|
|
610
610
|
"water_use_equipment": [
|
611
611
|
{
|
612
612
|
"equipment_name": "Dishwasher Booster",
|
613
|
-
"
|
614
|
-
"
|
613
|
+
"peak_flow_rate_gph": null,
|
614
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.033,
|
615
615
|
"loop_type": "Shared",
|
616
|
-
"
|
616
|
+
"mixed_water_temperature_f": 180.0,
|
617
617
|
"flow_rate_schedule": "SchoolPrimary BLDG_SWH_SCH",
|
618
618
|
"sensible_fraction": 0.2,
|
619
619
|
"latent_fraction": 0.05
|
620
620
|
},
|
621
621
|
{
|
622
622
|
"equipment_name": null,
|
623
|
-
"
|
624
|
-
"
|
623
|
+
"peak_flow_rate_gph": null,
|
624
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.022,
|
625
625
|
"loop_type": "Shared",
|
626
|
-
"
|
626
|
+
"mixed_water_temperature_f": 120.0,
|
627
627
|
"flow_rate_schedule": "SchoolPrimary BLDG_SWH_SCH",
|
628
628
|
"sensible_fraction": 0.2,
|
629
629
|
"latent_fraction": 0.05
|
@@ -636,10 +636,10 @@
|
|
636
636
|
"water_use_equipment": [
|
637
637
|
{
|
638
638
|
"equipment_name": null,
|
639
|
-
"
|
640
|
-
"
|
639
|
+
"peak_flow_rate_gph": null,
|
640
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.032,
|
641
641
|
"loop_type": "Shared",
|
642
|
-
"
|
642
|
+
"mixed_water_temperature_f": 110.0,
|
643
643
|
"flow_rate_schedule": "RestaurantFastFood BLDG_SWH_SCH",
|
644
644
|
"sensible_fraction": 0.2,
|
645
645
|
"latent_fraction": 0.05
|
@@ -652,10 +652,10 @@
|
|
652
652
|
"water_use_equipment": [
|
653
653
|
{
|
654
654
|
"equipment_name": null,
|
655
|
-
"
|
656
|
-
"
|
655
|
+
"peak_flow_rate_gph": null,
|
656
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.007499177,
|
657
657
|
"loop_type": "Shared",
|
658
|
-
"
|
658
|
+
"mixed_water_temperature_f": 110.0,
|
659
659
|
"flow_rate_schedule": "SchoolSecondary BLDG_SWH_SCH",
|
660
660
|
"sensible_fraction": 0.2,
|
661
661
|
"latent_fraction": 0.05
|
@@ -668,10 +668,10 @@
|
|
668
668
|
"water_use_equipment": [
|
669
669
|
{
|
670
670
|
"equipment_name": null,
|
671
|
-
"
|
672
|
-
"
|
671
|
+
"peak_flow_rate_gph": null,
|
672
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.02,
|
673
673
|
"loop_type": "Shared",
|
674
|
-
"
|
674
|
+
"mixed_water_temperature_f": 110.0,
|
675
675
|
"flow_rate_schedule": "SchoolSecondary BLDG_SWH_SCH",
|
676
676
|
"sensible_fraction": 0.2,
|
677
677
|
"latent_fraction": 0.05
|
@@ -684,10 +684,10 @@
|
|
684
684
|
"water_use_equipment": [
|
685
685
|
{
|
686
686
|
"equipment_name": null,
|
687
|
-
"
|
688
|
-
"
|
687
|
+
"peak_flow_rate_gph": null,
|
688
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.006324786,
|
689
689
|
"loop_type": "Shared",
|
690
|
-
"
|
690
|
+
"mixed_water_temperature_f": 110.0,
|
691
691
|
"flow_rate_schedule": "HotelSmall GuestRoom_SHW_Sch",
|
692
692
|
"sensible_fraction": 0.2,
|
693
693
|
"latent_fraction": 0.05
|
@@ -700,10 +700,10 @@
|
|
700
700
|
"water_use_equipment": [
|
701
701
|
{
|
702
702
|
"equipment_name": null,
|
703
|
-
"
|
704
|
-
"
|
703
|
+
"peak_flow_rate_gph": null,
|
704
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.006324786,
|
705
705
|
"loop_type": "Shared",
|
706
|
-
"
|
706
|
+
"mixed_water_temperature_f": 110.0,
|
707
707
|
"flow_rate_schedule": "HotelSmall AlwaysOff",
|
708
708
|
"sensible_fraction": 0.2,
|
709
709
|
"latent_fraction": 0.05
|
@@ -716,10 +716,10 @@
|
|
716
716
|
"water_use_equipment": [
|
717
717
|
{
|
718
718
|
"equipment_name": null,
|
719
|
-
"
|
720
|
-
"
|
719
|
+
"peak_flow_rate_gph": null,
|
720
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.064102564,
|
721
721
|
"loop_type": "One Per Space",
|
722
|
-
"
|
722
|
+
"mixed_water_temperature_f": 110.0,
|
723
723
|
"flow_rate_schedule": "HotelSmall LaundryRoom_SHW_Sch",
|
724
724
|
"sensible_fraction": 0.2,
|
725
725
|
"latent_fraction": 0.05
|
@@ -732,10 +732,10 @@
|
|
732
732
|
"water_use_equipment": [
|
733
733
|
{
|
734
734
|
"equipment_name": null,
|
735
|
-
"
|
736
|
-
"
|
735
|
+
"peak_flow_rate_gph": 1.8,
|
736
|
+
"peak_flow_rate_gph_per_floor_area_ft2": null,
|
737
737
|
"loop_type": "One Per Space",
|
738
|
-
"
|
738
|
+
"mixed_water_temperature_f": 110.0,
|
739
739
|
"flow_rate_schedule": "RetailStripmall Type1_SWH_SCH",
|
740
740
|
"sensible_fraction": 0.2,
|
741
741
|
"latent_fraction": 0.05
|
@@ -748,10 +748,10 @@
|
|
748
748
|
"water_use_equipment": [
|
749
749
|
{
|
750
750
|
"equipment_name": null,
|
751
|
-
"
|
752
|
-
"
|
751
|
+
"peak_flow_rate_gph": 1.8,
|
752
|
+
"peak_flow_rate_gph_per_floor_area_ft2": null,
|
753
753
|
"loop_type": "One Per Space",
|
754
|
-
"
|
754
|
+
"mixed_water_temperature_f": 110.0,
|
755
755
|
"flow_rate_schedule": "RetailStripmall Type2_SWH_SCH",
|
756
756
|
"sensible_fraction": 0.2,
|
757
757
|
"latent_fraction": 0.05
|
@@ -764,10 +764,10 @@
|
|
764
764
|
"water_use_equipment": [
|
765
765
|
{
|
766
766
|
"equipment_name": null,
|
767
|
-
"
|
768
|
-
"
|
767
|
+
"peak_flow_rate_gph": 1.8,
|
768
|
+
"peak_flow_rate_gph_per_floor_area_ft2": null,
|
769
769
|
"loop_type": "One Per Space",
|
770
|
-
"
|
770
|
+
"mixed_water_temperature_f": 110.0,
|
771
771
|
"flow_rate_schedule": "RetailStripmall Type3_SWH_SCH",
|
772
772
|
"sensible_fraction": 0.2,
|
773
773
|
"latent_fraction": 0.05
|
@@ -780,10 +780,10 @@
|
|
780
780
|
"water_use_equipment": [
|
781
781
|
{
|
782
782
|
"equipment_name": null,
|
783
|
-
"
|
784
|
-
"
|
783
|
+
"peak_flow_rate_gph": null,
|
784
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.002141786,
|
785
785
|
"loop_type": "Shared",
|
786
|
-
"
|
786
|
+
"mixed_water_temperature_f": 110.0,
|
787
787
|
"flow_rate_schedule": "SuperMarket Bldg Swh",
|
788
788
|
"sensible_fraction": 0.2,
|
789
789
|
"latent_fraction": 0.05
|
@@ -796,10 +796,10 @@
|
|
796
796
|
"water_use_equipment": [
|
797
797
|
{
|
798
798
|
"equipment_name": null,
|
799
|
-
"
|
800
|
-
"
|
799
|
+
"peak_flow_rate_gph": null,
|
800
|
+
"peak_flow_rate_gph_per_floor_area_ft2": 0.002141786,
|
801
801
|
"loop_type": "Shared",
|
802
|
-
"
|
802
|
+
"mixed_water_temperature_f": 110.0,
|
803
803
|
"flow_rate_schedule": "SuperMarket Bldg Swh",
|
804
804
|
"sensible_fraction": 0.2,
|
805
805
|
"latent_fraction": 0.05
|