openstudio-standards 0.2.12.rc4 → 0.2.12.rc5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards-ashrae_90_1(space_types).xlsx +0 -0
  3. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  4. data/data/standards/test_performance_expected_dd_results.csv +950 -950
  5. data/lib/openstudio-standards.rb +8 -1
  6. data/lib/openstudio-standards/btap/btap.model.rb +1 -1
  7. data/lib/openstudio-standards/btap/economics.rb +14 -11
  8. data/lib/openstudio-standards/btap/envelope.rb +185 -257
  9. data/lib/openstudio-standards/btap/fileio.rb +1 -0
  10. data/lib/openstudio-standards/btap/geometry.rb +21 -1
  11. data/lib/openstudio-standards/btap/measures.rb +12 -11
  12. data/lib/openstudio-standards/btap/schedules.rb +3 -12
  13. data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitaryHeatPumpAirToAirMultiSpeed.rb +178 -0
  14. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXMultiSpeed.rb +8 -8
  15. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +3 -0
  16. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +3 -3
  17. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +25 -23
  18. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +91 -0
  19. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +20 -2
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +39 -0
  21. data/lib/openstudio-standards/standards/Standards.Model.rb +29 -0
  22. data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +37 -4
  23. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.unitary_acs.json +15 -15
  24. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.unitary_acs.json +15 -15
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.unitary_acs.json +5 -5
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.unitary_acs.json +15 -15
  27. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +5963 -2723
  28. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +5917 -2697
  29. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.spc_typ.json +2011 -1112
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.spc_typ.json +1946 -1106
  31. data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/btap_1980to2010.rb +2 -18
  32. data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/data/space_types.json +1677 -1005
  33. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +64 -13
  34. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +31 -19
  35. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/curves.json +75 -0
  36. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -16
  37. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/space_types.json +1677 -1005
  38. data/lib/openstudio-standards/standards/necb/ECMS/data/boiler_set.json +29 -0
  39. data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +913 -0
  40. data/lib/openstudio-standards/standards/necb/ECMS/data/equip_eff_lim.json +52 -0
  41. data/lib/openstudio-standards/standards/necb/ECMS/data/erv.json +105 -0
  42. data/lib/openstudio-standards/standards/necb/ECMS/data/furnace_set.json +23 -0
  43. data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps.json +803 -0
  44. data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps_heating.json +787 -0
  45. data/lib/openstudio-standards/standards/necb/ECMS/data/shw_set.json +29 -0
  46. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +87 -0
  47. data/lib/openstudio-standards/standards/necb/ECMS/erv.rb +22 -0
  48. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +1593 -0
  49. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +68 -33
  50. data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +24 -13
  51. data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +104 -99
  52. data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +24 -24
  53. data/lib/openstudio-standards/standards/necb/NECB2011/data/curves.json +50 -0
  54. data/lib/openstudio-standards/standards/necb/NECB2011/data/erv.json +31 -0
  55. data/lib/openstudio-standards/standards/necb/NECB2011/data/led_lighting_data.json +2028 -0
  56. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +1745 -1297
  57. data/lib/openstudio-standards/standards/necb/NECB2011/daylighting_control.md +70 -0
  58. data/lib/openstudio-standards/standards/necb/NECB2011/demand_controlled_ventilation.md +46 -0
  59. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +69 -107
  60. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +24 -1
  61. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +139 -141
  62. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +24 -0
  63. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +344 -234
  64. data/lib/openstudio-standards/standards/necb/NECB2011/led_lighting.md +51 -0
  65. data/lib/openstudio-standards/standards/necb/NECB2011/lighting.rb +57 -9
  66. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +1060 -34
  67. data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +9 -1
  68. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +1 -1
  69. data/lib/openstudio-standards/standards/necb/NECB2015/data/led_lighting_data.json +2883 -0
  70. data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +2554 -1916
  71. data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +32 -1
  72. data/lib/openstudio-standards/standards/necb/NECB2017/data/led_lighting_data.json +2883 -0
  73. data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +2554 -1916
  74. data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +29 -0
  75. data/lib/openstudio-standards/version.rb +1 -1
  76. metadata +21 -2
