openstudio-standards 0.6.3 → 0.7.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/manage_OpenStudio_Standards.rb +2 -49
- data/data/standards/openstudio_standards_duplicates_log.csv +1 -7962
- data/data/standards/test_performance_expected_dd_results.csv +2005 -97
- data/lib/openstudio-standards/create_typical/space_type_ratios.rb +47 -57
- data/lib/openstudio-standards/geometry/create.rb +1 -1
- data/lib/openstudio-standards/geometry/create_bar.rb +6 -3
- data/lib/openstudio-standards/geometry/create_shape.rb +1 -1
- data/lib/openstudio-standards/geometry/group.rb +1 -1
- data/lib/openstudio-standards/geometry/information.rb +1 -1
- data/lib/openstudio-standards/geometry/modify.rb +53 -1
- data/lib/openstudio-standards/infiltration/nist_infiltration.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +2 -2
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +44 -47
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +43 -48
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +44 -24
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +24 -24
- data/lib/openstudio-standards/schedules/parametric.rb +1 -1
- data/lib/openstudio-standards/service_water_heating/create_piping_losses.rb +152 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +544 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +303 -0
- data/lib/openstudio-standards/service_water_heating/create_water_use.rb +95 -0
- data/lib/openstudio-standards/space/space.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +65 -70
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +12 -14
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +16 -5
- data/lib/openstudio-standards/standards/Standards.Model.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +10 -2
- data/lib/openstudio-standards/{prototypes/common/objects/Prototype.Model.swh.rb → standards/Standards.ServiceWaterHeating.rb} +209 -139
- data/lib/openstudio-standards/standards/Standards.Surface.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +4 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22251 -12963
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +91 -91
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +8981 -5228
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +8935 -5182
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +7281 -5391
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +91 -91
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +9005 -15215
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +136 -136
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +8717 -17168
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +136 -136
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +1941 -651
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +135 -135
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +135 -135
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +36 -36
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +36 -36
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +377 -99
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +3 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.construction_properties.json +6889 -4044
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_constructions.json +108 -108
- data/lib/openstudio-standards/standards/cbes/cbes_pre_1978/data/cbes_pre_1978.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1978/data/cbes_t24_1978.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1992/data/cbes_t24_1992.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2001/data/cbes_t24_2001.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/data/cbes_t24_2005.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/data/cbes_t24_2008.construction_properties.json +16 -16
- data/lib/openstudio-standards/standards/cbes/data/cbes.constructions.json +142 -142
- data/lib/openstudio-standards/standards/deer/data/deer.constructions.json +5 -1551
- data/lib/openstudio-standards/standards/deer/data/deer.materials.json +40 -0
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.motors.json +88 -8
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.motors.json +88 -8
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +17 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +2 -1
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +4 -4
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +61 -88
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +3 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/data/boiler_fuel_type_sets.json +54 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPMidriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPMultiTower.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPPointTower.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LEEPTownHouse.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernEducation.osm +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernHealthCare.osm +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +32 -24
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +89 -15
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +5 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +22 -65
- data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +19 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +56 -2
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +3 -1
- data/lib/openstudio-standards/standards/necb/common/construction_defaults.osm +2 -2
- data/lib/openstudio-standards/standards/necb/docs/air_system_names_method.md +127 -0
- data/lib/openstudio-standards/thermal_zone/thermal_zone.rb +1 -1
- data/lib/openstudio-standards/utilities/template_measure/resources/BTAPMeasureHelper.rb +1 -1
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/information.rb +61 -5
- data/lib/openstudio-standards/weather/modify.rb +1 -1
- data/lib/openstudio-standards.rb +5 -3
- metadata +12 -63
- data/data/standards/OpenStudio_Standards-deer.xlsx +0 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +0 -1100
- data/lib/openstudio-standards/service_water_heating/component.rb +0 -189
@@ -88,597 +88,597 @@
|
|
88
88
|
]
|
89
89
|
},
|
90
90
|
{
|
91
|
-
"name": "
|
91
|
+
"name": "U 0.46 SHGC 0.4 VT 0.44 Simple Glazing",
|
92
92
|
"template": "90.1-PRM-2019",
|
93
93
|
"intended_surface_type": "GlassDoor",
|
94
94
|
"standards_construction_type": "Any Vertical Glazing",
|
95
95
|
"insulation_layer": null,
|
96
96
|
"skylight_framing": null,
|
97
97
|
"materials": [
|
98
|
-
"
|
98
|
+
"U 0.46 SHGC 0.4 VT 0.44 Simple Glazing"
|
99
99
|
]
|
100
100
|
},
|
101
101
|
{
|
102
|
-
"name": "
|
102
|
+
"name": "U 0.46 SHGC 0.4 VT 0.44 Simple Glazing",
|
103
103
|
"template": "90.1-PRM-2019",
|
104
104
|
"intended_surface_type": "ExteriorWindow",
|
105
105
|
"standards_construction_type": "Any Vertical Glazing",
|
106
106
|
"insulation_layer": null,
|
107
107
|
"skylight_framing": null,
|
108
108
|
"materials": [
|
109
|
-
"
|
109
|
+
"U 0.46 SHGC 0.4 VT 0.44 Simple Glazing"
|
110
110
|
]
|
111
111
|
},
|
112
112
|
{
|
113
|
-
"name": "
|
113
|
+
"name": "U 0.57 SHGC 0.25 VT 0.28 Simple Glazing",
|
114
114
|
"template": "90.1-PRM-2019",
|
115
115
|
"intended_surface_type": "GlassDoor",
|
116
116
|
"standards_construction_type": "Any Vertical Glazing",
|
117
117
|
"insulation_layer": null,
|
118
118
|
"skylight_framing": null,
|
119
119
|
"materials": [
|
120
|
-
"
|
120
|
+
"U 0.57 SHGC 0.25 VT 0.28 Simple Glazing"
|
121
121
|
]
|
122
122
|
},
|
123
123
|
{
|
124
|
-
"name": "
|
124
|
+
"name": "U 0.57 SHGC 0.25 VT 0.28 Simple Glazing",
|
125
125
|
"template": "90.1-PRM-2019",
|
126
126
|
"intended_surface_type": "ExteriorWindow",
|
127
127
|
"standards_construction_type": "Any Vertical Glazing",
|
128
128
|
"insulation_layer": null,
|
129
129
|
"skylight_framing": null,
|
130
130
|
"materials": [
|
131
|
-
"
|
131
|
+
"U 0.57 SHGC 0.25 VT 0.28 Simple Glazing"
|
132
132
|
]
|
133
133
|
},
|
134
134
|
{
|
135
|
-
"name": "
|
135
|
+
"name": "U 0.57 SHGC 0.39 VT 0.43 Simple Glazing",
|
136
136
|
"template": "90.1-PRM-2019",
|
137
137
|
"intended_surface_type": "GlassDoor",
|
138
138
|
"standards_construction_type": "Any Vertical Glazing",
|
139
139
|
"insulation_layer": null,
|
140
140
|
"skylight_framing": null,
|
141
141
|
"materials": [
|
142
|
-
"
|
142
|
+
"U 0.57 SHGC 0.39 VT 0.43 Simple Glazing"
|
143
143
|
]
|
144
144
|
},
|
145
145
|
{
|
146
|
-
"name": "
|
146
|
+
"name": "U 0.57 SHGC 0.39 VT 0.43 Simple Glazing",
|
147
147
|
"template": "90.1-PRM-2019",
|
148
148
|
"intended_surface_type": "ExteriorWindow",
|
149
149
|
"standards_construction_type": "Any Vertical Glazing",
|
150
150
|
"insulation_layer": null,
|
151
151
|
"skylight_framing": null,
|
152
152
|
"materials": [
|
153
|
-
"
|
153
|
+
"U 0.57 SHGC 0.39 VT 0.43 Simple Glazing"
|
154
154
|
]
|
155
155
|
},
|
156
156
|
{
|
157
|
-
"name": "
|
157
|
+
"name": "U 0.57 SHGC 0.49 VT 0.54 Simple Glazing",
|
158
158
|
"template": "90.1-PRM-2019",
|
159
159
|
"intended_surface_type": "GlassDoor",
|
160
160
|
"standards_construction_type": "Any Vertical Glazing",
|
161
161
|
"insulation_layer": null,
|
162
162
|
"skylight_framing": null,
|
163
163
|
"materials": [
|
164
|
-
"
|
164
|
+
"U 0.57 SHGC 0.49 VT 0.54 Simple Glazing"
|
165
165
|
]
|
166
166
|
},
|
167
167
|
{
|
168
|
-
"name": "
|
168
|
+
"name": "U 0.57 SHGC 0.49 VT 0.54 Simple Glazing",
|
169
169
|
"template": "90.1-PRM-2019",
|
170
170
|
"intended_surface_type": "ExteriorWindow",
|
171
171
|
"standards_construction_type": "Any Vertical Glazing",
|
172
172
|
"insulation_layer": null,
|
173
173
|
"skylight_framing": null,
|
174
174
|
"materials": [
|
175
|
-
"
|
175
|
+
"U 0.57 SHGC 0.49 VT 0.54 Simple Glazing"
|
176
176
|
]
|
177
177
|
},
|
178
178
|
{
|
179
|
-
"name": "
|
179
|
+
"name": "U 0.58 SHGC 0.19 VT 0.21 Simple Glazing",
|
180
180
|
"template": "90.1-PRM-2019",
|
181
181
|
"intended_surface_type": "GlassDoor",
|
182
182
|
"standards_construction_type": "Any Vertical Glazing",
|
183
183
|
"insulation_layer": null,
|
184
184
|
"skylight_framing": null,
|
185
185
|
"materials": [
|
186
|
-
"
|
186
|
+
"U 0.58 SHGC 0.19 VT 0.21 Simple Glazing"
|
187
187
|
]
|
188
188
|
},
|
189
189
|
{
|
190
|
-
"name": "
|
190
|
+
"name": "U 0.58 SHGC 0.19 VT 0.21 Simple Glazing",
|
191
191
|
"template": "90.1-PRM-2019",
|
192
192
|
"intended_surface_type": "ExteriorWindow",
|
193
193
|
"standards_construction_type": "Any Vertical Glazing",
|
194
194
|
"insulation_layer": null,
|
195
195
|
"skylight_framing": null,
|
196
196
|
"materials": [
|
197
|
-
"
|
197
|
+
"U 0.58 SHGC 0.19 VT 0.21 Simple Glazing"
|
198
198
|
]
|
199
199
|
},
|
200
200
|
{
|
201
|
-
"name": "
|
201
|
+
"name": "U 0.58 SHGC 0.36 VT 0.4 Simple Glazing",
|
202
202
|
"template": "90.1-PRM-2019",
|
203
203
|
"intended_surface_type": "GlassDoor",
|
204
204
|
"standards_construction_type": "Any Vertical Glazing",
|
205
205
|
"insulation_layer": null,
|
206
206
|
"skylight_framing": null,
|
207
207
|
"materials": [
|
208
|
-
"
|
208
|
+
"U 0.58 SHGC 0.36 VT 0.4 Simple Glazing"
|
209
209
|
]
|
210
210
|
},
|
211
211
|
{
|
212
|
-
"name": "
|
212
|
+
"name": "U 0.58 SHGC 0.36 VT 0.4 Simple Glazing",
|
213
213
|
"template": "90.1-PRM-2019",
|
214
214
|
"intended_surface_type": "ExteriorWindow",
|
215
215
|
"standards_construction_type": "Any Vertical Glazing",
|
216
216
|
"insulation_layer": null,
|
217
217
|
"skylight_framing": null,
|
218
218
|
"materials": [
|
219
|
-
"
|
219
|
+
"U 0.58 SHGC 0.36 VT 0.4 Simple Glazing"
|
220
220
|
]
|
221
221
|
},
|
222
222
|
{
|
223
|
-
"name": "
|
223
|
+
"name": "U 0.58 SHGC 0.39 VT 0.43 Simple Glazing",
|
224
224
|
"template": "90.1-PRM-2019",
|
225
225
|
"intended_surface_type": "GlassDoor",
|
226
226
|
"standards_construction_type": "Any Vertical Glazing",
|
227
227
|
"insulation_layer": null,
|
228
228
|
"skylight_framing": null,
|
229
229
|
"materials": [
|
230
|
-
"
|
230
|
+
"U 0.58 SHGC 0.39 VT 0.43 Simple Glazing"
|
231
231
|
]
|
232
232
|
},
|
233
233
|
{
|
234
|
-
"name": "
|
234
|
+
"name": "U 0.58 SHGC 0.39 VT 0.43 Simple Glazing",
|
235
235
|
"template": "90.1-PRM-2019",
|
236
236
|
"intended_surface_type": "ExteriorWindow",
|
237
237
|
"standards_construction_type": "Any Vertical Glazing",
|
238
238
|
"insulation_layer": null,
|
239
239
|
"skylight_framing": null,
|
240
240
|
"materials": [
|
241
|
-
"
|
241
|
+
"U 0.58 SHGC 0.39 VT 0.43 Simple Glazing"
|
242
242
|
]
|
243
243
|
},
|
244
244
|
{
|
245
|
-
"name": "
|
245
|
+
"name": "U 0.58 SHGC 0.49 VT 0.54 Simple Glazing",
|
246
246
|
"template": "90.1-PRM-2019",
|
247
247
|
"intended_surface_type": "GlassDoor",
|
248
248
|
"standards_construction_type": "Any Vertical Glazing",
|
249
249
|
"insulation_layer": null,
|
250
250
|
"skylight_framing": null,
|
251
251
|
"materials": [
|
252
|
-
"
|
252
|
+
"U 0.58 SHGC 0.49 VT 0.54 Simple Glazing"
|
253
253
|
]
|
254
254
|
},
|
255
255
|
{
|
256
|
-
"name": "
|
256
|
+
"name": "U 0.58 SHGC 0.49 VT 0.54 Simple Glazing",
|
257
257
|
"template": "90.1-PRM-2019",
|
258
258
|
"intended_surface_type": "ExteriorWindow",
|
259
259
|
"standards_construction_type": "Any Vertical Glazing",
|
260
260
|
"insulation_layer": null,
|
261
261
|
"skylight_framing": null,
|
262
262
|
"materials": [
|
263
|
-
"
|
263
|
+
"U 0.58 SHGC 0.49 VT 0.54 Simple Glazing"
|
264
264
|
]
|
265
265
|
},
|
266
266
|
{
|
267
|
-
"name": "
|
267
|
+
"name": "U 0.58 SHGC 0.55 VT 0.61 Simple Glazing",
|
268
268
|
"template": "90.1-PRM-2019",
|
269
269
|
"intended_surface_type": "GlassDoor",
|
270
270
|
"standards_construction_type": "Any Vertical Glazing",
|
271
271
|
"insulation_layer": null,
|
272
272
|
"skylight_framing": null,
|
273
273
|
"materials": [
|
274
|
-
"
|
274
|
+
"U 0.58 SHGC 0.55 VT 0.61 Simple Glazing"
|
275
275
|
]
|
276
276
|
},
|
277
277
|
{
|
278
|
-
"name": "
|
278
|
+
"name": "U 0.58 SHGC 0.55 VT 0.61 Simple Glazing",
|
279
279
|
"template": "90.1-PRM-2019",
|
280
280
|
"intended_surface_type": "ExteriorWindow",
|
281
281
|
"standards_construction_type": "Any Vertical Glazing",
|
282
282
|
"insulation_layer": null,
|
283
283
|
"skylight_framing": null,
|
284
284
|
"materials": [
|
285
|
-
"
|
285
|
+
"U 0.58 SHGC 0.55 VT 0.61 Simple Glazing"
|
286
286
|
]
|
287
287
|
},
|
288
288
|
{
|
289
|
-
"name": "
|
289
|
+
"name": "U 0.69 SHGC 0.19 VT 0.21 Simple Glazing",
|
290
290
|
"template": "90.1-PRM-2019",
|
291
291
|
"intended_surface_type": "GlassDoor",
|
292
292
|
"standards_construction_type": "Any Vertical Glazing",
|
293
293
|
"insulation_layer": null,
|
294
294
|
"skylight_framing": null,
|
295
295
|
"materials": [
|
296
|
-
"
|
296
|
+
"U 0.69 SHGC 0.19 VT 0.21 Simple Glazing"
|
297
297
|
]
|
298
298
|
},
|
299
299
|
{
|
300
|
-
"name": "
|
300
|
+
"name": "U 0.69 SHGC 0.19 VT 0.21 Simple Glazing",
|
301
301
|
"template": "90.1-PRM-2019",
|
302
302
|
"intended_surface_type": "ExteriorWindow",
|
303
303
|
"standards_construction_type": "Any Vertical Glazing",
|
304
304
|
"insulation_layer": null,
|
305
305
|
"skylight_framing": null,
|
306
306
|
"materials": [
|
307
|
-
"
|
307
|
+
"U 0.69 SHGC 0.19 VT 0.21 Simple Glazing"
|
308
308
|
]
|
309
309
|
},
|
310
310
|
{
|
311
|
-
"name": "
|
311
|
+
"name": "U 0.69 SHGC 0.36 VT 0.4 Simple Glazing",
|
312
312
|
"template": "90.1-PRM-2019",
|
313
313
|
"intended_surface_type": "GlassDoor",
|
314
314
|
"standards_construction_type": "Any Vertical Glazing",
|
315
315
|
"insulation_layer": null,
|
316
316
|
"skylight_framing": null,
|
317
317
|
"materials": [
|
318
|
-
"
|
318
|
+
"U 0.69 SHGC 0.36 VT 0.4 Simple Glazing"
|
319
319
|
]
|
320
320
|
},
|
321
321
|
{
|
322
|
-
"name": "
|
322
|
+
"name": "U 0.69 SHGC 0.36 VT 0.4 Simple Glazing",
|
323
323
|
"template": "90.1-PRM-2019",
|
324
324
|
"intended_surface_type": "ExteriorWindow",
|
325
325
|
"standards_construction_type": "Any Vertical Glazing",
|
326
326
|
"insulation_layer": null,
|
327
327
|
"skylight_framing": null,
|
328
328
|
"materials": [
|
329
|
-
"
|
329
|
+
"U 0.69 SHGC 0.36 VT 0.4 Simple Glazing"
|
330
330
|
]
|
331
331
|
},
|
332
332
|
{
|
333
|
-
"name": "
|
333
|
+
"name": "U 0.69 SHGC 0.39 VT 0.43 Simple Glazing",
|
334
334
|
"template": "90.1-PRM-2019",
|
335
335
|
"intended_surface_type": "GlassDoor",
|
336
336
|
"standards_construction_type": "Any Vertical Glazing",
|
337
337
|
"insulation_layer": null,
|
338
338
|
"skylight_framing": null,
|
339
339
|
"materials": [
|
340
|
-
"
|
340
|
+
"U 0.69 SHGC 0.39 VT 0.43 Simple Glazing"
|
341
341
|
]
|
342
342
|
},
|
343
343
|
{
|
344
|
-
"name": "
|
344
|
+
"name": "U 0.69 SHGC 0.39 VT 0.43 Simple Glazing",
|
345
345
|
"template": "90.1-PRM-2019",
|
346
346
|
"intended_surface_type": "ExteriorWindow",
|
347
347
|
"standards_construction_type": "Any Vertical Glazing",
|
348
348
|
"insulation_layer": null,
|
349
349
|
"skylight_framing": null,
|
350
350
|
"materials": [
|
351
|
-
"
|
351
|
+
"U 0.69 SHGC 0.39 VT 0.43 Simple Glazing"
|
352
352
|
]
|
353
353
|
},
|
354
354
|
{
|
355
|
-
"name": "
|
355
|
+
"name": "U 0.69 SHGC 0.49 VT 0.54 Simple Glazing",
|
356
356
|
"template": "90.1-PRM-2019",
|
357
357
|
"intended_surface_type": "GlassDoor",
|
358
358
|
"standards_construction_type": "Any Vertical Glazing",
|
359
359
|
"insulation_layer": null,
|
360
360
|
"skylight_framing": null,
|
361
361
|
"materials": [
|
362
|
-
"
|
362
|
+
"U 0.69 SHGC 0.49 VT 0.54 Simple Glazing"
|
363
363
|
]
|
364
364
|
},
|
365
365
|
{
|
366
|
-
"name": "
|
366
|
+
"name": "U 0.69 SHGC 0.49 VT 0.54 Simple Glazing",
|
367
367
|
"template": "90.1-PRM-2019",
|
368
368
|
"intended_surface_type": "ExteriorWindow",
|
369
369
|
"standards_construction_type": "Any Vertical Glazing",
|
370
370
|
"insulation_layer": null,
|
371
371
|
"skylight_framing": null,
|
372
372
|
"materials": [
|
373
|
-
"
|
373
|
+
"U 0.69 SHGC 0.49 VT 0.54 Simple Glazing"
|
374
374
|
]
|
375
375
|
},
|
376
376
|
{
|
377
|
-
"name": "
|
377
|
+
"name": "U 0.69 SHGC 0.64 VT 0.7 Simple Glazing",
|
378
378
|
"template": "90.1-PRM-2019",
|
379
379
|
"intended_surface_type": "GlassDoor",
|
380
380
|
"standards_construction_type": "Any Vertical Glazing",
|
381
381
|
"insulation_layer": null,
|
382
382
|
"skylight_framing": null,
|
383
383
|
"materials": [
|
384
|
-
"
|
384
|
+
"U 0.69 SHGC 0.64 VT 0.7 Simple Glazing"
|
385
385
|
]
|
386
386
|
},
|
387
387
|
{
|
388
|
-
"name": "
|
388
|
+
"name": "U 0.69 SHGC 0.64 VT 0.7 Simple Glazing",
|
389
389
|
"template": "90.1-PRM-2019",
|
390
390
|
"intended_surface_type": "ExteriorWindow",
|
391
391
|
"standards_construction_type": "Any Vertical Glazing",
|
392
392
|
"insulation_layer": null,
|
393
393
|
"skylight_framing": null,
|
394
394
|
"materials": [
|
395
|
-
"
|
395
|
+
"U 0.69 SHGC 0.64 VT 0.7 Simple Glazing"
|
396
396
|
]
|
397
397
|
},
|
398
398
|
{
|
399
|
-
"name": "
|
399
|
+
"name": "U 0.69 SHGC 0.68 VT 0.75 Simple Glazing",
|
400
400
|
"template": "90.1-PRM-2019",
|
401
401
|
"intended_surface_type": "GlassDoor",
|
402
402
|
"standards_construction_type": "Any Vertical Glazing",
|
403
403
|
"insulation_layer": null,
|
404
404
|
"skylight_framing": null,
|
405
405
|
"materials": [
|
406
|
-
"
|
406
|
+
"U 0.69 SHGC 0.68 VT 0.75 Simple Glazing"
|
407
407
|
]
|
408
408
|
},
|
409
409
|
{
|
410
|
-
"name": "
|
410
|
+
"name": "U 0.69 SHGC 0.68 VT 0.75 Simple Glazing",
|
411
411
|
"template": "90.1-PRM-2019",
|
412
412
|
"intended_surface_type": "ExteriorWindow",
|
413
413
|
"standards_construction_type": "Any Vertical Glazing",
|
414
414
|
"insulation_layer": null,
|
415
415
|
"skylight_framing": null,
|
416
416
|
"materials": [
|
417
|
-
"
|
417
|
+
"U 0.69 SHGC 0.68 VT 0.75 Simple Glazing"
|
418
418
|
]
|
419
419
|
},
|
420
420
|
{
|
421
|
-
"name": "
|
421
|
+
"name": "U 0.81 SHGC 0.55 VT 0.61 Simple Glazing",
|
422
422
|
"template": "90.1-PRM-2019",
|
423
423
|
"intended_surface_type": "GlassDoor",
|
424
424
|
"standards_construction_type": "Any Vertical Glazing",
|
425
425
|
"insulation_layer": null,
|
426
426
|
"skylight_framing": null,
|
427
427
|
"materials": [
|
428
|
-
"
|
428
|
+
"U 0.81 SHGC 0.55 VT 0.61 Simple Glazing"
|
429
429
|
]
|
430
430
|
},
|
431
431
|
{
|
432
|
-
"name": "
|
432
|
+
"name": "U 0.81 SHGC 0.55 VT 0.61 Simple Glazing",
|
433
433
|
"template": "90.1-PRM-2019",
|
434
434
|
"intended_surface_type": "ExteriorWindow",
|
435
435
|
"standards_construction_type": "Any Vertical Glazing",
|
436
436
|
"insulation_layer": null,
|
437
437
|
"skylight_framing": null,
|
438
438
|
"materials": [
|
439
|
-
"
|
439
|
+
"U 0.81 SHGC 0.55 VT 0.61 Simple Glazing"
|
440
440
|
]
|
441
441
|
},
|
442
442
|
{
|
443
|
-
"name": "
|
443
|
+
"name": "U 1.22 SHGC 0.25 VT 0.28 Simple Glazing",
|
444
444
|
"template": "90.1-PRM-2019",
|
445
445
|
"intended_surface_type": "GlassDoor",
|
446
446
|
"standards_construction_type": "Any Vertical Glazing",
|
447
447
|
"insulation_layer": null,
|
448
448
|
"skylight_framing": null,
|
449
449
|
"materials": [
|
450
|
-
"
|
450
|
+
"U 1.22 SHGC 0.25 VT 0.28 Simple Glazing"
|
451
451
|
]
|
452
452
|
},
|
453
453
|
{
|
454
|
-
"name": "
|
454
|
+
"name": "U 1.22 SHGC 0.25 VT 0.28 Simple Glazing",
|
455
455
|
"template": "90.1-PRM-2019",
|
456
456
|
"intended_surface_type": "ExteriorWindow",
|
457
457
|
"standards_construction_type": "Any Vertical Glazing",
|
458
458
|
"insulation_layer": null,
|
459
459
|
"skylight_framing": null,
|
460
460
|
"materials": [
|
461
|
-
"
|
461
|
+
"U 1.22 SHGC 0.25 VT 0.28 Simple Glazing"
|
462
462
|
]
|
463
463
|
},
|
464
464
|
{
|
465
|
-
"name": "
|
465
|
+
"name": "U 1.22 SHGC 0.34 VT 0.37 Simple Glazing",
|
466
466
|
"template": "90.1-PRM-2019",
|
467
467
|
"intended_surface_type": "GlassDoor",
|
468
468
|
"standards_construction_type": "Any Vertical Glazing",
|
469
469
|
"insulation_layer": null,
|
470
470
|
"skylight_framing": null,
|
471
471
|
"materials": [
|
472
|
-
"
|
472
|
+
"U 1.22 SHGC 0.34 VT 0.37 Simple Glazing"
|
473
473
|
]
|
474
474
|
},
|
475
475
|
{
|
476
|
-
"name": "
|
476
|
+
"name": "U 1.22 SHGC 0.34 VT 0.37 Simple Glazing",
|
477
477
|
"template": "90.1-PRM-2019",
|
478
478
|
"intended_surface_type": "ExteriorWindow",
|
479
479
|
"standards_construction_type": "Any Vertical Glazing",
|
480
480
|
"insulation_layer": null,
|
481
481
|
"skylight_framing": null,
|
482
482
|
"materials": [
|
483
|
-
"
|
483
|
+
"U 1.22 SHGC 0.34 VT 0.37 Simple Glazing"
|
484
484
|
]
|
485
485
|
},
|
486
486
|
{
|
487
|
-
"name": "
|
487
|
+
"name": "U 1.22 SHGC 0.39 VT 0.43 Simple Glazing",
|
488
488
|
"template": "90.1-PRM-2019",
|
489
489
|
"intended_surface_type": "GlassDoor",
|
490
490
|
"standards_construction_type": "Any Vertical Glazing",
|
491
491
|
"insulation_layer": null,
|
492
492
|
"skylight_framing": null,
|
493
493
|
"materials": [
|
494
|
-
"
|
494
|
+
"U 1.22 SHGC 0.39 VT 0.43 Simple Glazing"
|
495
495
|
]
|
496
496
|
},
|
497
497
|
{
|
498
|
-
"name": "
|
498
|
+
"name": "U 1.22 SHGC 0.39 VT 0.43 Simple Glazing",
|
499
499
|
"template": "90.1-PRM-2019",
|
500
500
|
"intended_surface_type": "ExteriorWindow",
|
501
501
|
"standards_construction_type": "Any Vertical Glazing",
|
502
502
|
"insulation_layer": null,
|
503
503
|
"skylight_framing": null,
|
504
504
|
"materials": [
|
505
|
-
"
|
505
|
+
"U 1.22 SHGC 0.39 VT 0.43 Simple Glazing"
|
506
506
|
]
|
507
507
|
},
|
508
508
|
{
|
509
|
-
"name": "
|
509
|
+
"name": "U 1.22 SHGC 0.4 VT 0.44 Simple Glazing",
|
510
510
|
"template": "90.1-PRM-2019",
|
511
511
|
"intended_surface_type": "GlassDoor",
|
512
512
|
"standards_construction_type": "Any Vertical Glazing",
|
513
513
|
"insulation_layer": null,
|
514
514
|
"skylight_framing": null,
|
515
515
|
"materials": [
|
516
|
-
"
|
516
|
+
"U 1.22 SHGC 0.4 VT 0.44 Simple Glazing"
|
517
517
|
]
|
518
518
|
},
|
519
519
|
{
|
520
|
-
"name": "
|
520
|
+
"name": "U 1.22 SHGC 0.4 VT 0.44 Simple Glazing",
|
521
521
|
"template": "90.1-PRM-2019",
|
522
522
|
"intended_surface_type": "ExteriorWindow",
|
523
523
|
"standards_construction_type": "Any Vertical Glazing",
|
524
524
|
"insulation_layer": null,
|
525
525
|
"skylight_framing": null,
|
526
526
|
"materials": [
|
527
|
-
"
|
527
|
+
"U 1.22 SHGC 0.4 VT 0.44 Simple Glazing"
|
528
528
|
]
|
529
529
|
},
|
530
530
|
{
|
531
|
-
"name": "
|
531
|
+
"name": "U 1.22 SHGC 0.61 VT 0.67 Simple Glazing",
|
532
532
|
"template": "90.1-PRM-2019",
|
533
533
|
"intended_surface_type": "GlassDoor",
|
534
534
|
"standards_construction_type": "Any Vertical Glazing",
|
535
535
|
"insulation_layer": null,
|
536
536
|
"skylight_framing": null,
|
537
537
|
"materials": [
|
538
|
-
"
|
538
|
+
"U 1.22 SHGC 0.61 VT 0.67 Simple Glazing"
|
539
539
|
]
|
540
540
|
},
|
541
541
|
{
|
542
|
-
"name": "
|
542
|
+
"name": "U 1.22 SHGC 0.61 VT 0.67 Simple Glazing",
|
543
543
|
"template": "90.1-PRM-2019",
|
544
544
|
"intended_surface_type": "ExteriorWindow",
|
545
545
|
"standards_construction_type": "Any Vertical Glazing",
|
546
546
|
"insulation_layer": null,
|
547
547
|
"skylight_framing": null,
|
548
548
|
"materials": [
|
549
|
-
"
|
549
|
+
"U 1.22 SHGC 0.61 VT 0.67 Simple Glazing"
|
550
550
|
]
|
551
551
|
},
|
552
552
|
{
|
553
|
-
"name": "
|
553
|
+
"name": "U 1.36 SHGC 0.19 VT 0.21 Simple Glazing",
|
554
554
|
"template": "90.1-PRM-2019",
|
555
555
|
"intended_surface_type": "GlassDoor",
|
556
556
|
"standards_construction_type": "Any Vertical Glazing",
|
557
557
|
"insulation_layer": null,
|
558
558
|
"skylight_framing": null,
|
559
559
|
"materials": [
|
560
|
-
"
|
560
|
+
"U 1.36 SHGC 0.19 VT 0.21 Simple Glazing"
|
561
561
|
]
|
562
562
|
},
|
563
563
|
{
|
564
|
-
"name": "
|
564
|
+
"name": "U 1.36 SHGC 0.19 VT 0.21 Simple Glazing",
|
565
565
|
"template": "90.1-PRM-2019",
|
566
566
|
"intended_surface_type": "ExteriorWindow",
|
567
567
|
"standards_construction_type": "Any Vertical Glazing",
|
568
568
|
"insulation_layer": null,
|
569
569
|
"skylight_framing": null,
|
570
570
|
"materials": [
|
571
|
-
"
|
571
|
+
"U 1.36 SHGC 0.19 VT 0.21 Simple Glazing"
|
572
572
|
]
|
573
573
|
},
|
574
574
|
{
|
575
|
-
"name": "
|
575
|
+
"name": "U 1.36 SHGC 0.36 VT 0.4 Simple Glazing",
|
576
576
|
"template": "90.1-PRM-2019",
|
577
577
|
"intended_surface_type": "GlassDoor",
|
578
578
|
"standards_construction_type": "Any Vertical Glazing",
|
579
579
|
"insulation_layer": null,
|
580
580
|
"skylight_framing": null,
|
581
581
|
"materials": [
|
582
|
-
"
|
582
|
+
"U 1.36 SHGC 0.36 VT 0.4 Simple Glazing"
|
583
583
|
]
|
584
584
|
},
|
585
585
|
{
|
586
|
-
"name": "
|
586
|
+
"name": "U 1.36 SHGC 0.36 VT 0.4 Simple Glazing",
|
587
587
|
"template": "90.1-PRM-2019",
|
588
588
|
"intended_surface_type": "ExteriorWindow",
|
589
589
|
"standards_construction_type": "Any Vertical Glazing",
|
590
590
|
"insulation_layer": null,
|
591
591
|
"skylight_framing": null,
|
592
592
|
"materials": [
|
593
|
-
"
|
593
|
+
"U 1.36 SHGC 0.36 VT 0.4 Simple Glazing"
|
594
594
|
]
|
595
595
|
},
|
596
596
|
{
|
597
|
-
"name": "
|
597
|
+
"name": "U 1.36 SHGC 0.39 VT 0.43 Simple Glazing",
|
598
598
|
"template": "90.1-PRM-2019",
|
599
599
|
"intended_surface_type": "GlassDoor",
|
600
600
|
"standards_construction_type": "Any Vertical Glazing",
|
601
601
|
"insulation_layer": null,
|
602
602
|
"skylight_framing": null,
|
603
603
|
"materials": [
|
604
|
-
"
|
604
|
+
"U 1.36 SHGC 0.39 VT 0.43 Simple Glazing"
|
605
605
|
]
|
606
606
|
},
|
607
607
|
{
|
608
|
-
"name": "
|
608
|
+
"name": "U 1.36 SHGC 0.39 VT 0.43 Simple Glazing",
|
609
609
|
"template": "90.1-PRM-2019",
|
610
610
|
"intended_surface_type": "ExteriorWindow",
|
611
611
|
"standards_construction_type": "Any Vertical Glazing",
|
612
612
|
"insulation_layer": null,
|
613
613
|
"skylight_framing": null,
|
614
614
|
"materials": [
|
615
|
-
"
|
615
|
+
"U 1.36 SHGC 0.39 VT 0.43 Simple Glazing"
|
616
616
|
]
|
617
617
|
},
|
618
618
|
{
|
619
|
-
"name": "
|
619
|
+
"name": "U 1.36 SHGC 0.49 VT 0.61 Simple Glazing",
|
620
620
|
"template": "90.1-PRM-2019",
|
621
621
|
"intended_surface_type": "GlassDoor",
|
622
622
|
"standards_construction_type": "Any Vertical Glazing",
|
623
623
|
"insulation_layer": null,
|
624
624
|
"skylight_framing": null,
|
625
625
|
"materials": [
|
626
|
-
"
|
626
|
+
"U 1.36 SHGC 0.49 VT 0.61 Simple Glazing"
|
627
627
|
]
|
628
628
|
},
|
629
629
|
{
|
630
|
-
"name": "
|
630
|
+
"name": "U 1.36 SHGC 0.49 VT 0.61 Simple Glazing",
|
631
631
|
"template": "90.1-PRM-2019",
|
632
632
|
"intended_surface_type": "ExteriorWindow",
|
633
633
|
"standards_construction_type": "Any Vertical Glazing",
|
634
634
|
"insulation_layer": null,
|
635
635
|
"skylight_framing": null,
|
636
636
|
"materials": [
|
637
|
-
"
|
637
|
+
"U 1.36 SHGC 0.49 VT 0.61 Simple Glazing"
|
638
638
|
]
|
639
639
|
},
|
640
640
|
{
|
641
|
-
"name": "
|
641
|
+
"name": "U 1.36 SHGC 0.55 VT 0.61 Simple Glazing",
|
642
642
|
"template": "90.1-PRM-2019",
|
643
643
|
"intended_surface_type": "GlassDoor",
|
644
644
|
"standards_construction_type": "Any Vertical Glazing",
|
645
645
|
"insulation_layer": null,
|
646
646
|
"skylight_framing": null,
|
647
647
|
"materials": [
|
648
|
-
"
|
648
|
+
"U 1.36 SHGC 0.55 VT 0.61 Simple Glazing"
|
649
649
|
]
|
650
650
|
},
|
651
651
|
{
|
652
|
-
"name": "
|
652
|
+
"name": "U 1.36 SHGC 0.55 VT 0.61 Simple Glazing",
|
653
653
|
"template": "90.1-PRM-2019",
|
654
654
|
"intended_surface_type": "ExteriorWindow",
|
655
655
|
"standards_construction_type": "Any Vertical Glazing",
|
656
656
|
"insulation_layer": null,
|
657
657
|
"skylight_framing": null,
|
658
658
|
"materials": [
|
659
|
-
"
|
659
|
+
"U 1.36 SHGC 0.55 VT 0.61 Simple Glazing"
|
660
660
|
]
|
661
661
|
},
|
662
662
|
{
|
663
|
-
"name": "
|
663
|
+
"name": "U 1.36 SHGC 0.61 VT 0.67 Simple Glazing",
|
664
664
|
"template": "90.1-PRM-2019",
|
665
665
|
"intended_surface_type": "GlassDoor",
|
666
666
|
"standards_construction_type": "Any Vertical Glazing",
|
667
667
|
"insulation_layer": null,
|
668
668
|
"skylight_framing": null,
|
669
669
|
"materials": [
|
670
|
-
"
|
670
|
+
"U 1.36 SHGC 0.61 VT 0.67 Simple Glazing"
|
671
671
|
]
|
672
672
|
},
|
673
673
|
{
|
674
|
-
"name": "
|
674
|
+
"name": "U 1.36 SHGC 0.61 VT 0.67 Simple Glazing",
|
675
675
|
"template": "90.1-PRM-2019",
|
676
676
|
"intended_surface_type": "ExteriorWindow",
|
677
677
|
"standards_construction_type": "Any Vertical Glazing",
|
678
678
|
"insulation_layer": null,
|
679
679
|
"skylight_framing": null,
|
680
680
|
"materials": [
|
681
|
-
"
|
681
|
+
"U 1.36 SHGC 0.61 VT 0.67 Simple Glazing"
|
682
682
|
]
|
683
683
|
}
|
684
684
|
]
|