@@ -0,0 +1,29 @@
1
+ {
2
+ "tables": {
3
+ "boiler_eff_ecm": {
4
+ "refs": [
5
+ "assumption"
6
+ ],
7
+ "table": [
8
+ {
9
+ "name": "NECB_Default",
10
+ "efficiency": null,
11
+ "part_load_curve": null,
12
+ "notes": "Do nothing."
13
+ },
14
+ {
15
+ "name": "NECB 88% Efficient Condensing Boiler",
16
+ "efficiency": 0.88,
17
+ "part_load_curve": "BOILER-EFFPLR-COND-NECB2011",
18
+ "notes": "From NECB 2011 and AHRI."
19
+ },
20
+ {
21
+ "name": "Viessmann Vitocrossal 300 CT3-17 96.2% Efficient Condensing Gas Boiler",
22
+ "efficiency": 0.962,
23
+ "part_load_curve": "BOILER-EFFPLR-COND-VIESSMANN",
24
+ "notes": "From analysis by Kamel Haddad based on Viessmann Vitocrossal 300 CT3-17 condensing boiler."
25
+ }
26
+ ]
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,913 @@
1
+ {
2
+ "tables": {
3
+ "curves": {
4
+ "refs": [
5
+ "assumption"
6
+ ],
7
+ "table": [
8
+ {
9
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
10
+ "category": "VRF Outdoor Unit Cooling",
11
+ "form": "BiQuadratic",
12
+ "dependent_variable": "CCAPFT",
13
+ "independent_variable_1": "Tiwb",
14
+ "independent_variable_2": "Todb",
15
+ "coeff_1": 0.041806043,
16
+ "coeff_2": 0.064040587,
17
+ "coeff_3": -0.000556932,
18
+ "coeff_4": 0.008407783,
19
+ "coeff_5": -0.00010814,
20
+ "coeff_6": -0.000333479,
21
+ "coeff_7": null,
22
+ "coeff_8": null,
23
+ "coeff_9": null,
24
+ "coeff_10": null,
25
+ "minimum_independent_variable_1": 15.0,
26
+ "maximum_independent_variable_1": 24.0,
27
+ "minimum_independent_variable_2": -5.0,
28
+ "maximum_independent_variable_2": 43.0,
29
+ "minimum_dependent_variable_output": null,
30
+ "maximum_dependent_variable_output": null,
31
+ "notes": "Cooling capacity ratio vs temperatures for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
32
+ },
33
+ {
34
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
35
+ "category": "VRF Outdoor Unit Cooling",
36
+ "form": "Quadratic",
37
+ "dependent_variable": "CCAPFFF",
38
+ "independent_variable_1": "FlowRatio",
39
+ "coeff_1": 0.8,
40
+ "coeff_2": 0.2,
41
+ "coeff_3": 0.0,
42
+ "coeff_4": null,
43
+ "coeff_5": null,
44
+ "coeff_6": null,
45
+ "coeff_7": null,
46
+ "coeff_8": null,
47
+ "coeff_9": null,
48
+ "coeff_10": null,
49
+ "minimum_independent_variable_1": 0.5,
50
+ "maximum_independent_variable_1": 1.5,
51
+ "minimum_dependent_variable_output": null,
52
+ "maximum_dependent_variable_output": null,
53
+ "notes": "OpenStudio default Cooling capacity ratio vs flow ratio"
54
+
55
+ },
56
+ {
57
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
58
+ "category": "VRF Outdoor Unit Cooling",
59
+ "form": "BiQuadratic",
60
+ "dependent_variable": "CEIRFT",
61
+ "independent_variable_1": "Tiwb",
62
+ "independent_variable_2": "Todb",
63
+ "coeff_1": 0.603439682,
64
+ "coeff_2": 0.010825146,
65
+ "coeff_3": -0.000129701,
66
+ "coeff_4": -0.006870974,
67
+ "coeff_5": 0.000288952,
68
+ "coeff_6": 0.000152497,
69
+ "coeff_7": null,
70
+ "coeff_8": null,
71
+ "coeff_9": null,
72
+ "coeff_10": null,
73
+ "minimum_independent_variable_1": 15.0,
74
+ "maximum_independent_variable_1": 24.0,
75
+ "minimum_independent_variable_2": -5.0,
76
+ "maximum_independent_variable_2": 43.0,
77
+ "minimum_dependent_variable_output": null,
78
+ "maximum_dependent_variable_output": null,
79
+ "notes": "Cooling Energy-Input Ratio vs temperatures for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
80
+ },
81
+ {
82
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
83
+ "category": "VRF Outdoor Unit Cooling",
84
+ "form": "Quadratic",
85
+ "dependent_variable": "CEIRFFF",
86
+ "independent_variable_1": "FlowRatio",
87
+ "coeff_1": 1.0,
88
+ "coeff_2": 0.0,
89
+ "coeff_3": 0.0,
90
+ "coeff_4": null,
91
+ "coeff_5": null,
92
+ "coeff_6": null,
93
+ "coeff_7": null,
94
+ "coeff_8": null,
95
+ "coeff_9": null,
96
+ "coeff_10": null,
97
+ "minimum_independent_variable_1": 0.0,
98
+ "maximum_independent_variable_1": 1.0,
99
+ "minimum_dependent_variable_output": null,
100
+ "maximum_dependent_variable_output": null,
101
+ "notes": "OpenStudio default for Cooling Energy-Input Ratio vs flow ratio"
102
+ },
103
+ {
104
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
105
+ "category": "VRF Outdoor Unit Heating",
106
+ "form": "MultiVariableLookupTable",
107
+ "number_independent_variables": 1,
108
+ "interpolation_method": "LinearInterpolationOfTable",
109
+ "number_of_interpolation_points": 2,
110
+ "curve_type": "cubic",
111
+ "normalization_reference": 1.0,
112
+ "output_unit_type": "Dimensionless",
113
+ "data_point1": "0.1,0.865",
114
+ "data_point2": "0.2,0.88",
115
+ "data_point3": "0.3,0.895",
116
+ "data_point4": "0.4,0.91",
117
+ "data_point5": "0.5,0.951",
118
+ "data_point6": "0.556,0.964",
119
+ "data_point7": "0.694,0.999",
120
+ "data_point8": "0.833,1.003",
121
+ "data_point9": "0.972,0.997",
122
+ "data_point10": "1.0,1.000",
123
+ "minimum_independent_variable_1": 0.0,
124
+ "maximum_independent_variable_1": 1.0,
125
+ "input_unit_type_x1": "Dimensionless",
126
+ "notes": "Cooling part-load factor vs part-load ratio for Mitsubishi Hyper Heating VRF unit (model: PUHY-HP72)"
127
+ },
128
+ {
129
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
130
+ "category": "VRF Outdoor Unit Heating",
131
+ "form": "BiQuadratic",
132
+ "dependent_variable": "HCAPFT",
133
+ "independent_variable_1": "Tidb",
134
+ "independent_variable_2": "Towb",
135
+ "coeff_1": 1.042427028,
136
+ "coeff_2": 0.032023437,
137
+ "coeff_3": -0.00158028,
138
+ "coeff_4": 0.025578062,
139
+ "coeff_5": -0.000168303,
140
+ "coeff_6": -0.001037712,
141
+ "coeff_7": null,
142
+ "coeff_8": null,
143
+ "coeff_9": null,
144
+ "coeff_10": null,
145
+ "minimum_independent_variable_1": 15.0,
146
+ "maximum_independent_variable_1": 27.2,
147
+ "minimum_independent_variable_2": -25.0,
148
+ "maximum_independent_variable_2": 15.0,
149
+ "minimum_dependent_variable_output": null,
150
+ "maximum_dependent_variable_output": null,
151
+ "notes": "Heating capacity ratio vs temperatures for Mitsubishi Hyper Heating VRF unit (model: PUHY-HP72)"
152
+ },
153
+ {
154
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
155
+ "category": "VRF Outdoor Unit Heating",
156
+ "form": "Quadratic",
157
+ "dependent_variable": "HCAPFFF",
158
+ "independent_variable_1": "FlowRatio",
159
+ "coeff_1": 0.8,
160
+ "coeff_2": 0.2,
161
+ "coeff_3": 0.0,
162
+ "coeff_4": null,
163
+ "coeff_5": null,
164
+ "coeff_6": null,
165
+ "coeff_7": null,
166
+ "coeff_8": null,
167
+ "coeff_9": null,
168
+ "coeff_10": null,
169
+ "minimum_independent_variable_1": 0.5,
170
+ "maximum_independent_variable_1": 1.5,
171
+ "minimum_dependent_variable_output": null,
172
+ "maximum_dependent_variable_output": null,
173
+ "notes": "OpenStudio default for heating capacity ratio vs flow ratio"
174
+ },
175
+ {
176
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
177
+ "category": "VRF Outdoor Unit Heating",
178
+ "form": "BiQuadratic",
179
+ "dependent_variable": "HEIRFT",
180
+ "independent_variable_1": "Tidb",
181
+ "independent_variable_2": "Towb",
182
+ "coeff_1": 1.148878033,
183
+ "coeff_2": 0.058259369,
184
+ "coeff_3": -0.002473548,
185
+ "coeff_4": -0.022030368,
186
+ "coeff_5": -7.01977E-05,
187
+ "coeff_6": -0.00028168,
188
+ "coeff_7": null,
189
+ "coeff_8": null,
190
+ "coeff_9": null,
191
+ "coeff_10": null,
192
+ "minimum_independent_variable_1": 15.0,
193
+ "maximum_independent_variable_1": 27.2,
194
+ "minimum_independent_variable_2": -25.0,
195
+ "maximum_independent_variable_2": 15.0,
196
+ "minimum_dependent_variable_output": null,
197
+ "maximum_dependent_variable_output": null,
198
+ "notes": "Heating Energy-Input Ratio vs temperatures for Mitsubishi Hyper Heating VRF unit (model: PUHY-HP72)"
199
+ },
200
+ {
201
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
202
+ "category": "VRF Outdoor Unit Heating",
203
+ "form": "Quadratic",
204
+ "dependent_variable": "HEIRFFF",
205
+ "independent_variable_1": "FlowRatio",
206
+ "coeff_1": 1.0,
207
+ "coeff_2": 0.0,
208
+ "coeff_3": 0.0,
209
+ "coeff_4": null,
210
+ "coeff_5": null,
211
+ "coeff_6": null,
212
+ "coeff_7": null,
213
+ "coeff_8": null,
214
+ "coeff_9": null,
215
+ "coeff_10": null,
216
+ "minimum_independent_variable_1": 0.0,
217
+ "maximum_independent_variable_1": 1.0,
218
+ "minimum_dependent_variable_output": null,
219
+ "maximum_dependent_variable_output": null,
220
+ "notes": "OpenStudio default for Heating Energy-Input Ratio vs flow ratio"
221
+ },
222
+ {
223
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
224
+ "category": "VRF Outdoor Unit Heating",
225
+ "form": "MultiVariableLookupTable",
226
+ "number_independent_variables": 1,
227
+ "interpolation_method": "LinearInterpolationOfTable",
228
+ "number_of_interpolation_points": 2,
229
+ "curve_type": "cubic",
230
+ "normalization_reference": 1.0,
231
+ "output_unit_type": "Dimensionless",
232
+ "data_point1": "0.1,0.865",
233
+ "data_point2": "0.2,0.88",
234
+ "data_point3": "0.3,0.895",
235
+ "data_point4": "0.4,0.91",
236
+ "data_point5": "0.5,0.923",
237
+ "data_point6": "0.555,0.943",
238
+ "data_point7": "0.694,0.969",
239
+ "data_point8": "0.833,0.997",
240
+ "data_point9": "1.0,1.000",
241
+ "minimum_independent_variable_1": 0.0,
242
+ "maximum_independent_variable_1": 1.0,
243
+ "input_unit_type_x1": "Dimensionless",
244
+ "notes": "Heating part-load factor vs part-load ratio for Mitsubishi Hyper Heating VRF unit (model: PUHY-HP72)"
245
+ },
246
+ {
247
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
248
+ "category": "VRF Outdoor Unit Heating",
249
+ "form": "MultiVariableLookupTable",
250
+ "number_independent_variables": 2,
251
+ "interpolation_method": "LinearInterpolationOfTable",
252
+ "number_of_interpolation_points": 2,
253
+ "curve_type": "BiQuadratic",
254
+ "normalization_reference": 1.0,
255
+ "output_unit_type": "Dimensionless",
256
+ "data_point1": "15.0,-25,1.052",
257
+ "data_point2": "15.0,-10.0,1.052",
258
+ "data_point3": "15.0,-8.0,1.052",
259
+ "data_point4": "15.0,-6.0,1.052",
260
+ "data_point5": "15.0,-4.0,1.111",
261
+ "data_point6": "15.0,-2.0,1.149",
262
+ "data_point7": "15.0,0.0,1.205",
263
+ "data_point8": "15.0,1.0,1.205",
264
+ "data_point9": "15.0,2.0,1.19",
265
+ "data_point10": "15.0,4.0,1.052",
266
+ "data_point11": "15.0,6.0,1.0",
267
+ "data_point12": "27.2,-25,1.052",
268
+ "data_point13": "27.2,-10.0,1.052",
269
+ "data_point14": "27.2,-8.0,1.052",
270
+ "data_point15": "27.2,-6.0,1.052",
271
+ "data_point16": "27.2,-4.0,1.111",
272
+ "data_point17": "27.2,-2.0,1.149",
273
+ "data_point18": "27.2,0.0,1.205",
274
+ "data_point19": "27.2,1.0,1.205",
275
+ "data_point20": "27.2,2.0,1.19",
276
+ "data_point21": "27.2,4.0,1.052",
277
+ "data_point22": "27.2,6.0,1.0",
278
+ "minimum_independent_variable_1": 15.0,
279
+ "maximum_independent_variable_1": 27.2,
280
+ "input_unit_type_x1": "Temperature",
281
+ "minimum_independent_variable_2": -25.0,
282
+ "maximum_independent_variable_2": 6.0,
283
+ "input_unit_type_x2": "Temperature",
284
+ "notes": "Defrost EIR correction curve for Mitsubishi Hyper Heating unit (model: PUHY-HP72)"
285
+ },
286
+ {
287
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
288
+ "category": "VRF Outdoor Unit Cooling",
289
+ "form": "BiQuadratic",
290
+ "dependent_variable": "CCAPFT",
291
+ "independent_variable_1": "Tiwb",
292
+ "independent_variable_2": "Todb",
293
+ "coeff_1": 0.00653214,
294
+ "coeff_2": 0.070196324,
295
+ "coeff_3": -0.000779728,
296
+ "coeff_4": 9.18264E-05,
297
+ "coeff_5": -3.53531E-06,
298
+ "coeff_6": -1.10985E-06,
299
+ "coeff_7": null,
300
+ "coeff_8": null,
301
+ "coeff_9": null,
302
+ "coeff_10": null,
303
+ "minimum_independent_variable_1": 15.0,
304
+ "maximum_independent_variable_1": 24.0,
305
+ "minimum_independent_variable_2": -5.0,
306
+ "maximum_independent_variable_2": 27.2,
307
+ "minimum_dependent_variable_output": null,
308
+ "maximum_dependent_variable_output": null,
309
+ "notes": "Low cooling capacity ratio vs temperatures for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
310
+ },
311
+ {
312
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
313
+ "category": "VRF Outdoor Unit Cooling",
314
+ "form": "Cubic",
315
+ "dependent_variable": "Tiwb",
316
+ "independent_variable_1": "Todb",
317
+ "coeff_1": 94.997,
318
+ "coeff_2": -9.7363,
319
+ "coeff_3": 0.4601,
320
+ "coeff_4": -0.0075,
321
+ "coeff_5": null,
322
+ "coeff_6": null,
323
+ "coeff_7": null,
324
+ "coeff_8": null,
325
+ "coeff_9": null,
326
+ "coeff_10": null,
327
+ "minimum_independent_variable_1": 11.0,
328
+ "maximum_independent_variable_1": 30.0,
329
+ "minimum_dependent_variable_output": null,
330
+ "maximum_dependent_variable_output": null,
331
+ "notes": "Boundary curve for cooling capacity ratio vs temperatures for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
332
+ },
333
+ {
334
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
335
+ "category": "VRF Outdoor Unit Cooling",
336
+ "form": "BiQuadratic",
337
+ "dependent_variable": "CCAPFT",
338
+ "independent_variable_1": "Tiwb",
339
+ "independent_variable_2": "Todb",
340
+ "coeff_1": 0.024136088,
341
+ "coeff_2": 0.068050178,
342
+ "coeff_3": -0.000323642,
343
+ "coeff_4": 0.008051387,
344
+ "coeff_5": 1.58197E-06,
345
+ "coeff_6": -0.000740208,
346
+ "coeff_7": null,
347
+ "coeff_8": null,
348
+ "coeff_9": null,
349
+ "coeff_10": null,
350
+ "minimum_independent_variable_1": 15.0,
351
+ "maximum_independent_variable_1": 24.0,
352
+ "minimum_independent_variable_2": -5.0,
353
+ "maximum_independent_variable_2": 43.0,
354
+ "minimum_dependent_variable_output": null,
355
+ "maximum_dependent_variable_output": null,
356
+ "notes": "High cooling capacity ratio vs temperatures for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
357
+ },
358
+ {
359
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
360
+ "category": "VRF Outdoor Unit Cooling",
361
+ "form": "BiQuadratic",
362
+ "dependent_variable": "CEIRFT",
363
+ "independent_variable_1": "Tiwb",
364
+ "independent_variable_2": "Todb",
365
+ "coeff_1": 0.637813476,
366
+ "coeff_2": 0.00686888,
367
+ "coeff_3": -7.55358E-06,
368
+ "coeff_4": 0.001963023,
369
+ "coeff_5": 2.69677E-08,
370
+ "coeff_6": -2.49728E-05,
371
+ "coeff_7": null,
372
+ "coeff_8": null,
373
+ "coeff_9": null,
374
+ "coeff_10": null,
375
+ "minimum_independent_variable_1": 15.0,
376
+ "maximum_independent_variable_1": 23.9,
377
+ "minimum_independent_variable_2": -5.0,
378
+ "maximum_independent_variable_2": 27.2,
379
+ "minimum_dependent_variable_output": null,
380
+ "maximum_dependent_variable_output": null,
381
+ "notes": "Low cooling Energy-Input Ratio as a functions of temperatures for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
382
+ },
383
+ {
384
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
385
+ "category": "VRF Outdoor Unit Cooling",
386
+ "form": "Cubic",
387
+ "dependent_variable": "Tiwb",
388
+ "independent_variable_1": "Todb",
389
+ "coeff_1": 94.997,
390
+ "coeff_2": -9.7363,
391
+ "coeff_3": 0.4601,
392
+ "coeff_4": -0.0075,
393
+ "coeff_5": null,
394
+ "coeff_6": null,
395
+ "coeff_7": null,
396
+ "coeff_8": null,
397
+ "coeff_9": null,
398
+ "coeff_10": null,
399
+ "minimum_independent_variable_1": 15.0,
400
+ "maximum_independent_variable_1": 24.0,
401
+ "minimum_dependent_variable_output": null,
402
+ "maximum_dependent_variable_output": null,
403
+ "notes": "OpenStudio default for boundary curve for cooling Energy-Input Ratio vs temperatures"
404
+ },
405
+ {
406
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
407
+ "category": "VRF Outdoor Unit Cooling",
408
+ "form": "BiQuadratic",
409
+ "dependent_variable": "CEIRFT",
410
+ "independent_variable_1": "Tiwb",
411
+ "independent_variable_2": "Todb",
412
+ "coeff_1": -0.133846528,
413
+ "coeff_2": 0.034048364,
414
+ "coeff_3": -0.000437229,
415
+ "coeff_4": 0.020590499,
416
+ "coeff_5": 3.17958E-06,
417
+ "coeff_6": -0.000136501,
418
+ "coeff_7": null,
419
+ "coeff_8": null,
420
+ "coeff_9": null,
421
+ "coeff_10": null,
422
+ "minimum_independent_variable_1": 15.0,
423
+ "maximum_independent_variable_1": 23.9,
424
+ "minimum_independent_variable_2": 22.7,
425
+ "maximum_independent_variable_2": 43.0,
426
+ "minimum_dependent_variable_output": null,
427
+ "maximum_dependent_variable_output": null,
428
+ "notes": "High cooling Energy-Input Ratio vs temperatures for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
429
+ },
430
+ {
431
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
432
+ "category": "VRF Outdoor Unit Cooling",
433
+ "form": "Cubic",
434
+ "dependent_variable": "CEIR",
435
+ "independent_variable_1": "PLR",
436
+ "coeff_1": 0.2021,
437
+ "coeff_2": 0.464,
438
+ "coeff_3": 0.4081,
439
+ "coeff_4": -0.0723,
440
+ "coeff_5": null,
441
+ "coeff_6": null,
442
+ "coeff_7": null,
443
+ "coeff_8": null,
444
+ "coeff_9": null,
445
+ "coeff_10": null,
446
+ "minimum_independent_variable_1": 0.5,
447
+ "maximum_independent_variable_1": 1.0,
448
+ "minimum_dependent_variable_output": null,
449
+ "maximum_dependent_variable_output": null,
450
+ "notes": "Low cooling Energy-Input Ratio vs part-load ratio for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
451
+ },
452
+ {
453
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
454
+ "category": "VRF Outdoor Unit Cooling",
455
+ "form": "Cubic",
456
+ "dependent_variable": "CEIR",
457
+ "independent_variable_1": "PLR",
458
+ "coeff_1": 2.0857,
459
+ "coeff_2": -3.1154,
460
+ "coeff_3": 2.9151,
461
+ "coeff_4": -0.8855,
462
+ "coeff_5": null,
463
+ "coeff_6": null,
464
+ "coeff_7": null,
465
+ "coeff_8": null,
466
+ "coeff_9": null,
467
+ "coeff_10": null,
468
+ "minimum_independent_variable_1": 1.0,
469
+ "maximum_independent_variable_1": 1.5,
470
+ "minimum_dependent_variable_output": null,
471
+ "maximum_dependent_variable_output": null,
472
+ "notes": "High cooling Energy-Input Ratio vs part-load ratio for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
473
+ },
474
+ {
475
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
476
+ "category": "VRF Outdoor Unit Cooling",
477
+ "form": "Quadratic",
478
+ "dependent_variable": "CCR",
479
+ "independent_variable_1": "PLR",
480
+ "coeff_1": 0.6216,
481
+ "coeff_2": 0.4732,
482
+ "coeff_3": -0.0952,
483
+ "coeff_4": null,
484
+ "coeff_5": null,
485
+ "coeff_6": null,
486
+ "coeff_7": null,
487
+ "coeff_8": null,
488
+ "coeff_9": null,
489
+ "coeff_10": null,
490
+ "minimum_independent_variable_1": 1.0,
491
+ "maximum_independent_variable_1": 1.3,
492
+ "minimum_dependent_variable_output": null,
493
+ "maximum_dependent_variable_output": null,
494
+ "notes": "Cooling combination ratio vs part-load ratio for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
495
+ },
496
+ {
497
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
498
+ "category": "VRF Outdoor Unit Cooling",
499
+ "form": "Cubic",
500
+ "dependent_variable": "PLF",
501
+ "independent_variable_1": "PLR",
502
+ "coeff_1": 0.85,
503
+ "coeff_2": 0.15,
504
+ "coeff_3": 0.0,
505
+ "coeff_4": 0.0,
506
+ "coeff_5": null,
507
+ "coeff_6": null,
508
+ "coeff_7": null,
509
+ "coeff_8": null,
510
+ "coeff_9": null,
511
+ "coeff_10": null,
512
+ "minimum_independent_variable_1": 0.0,
513
+ "maximum_independent_variable_1": 1.0,
514
+ "minimum_dependent_variable_output": null,
515
+ "maximum_dependent_variable_output": null,
516
+ "notes": "Cooling part-load factor vs part-load ratio (OpenStudio default)"
517
+ },
518
+ {
519
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
520
+ "category": "VRF Outdoor Unit Heating",
521
+ "form": "MultiVariableLookupTable",
522
+ "number_independent_variables": 2,
523
+ "interpolation_method": "LinearInterpolationOfTable",
524
+ "number_of_interpolation_points": 2,
525
+ "curve_type": "Biquadratic",
526
+ "normalization_reference": 1.0,
527
+ "output_unit_type": "Dimensionless",
528
+ "data_point1": "7.625,0.5,1.0",
529
+ "data_point2": "7.625,0.75,1.0",
530
+ "data_point3": "7.625,1.0,1.0",
531
+ "data_point4": "7.625,1.3,1.0",
532
+ "data_point5": "61.0,0.5,1.0",
533
+ "data_point6": "61.0,0.75,1.0",
534
+ "data_point7": "61.0,1.0,0.9075",
535
+ "data_point8": "61.0,1.3,0.9025",
536
+ "data_point9": "91.5,0.5,1.0",
537
+ "data_point10": "91.5,0.75,0.955",
538
+ "data_point11": "91.5,1.0,0.86",
539
+ "data_point12": "91.5,1.3,0.855",
540
+ "data_point13": "122.0,0.5,1.0",
541
+ "data_point14": "122.0,0.75,0.905",
542
+ "data_point15": "122.0,1.0,0.82",
543
+ "data_point16": "122.0,1.3,0.81",
544
+ "data_point17": "175.375,0.5,1.0",
545
+ "data_point18": "175.375,0.75,0.83",
546
+ "data_point19": "175.375,1.0,0.76",
547
+ "data_point20": "175.375,1.3,0.74",
548
+ "minimum_independent_variable_1": 7.625,
549
+ "maximum_independent_variable_1": 175.375,
550
+ "input_unit_type_x1": "Length",
551
+ "minimum_independent_variable_2": 0.5,
552
+ "maximum_independent_variable_2": 1.3,
553
+ "input_unit_type_x2": "Dimensionless",
554
+ "notes": "Cooling capacity correction for pipe length for Mitsubishi Hyper Heating curve (model: PUHY-HP72)"
555
+ },
556
+ {
557
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
558
+ "category": "VRF Outdoor Unit Heating",
559
+ "form": "BiQuadratic",
560
+ "dependent_variable": "HCAPFT",
561
+ "independent_variable_1": "Tidb",
562
+ "independent_variable_2": "Towb",
563
+ "coeff_1": 1.29450313,
564
+ "coeff_2": 0.002801032,
565
+ "coeff_3": 5.16831E-05,
566
+ "coeff_4": 0.021017135,
567
+ "coeff_5": -1.72877E-06,
568
+ "coeff_6": 0.000190881,
569
+ "coeff_7": null,
570
+ "coeff_8": null,
571
+ "coeff_9": null,
572
+ "coeff_10": null,
573
+ "minimum_independent_variable_1": 15.0,
574
+ "maximum_independent_variable_1": 27.2,
575
+ "minimum_independent_variable_2": -25.0,
576
+ "maximum_independent_variable_2": -8.3,
577
+ "minimum_dependent_variable_output": null,
578
+ "maximum_dependent_variable_output": null,
579
+ "notes": "Low heating capacity vs temperatures for Mitsubishi Hyper Heating VRF unit (model: PUHY-HP72)"
580
+ },
581
+ {
582
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
583
+ "category": "VRF Outdoor Unit Heating",
584
+ "form": "Cubic",
585
+ "dependent_variable": "Tidb",
586
+ "independent_variable_1": "Towb",
587
+ "coeff_1": -4.0154,
588
+ "coeff_2": 0.3263,
589
+ "coeff_3": -0.0406,
590
+ "coeff_4": 0.0,
591
+ "coeff_5": null,
592
+ "coeff_6": null,
593
+ "coeff_7": null,
594
+ "coeff_8": null,
595
+ "coeff_9": null,
596
+ "coeff_10": null,
597
+ "minimum_independent_variable_1": 15.0,
598
+ "maximum_independent_variable_1": 27.2,
599
+ "minimum_dependent_variable_output": null,
600
+ "maximum_dependent_variable_output": null,
601
+ "notes": "OpenStudio default for boundary curve for heating capacity ratio vs temperature"
602
+ },
603
+ {
604
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
605
+ "category": "VRF Outdoor Unit Heating",
606
+ "form": "BiQuadratic",
607
+ "dependent_variable": "HCAPFT",
608
+ "independent_variable_1": "Tidb",
609
+ "independent_variable_2": "Towb",
610
+ "coeff_1": 1.164596543,
611
+ "coeff_2": 0.022643713,
612
+ "coeff_3": -0.001438018,
613
+ "coeff_4": 0.011600401,
614
+ "coeff_5": 1.95695E-05,
615
+ "coeff_6": -0.000445733,
616
+ "coeff_7": null,
617
+ "coeff_8": null,
618
+ "coeff_9": null,
619
+ "coeff_10": null,
620
+ "minimum_independent_variable_1": 15.0,
621
+ "maximum_independent_variable_1": 27.2,
622
+ "minimum_independent_variable_2": -25.0,
623
+ "maximum_independent_variable_2": 15.5,
624
+ "minimum_dependent_variable_output": null,
625
+ "maximum_dependent_variable_output": null,
626
+ "notes": "High heating capacity ratio vs temperatures for Mitsubishi Hyper Heating VRF unit (model: PUHY-HP72)"
627
+ },
628
+ {
629
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
630
+ "category": "VRF Outdoor Unit Heating",
631
+ "form": "BiQuadratic",
632
+ "dependent_variable": "HEIRFT",
633
+ "independent_variable_1": "Tidb",
634
+ "independent_variable_2": "Towb",
635
+ "coeff_1": 0.724383593,
636
+ "coeff_2": 0.138267671,
637
+ "coeff_3": -0.003562635,
638
+ "coeff_4": 0.008993764,
639
+ "coeff_5": 4.16922E-06,
640
+ "coeff_6": -3.92283E-05,
641
+ "coeff_7": null,
642
+ "coeff_8": null,
643
+ "coeff_9": null,
644
+ "coeff_10": null,
645
+ "minimum_independent_variable_1": 15.0,
646
+ "maximum_independent_variable_1": 27.2,
647
+ "minimum_independent_variable_2": -25.0,
648
+ "maximum_independent_variable_2": -8.3,
649
+ "minimum_dependent_variable_output": null,
650
+ "maximum_dependent_variable_output": null,
651
+ "notes": "Low heating Energy-Input Ratio vs temperatures for Mitsubishi Hyper Heating VRF unit (model: PUHY-HP72)"
652
+ },
653
+ {
654
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
655
+ "category": "VRF Outdoor Unit Heating",
656
+ "form": "Cubic",
657
+ "dependent_variable": "Tidb",
658
+ "independent_variable_1": "Towb",
659
+ "coeff_1": -4.0154,
660
+ "coeff_2": 0.3263,
661
+ "coeff_3": -0.0406,
662
+ "coeff_4": 0.0,
663
+ "coeff_5": null,
664
+ "coeff_6": null,
665
+ "coeff_7": null,
666
+ "coeff_8": null,
667
+ "coeff_9": null,
668
+ "coeff_10": null,
669
+ "minimum_independent_variable_1": 15.0,
670
+ "maximum_independent_variable_1": 27.2,
671
+ "minimum_dependent_variable_output": null,
672
+ "maximum_dependent_variable_output": null,
673
+ "notes": "OpenStudio default for boundary curve for heating Energy-Input Ratio vs temperature"
674
+ },
675
+ {
676
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
677
+ "category": "VRF Outdoor Unit Heating",
678
+ "form": "BiQuadratic",
679
+ "dependent_variable": "HEIRFT",
680
+ "independent_variable_1": "Tidb",
681
+ "independent_variable_2": "Towb",
682
+ "coeff_1": 1.841820542,
683
+ "coeff_2": -0.005579351,
684
+ "coeff_3": -0.001161211,
685
+ "coeff_4": -0.064427622,
686
+ "coeff_5": 0.000476928,
687
+ "coeff_6": 0.001540043,
688
+ "coeff_7": null,
689
+ "coeff_8": null,
690
+ "coeff_9": null,
691
+ "coeff_10": null,
692
+ "minimum_independent_variable_1": 15.0,
693
+ "maximum_independent_variable_1": 27.2,
694
+ "minimum_independent_variable_2": -25.0,
695
+ "maximum_independent_variable_2": 15.5,
696
+ "minimum_dependent_variable_output": null,
697
+ "maximum_dependent_variable_output": null,
698
+ "notes": "High heating Energy-InputRatio vs temperatures for Mitsubishi Hyper Heating VRF unit (model: PUHY-HP72)"
699
+ },
700
+ {
701
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
702
+ "category": "VRF Outdoor Unit Heating",
703
+ "form": "Cubic",
704
+ "dependent_variable": "HEIR",
705
+ "independent_variable_1": "PLR",
706
+ "coeff_1": -0.123,
707
+ "coeff_2": 1.8753,
708
+ "coeff_3": -1.4444,
709
+ "coeff_4": 0.6918,
710
+ "coeff_5": null,
711
+ "coeff_6": null,
712
+ "coeff_7": null,
713
+ "coeff_8": null,
714
+ "coeff_9": null,
715
+ "coeff_10": null,
716
+ "minimum_independent_variable_1": 0.5,
717
+ "maximum_independent_variable_1": 1.0,
718
+ "minimum_dependent_variable_output": null,
719
+ "maximum_dependent_variable_output": null,
720
+ "notes": "Low heating Energy-Input Ratio vs part-load ratio for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
721
+ },
722
+ {
723
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
724
+ "category": "VRF Outdoor Unit Heating",
725
+ "form": "Cubic",
726
+ "dependent_variable": "HEIR",
727
+ "independent_variable_1": "PLR",
728
+ "coeff_1": -8.0149,
729
+ "coeff_2": 24.269,
730
+ "coeff_3": -21.472,
731
+ "coeff_4": 6.2179,
732
+ "coeff_5": null,
733
+ "coeff_6": null,
734
+ "coeff_7": null,
735
+ "coeff_8": null,
736
+ "coeff_9": null,
737
+ "coeff_10": null,
738
+ "minimum_independent_variable_1": 1.0,
739
+ "maximum_independent_variable_1": 1.3,
740
+ "minimum_dependent_variable_output": null,
741
+ "maximum_dependent_variable_output": null,
742
+ "notes": "High heating Energy-Input Ratio vs part-load ratio for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
743
+ },
744
+ {
745
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
746
+ "category": "VRF Outdoor Unit Heating",
747
+ "form": "Quadratic",
748
+ "dependent_variable": "HCR",
749
+ "independent_variable_1": "PLR",
750
+ "coeff_1": 0.9016,
751
+ "coeff_2": 0.1214,
752
+ "coeff_3": -0.0229,
753
+ "coeff_4": null,
754
+ "coeff_5": null,
755
+ "coeff_6": null,
756
+ "coeff_7": null,
757
+ "coeff_8": null,
758
+ "coeff_9": null,
759
+ "coeff_10": null,
760
+ "minimum_independent_variable_1": 1.0,
761
+ "maximum_independent_variable_1": 1.3,
762
+ "minimum_dependent_variable_output": null,
763
+ "maximum_dependent_variable_output": null,
764
+ "notes": "Heating combination ratio vs part-load ratio for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
765
+ },
766
+ {
767
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
768
+ "category": "VRF Outdoor Unit Heating",
769
+ "form": "Cubic",
770
+ "dependent_variable": "HPLF",
771
+ "independent_variable_1": "PLR",
772
+ "coeff_1": 0.85,
773
+ "coeff_2": 0.15,
774
+ "coeff_3": 0.0,
775
+ "coeff_4": 0.0,
776
+ "coeff_5": null,
777
+ "coeff_6": null,
778
+ "coeff_7": null,
779
+ "coeff_8": null,
780
+ "coeff_9": null,
781
+ "coeff_10": null,
782
+ "minimum_independent_variable_1": 0.0,
783
+ "maximum_independent_variable_1": 1.0,
784
+ "minimum_dependent_variable_output": null,
785
+ "maximum_dependent_variable_output": null,
786
+ "notes": "Heating part-load factor vs part-load ratio (OpenStudio default)"
787
+ },
788
+ {
789
+ "name": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
790
+ "category": "VRF Outdoor Unit Heating",
791
+ "form": "Cubic",
792
+ "dependent_variable": "HCAP",
793
+ "independent_variable_1": "PL",
794
+ "coeff_1": 1.007,
795
+ "coeff_2": -0.0008,
796
+ "coeff_3": 0.000004,
797
+ "coeff_4": -0.00000001,
798
+ "coeff_5": null,
799
+ "coeff_6": null,
800
+ "coeff_7": null,
801
+ "coeff_8": null,
802
+ "coeff_9": null,
803
+ "coeff_10": null,
804
+ "minimum_independent_variable_1": 7.625,
805
+ "maximum_independent_variable_1": 175.375,
806
+ "minimum_dependent_variable_output": null,
807
+ "maximum_dependent_variable_output": null,
808
+ "notes": "Heating capacity ratio vs pipe length for Mitsubishi Hyper Heating VRF Unit (model: PUHY-HP72)"
809
+ },
810
+ {
811
+ "name": "BOILER-EFFPLR-COND-NECB2011",
812
+ "category": "Boiler",
813
+ "form": "Cubic",
814
+ "dependent_variable": "FIRRatio",
815
+ "independent_variable_1": "QRatio",
816
+ "independent_variable_2": null,
817
+ "coeff_1": 1.0186,
818
+ "coeff_2": 0.2426,
819
+ "coeff_3": -0.5059,
820
+ "coeff_4": 0.2465,
821
+ "coeff_5": null,
822
+ "coeff_6": null,
823
+ "coeff_7": null,
824
+ "coeff_8": null,
825
+ "coeff_9": null,
826
+ "coeff_10": null,
827
+ "minimum_independent_variable_1": 0.0,
828
+ "maximum_independent_variable_1": 1.0,
829
+ "minimum_independent_variable_2": null,
830
+ "maximum_independent_variable_2": null,
831
+ "minimum_dependent_variable_output": null,
832
+ "maximum_dependent_variable_output": null,
833
+ "notes": "From NECB 2011 Table 8.4.4.21.-A (2) for condensing boilers. Converted EIR curve to PLF via curve fit."
834
+ },
835
+ {
836
+ "name": "BOILER-EFFPLR-COND-VIESSMANN",
837
+ "category": "Boiler",
838
+ "form": "BiQuadratic",
839
+ "dependent_variable": "FIRRatio",
840
+ "independent_variable_1": "QRatio",
841
+ "independent_variable_2": "TEnteringBoiler",
842
+ "coeff_1": 1.067091396,
843
+ "coeff_2": -0.080046749,
844
+ "coeff_3": 0.078581329,
845
+ "coeff_4": 0.000365501,
846
+ "coeff_5": -4.5243E-06,
847
+ "coeff_6": -0.002185834,
848
+ "coeff_7": null,
849
+ "coeff_8": null,
850
+ "coeff_9": null,
851
+ "coeff_10": null,
852
+ "minimum_independent_variable_1": 0.3,
853
+ "maximum_independent_variable_1": 1.0,
854
+ "minimum_independent_variable_2": 40,
855
+ "maximum_independent_variable_2": 90,
856
+ "minimum_dependent_variable_output": null,
857
+ "maximum_dependent_variable_output": null,
858
+ "notes": "From analysis by Kamel Haddad based on Viessmann Vitocrossal 300 CT3-17 condensing boiler."
859
+ },
860
+ {
861
+ "name": "FURNACE-EFFPLR-COND-NECB2011",
862
+ "category": "Gas Heating Coil",
863
+ "form": "Cubic",
864
+ "dependent_variable": "FIRRatio",
865
+ "independent_variable_1": "QRatio",
866
+ "independent_variable_2": null,
867
+ "coeff_1": 1.0186,
868
+ "coeff_2": 0.2426,
869
+ "coeff_3": -0.5059,
870
+ "coeff_4": 0.2465,
871
+ "coeff_5": null,
872
+ "coeff_6": null,
873
+ "coeff_7": null,
874
+ "coeff_8": null,
875
+ "coeff_9": null,
876
+ "coeff_10": null,
877
+ "minimum_independent_variable_1": 0.0,
878
+ "maximum_independent_variable_1": 1.0,
879
+ "minimum_independent_variable_2": null,
880
+ "maximum_independent_variable_2": null,
881
+ "minimum_dependent_variable_output": null,
882
+ "maximum_dependent_variable_output": null,
883
+ "notes": "From NECB 2011 Table 8.4.4.21.-A (4) for condensing furnaces. Converted EIR curve to PLF via curve fit."
884
+ },
885
+ {
886
+ "name": "SWH-EFFFPLR-NECB2011",
887
+ "category": "Water Heater",
888
+ "form": "Cubic",
889
+ "dependent_variable": "FIRRatio",
890
+ "independent_variable_1": "QRatio",
891
+ "independent_variable_2": null,
892
+ "coeff_1": 0.7576,
893
+ "coeff_2": 1.0071,
894
+ "coeff_3": -1.4443,
895
+ "coeff_4": 0.6844,
896
+ "coeff_5": null,
897
+ "coeff_6": null,
898
+ "coeff_7": null,
899
+ "coeff_8": null,
900
+ "coeff_9": null,
901
+ "coeff_10": null,
902
+ "minimum_independent_variable_1": 0.0,
903
+ "maximum_independent_variable_1": 1.0,
904
+ "minimum_independent_variable_2": null,
905
+ "maximum_independent_variable_2": null,
906
+ "minimum_dependent_variable_output": null,
907
+ "maximum_dependent_variable_output": null,
908
+ "notes": "From NECB 2011 Table 8.4.4.21.-G (2). Converted EIR curve to PLF via curve fit. Note this is treating the Water Heater as a boiler not a tank."
909
+ }
910
+ ]
911
+ }
912
+ }
913
+ }