openstudio-standards 0.2.15 → 0.2.16.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/geometry/ASHRAEHighriseApartment.osm +0 -27
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/OpenStudio_Standards-ashrae_90_1_28Jan2022.xlsx +0 -0
- data/data/standards/test_performance_expected_dd_results.csv +710 -710
- data/lib/openstudio-standards/btap/btap_result.rb +2 -2
- data/lib/openstudio-standards/btap/reporting.rb +2 -2
- data/lib/openstudio-standards/btap/simmanager.rb +2 -2
- data/lib/openstudio-standards/hvac_sizing/Siz.ControllerOutdoorAir.rb +0 -54
- data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +11 -1
- data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +26 -5
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +35 -16
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +23 -10
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +36 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +0 -3
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +9 -3
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +2 -0
- data/lib/openstudio-standards/standards/Standards.Construction.rb +12 -6
- data/lib/openstudio-standards/standards/Standards.Model.rb +38 -7
- data/lib/openstudio-standards/standards/Standards.Space.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.SpaceType.rb +7 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +32 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22 -742
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.prototype_inputs.json +3 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +19 -559
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.prototype_inputs.json +3 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +19 -559
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.prototype_inputs.json +5 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +7 -7
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +19 -559
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.prototype_inputs.json +5 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +7 -7
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +370 -910
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.prototype_inputs.json +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +12 -12
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +19 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +2380 -1300
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.prototype_inputs.json +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +12 -12
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +140 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +1176 -312
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +172 -1132
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_sets.json +14 -14
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.prototype_inputs.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +9 -9
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +180 -1140
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_sets.json +14 -14
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.prototype_inputs.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +10 -10
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +9 -9
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +9 -9
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +12 -6
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +12 -6
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +16 -8
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +10 -20
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +209 -37
- data/lib/openstudio-standards/standards/necb/ECMS/loads.rb +1 -0
- data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +8 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +16 -9
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LowriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/MidriseApartment.osm +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +9 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +10 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +9 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +14 -8
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +14 -8
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +13 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +12 -6
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +4 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +38 -19
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +2 -2
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +15 -4
- data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +10 -651
- data/lib/openstudio-standards/standards/necb/NECB2020/necb_2020.rb +8 -38
- data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +159 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +41 -43
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +7 -4
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards.rb +1 -0
- metadata +4 -2
@@ -1085,7 +1085,7 @@
|
|
1085
1085
|
"climate_zone_set": "ClimateZone 0",
|
1086
1086
|
"operation_type": null,
|
1087
1087
|
"intended_surface_type": "GroundContactFloor",
|
1088
|
-
"standards_construction_type": "
|
1088
|
+
"standards_construction_type": "Unheated",
|
1089
1089
|
"building_category": "Adiabatic",
|
1090
1090
|
"construction": "Adiabatic GroundContactFloor",
|
1091
1091
|
"orientation": null,
|
@@ -1100,66 +1100,6 @@
|
|
1100
1100
|
"assembly_minimum_vt_shgc": null,
|
1101
1101
|
"notes": null
|
1102
1102
|
},
|
1103
|
-
{
|
1104
|
-
"template": "90.1-2007",
|
1105
|
-
"climate_zone_set": "ClimateZone 0",
|
1106
|
-
"operation_type": null,
|
1107
|
-
"intended_surface_type": "GroundContactFloor",
|
1108
|
-
"standards_construction_type": "Mass",
|
1109
|
-
"building_category": "Nonresidential",
|
1110
|
-
"construction": "ext-slab-mass",
|
1111
|
-
"orientation": null,
|
1112
|
-
"minimum_percent_of_surface": null,
|
1113
|
-
"maximum_percent_of_surface": null,
|
1114
|
-
"assembly_maximum_u_value": null,
|
1115
|
-
"u_value_includes_interior_film_coefficient": true,
|
1116
|
-
"u_value_includes_exterior_film_coefficient": true,
|
1117
|
-
"assembly_maximum_f_factor": null,
|
1118
|
-
"assembly_maximum_c_factor": null,
|
1119
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
1120
|
-
"assembly_minimum_vt_shgc": null,
|
1121
|
-
"notes": null
|
1122
|
-
},
|
1123
|
-
{
|
1124
|
-
"template": "90.1-2007",
|
1125
|
-
"climate_zone_set": "ClimateZone 0",
|
1126
|
-
"operation_type": null,
|
1127
|
-
"intended_surface_type": "GroundContactFloor",
|
1128
|
-
"standards_construction_type": "Metal Building",
|
1129
|
-
"building_category": "Nonresidential",
|
1130
|
-
"construction": "ext-slab-metal-building",
|
1131
|
-
"orientation": null,
|
1132
|
-
"minimum_percent_of_surface": null,
|
1133
|
-
"maximum_percent_of_surface": null,
|
1134
|
-
"assembly_maximum_u_value": null,
|
1135
|
-
"u_value_includes_interior_film_coefficient": true,
|
1136
|
-
"u_value_includes_exterior_film_coefficient": true,
|
1137
|
-
"assembly_maximum_f_factor": null,
|
1138
|
-
"assembly_maximum_c_factor": null,
|
1139
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
1140
|
-
"assembly_minimum_vt_shgc": null,
|
1141
|
-
"notes": null
|
1142
|
-
},
|
1143
|
-
{
|
1144
|
-
"template": "90.1-2007",
|
1145
|
-
"climate_zone_set": "ClimateZone 0",
|
1146
|
-
"operation_type": null,
|
1147
|
-
"intended_surface_type": "GroundContactFloor",
|
1148
|
-
"standards_construction_type": "SteelFramed",
|
1149
|
-
"building_category": "Nonresidential",
|
1150
|
-
"construction": "ext-slab-steel-frame",
|
1151
|
-
"orientation": null,
|
1152
|
-
"minimum_percent_of_surface": null,
|
1153
|
-
"maximum_percent_of_surface": null,
|
1154
|
-
"assembly_maximum_u_value": null,
|
1155
|
-
"u_value_includes_interior_film_coefficient": true,
|
1156
|
-
"u_value_includes_exterior_film_coefficient": true,
|
1157
|
-
"assembly_maximum_f_factor": null,
|
1158
|
-
"assembly_maximum_c_factor": null,
|
1159
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
1160
|
-
"assembly_minimum_vt_shgc": null,
|
1161
|
-
"notes": null
|
1162
|
-
},
|
1163
1103
|
{
|
1164
1104
|
"template": "90.1-2007",
|
1165
1105
|
"climate_zone_set": "ClimateZone 0",
|
@@ -2545,7 +2485,7 @@
|
|
2545
2485
|
"climate_zone_set": "ClimateZone 1",
|
2546
2486
|
"operation_type": null,
|
2547
2487
|
"intended_surface_type": "GroundContactFloor",
|
2548
|
-
"standards_construction_type": "
|
2488
|
+
"standards_construction_type": "Unheated",
|
2549
2489
|
"building_category": "Adiabatic",
|
2550
2490
|
"construction": "Adiabatic GroundContactFloor",
|
2551
2491
|
"orientation": null,
|
@@ -2560,66 +2500,6 @@
|
|
2560
2500
|
"assembly_minimum_vt_shgc": null,
|
2561
2501
|
"notes": null
|
2562
2502
|
},
|
2563
|
-
{
|
2564
|
-
"template": "90.1-2007",
|
2565
|
-
"climate_zone_set": "ClimateZone 1",
|
2566
|
-
"operation_type": null,
|
2567
|
-
"intended_surface_type": "GroundContactFloor",
|
2568
|
-
"standards_construction_type": "Mass",
|
2569
|
-
"building_category": "Nonresidential",
|
2570
|
-
"construction": "ext-slab-mass",
|
2571
|
-
"orientation": null,
|
2572
|
-
"minimum_percent_of_surface": null,
|
2573
|
-
"maximum_percent_of_surface": null,
|
2574
|
-
"assembly_maximum_u_value": null,
|
2575
|
-
"u_value_includes_interior_film_coefficient": true,
|
2576
|
-
"u_value_includes_exterior_film_coefficient": true,
|
2577
|
-
"assembly_maximum_f_factor": null,
|
2578
|
-
"assembly_maximum_c_factor": null,
|
2579
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
2580
|
-
"assembly_minimum_vt_shgc": null,
|
2581
|
-
"notes": null
|
2582
|
-
},
|
2583
|
-
{
|
2584
|
-
"template": "90.1-2007",
|
2585
|
-
"climate_zone_set": "ClimateZone 1",
|
2586
|
-
"operation_type": null,
|
2587
|
-
"intended_surface_type": "GroundContactFloor",
|
2588
|
-
"standards_construction_type": "Metal Building",
|
2589
|
-
"building_category": "Nonresidential",
|
2590
|
-
"construction": "ext-slab-metal-building",
|
2591
|
-
"orientation": null,
|
2592
|
-
"minimum_percent_of_surface": null,
|
2593
|
-
"maximum_percent_of_surface": null,
|
2594
|
-
"assembly_maximum_u_value": null,
|
2595
|
-
"u_value_includes_interior_film_coefficient": true,
|
2596
|
-
"u_value_includes_exterior_film_coefficient": true,
|
2597
|
-
"assembly_maximum_f_factor": null,
|
2598
|
-
"assembly_maximum_c_factor": null,
|
2599
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
2600
|
-
"assembly_minimum_vt_shgc": null,
|
2601
|
-
"notes": null
|
2602
|
-
},
|
2603
|
-
{
|
2604
|
-
"template": "90.1-2007",
|
2605
|
-
"climate_zone_set": "ClimateZone 1",
|
2606
|
-
"operation_type": null,
|
2607
|
-
"intended_surface_type": "GroundContactFloor",
|
2608
|
-
"standards_construction_type": "SteelFramed",
|
2609
|
-
"building_category": "Nonresidential",
|
2610
|
-
"construction": "ext-slab-steel-frame",
|
2611
|
-
"orientation": null,
|
2612
|
-
"minimum_percent_of_surface": null,
|
2613
|
-
"maximum_percent_of_surface": null,
|
2614
|
-
"assembly_maximum_u_value": null,
|
2615
|
-
"u_value_includes_interior_film_coefficient": true,
|
2616
|
-
"u_value_includes_exterior_film_coefficient": true,
|
2617
|
-
"assembly_maximum_f_factor": null,
|
2618
|
-
"assembly_maximum_c_factor": null,
|
2619
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
2620
|
-
"assembly_minimum_vt_shgc": null,
|
2621
|
-
"notes": null
|
2622
|
-
},
|
2623
2503
|
{
|
2624
2504
|
"template": "90.1-2007",
|
2625
2505
|
"climate_zone_set": "ClimateZone 1",
|
@@ -4005,7 +3885,7 @@
|
|
4005
3885
|
"climate_zone_set": "ClimateZone 2",
|
4006
3886
|
"operation_type": null,
|
4007
3887
|
"intended_surface_type": "GroundContactFloor",
|
4008
|
-
"standards_construction_type": "
|
3888
|
+
"standards_construction_type": "Unheated",
|
4009
3889
|
"building_category": "Adiabatic",
|
4010
3890
|
"construction": "Adiabatic GroundContactFloor",
|
4011
3891
|
"orientation": null,
|
@@ -4020,66 +3900,6 @@
|
|
4020
3900
|
"assembly_minimum_vt_shgc": null,
|
4021
3901
|
"notes": null
|
4022
3902
|
},
|
4023
|
-
{
|
4024
|
-
"template": "90.1-2007",
|
4025
|
-
"climate_zone_set": "ClimateZone 2",
|
4026
|
-
"operation_type": null,
|
4027
|
-
"intended_surface_type": "GroundContactFloor",
|
4028
|
-
"standards_construction_type": "Mass",
|
4029
|
-
"building_category": "Nonresidential",
|
4030
|
-
"construction": "ext-slab-mass",
|
4031
|
-
"orientation": null,
|
4032
|
-
"minimum_percent_of_surface": null,
|
4033
|
-
"maximum_percent_of_surface": null,
|
4034
|
-
"assembly_maximum_u_value": null,
|
4035
|
-
"u_value_includes_interior_film_coefficient": true,
|
4036
|
-
"u_value_includes_exterior_film_coefficient": true,
|
4037
|
-
"assembly_maximum_f_factor": null,
|
4038
|
-
"assembly_maximum_c_factor": null,
|
4039
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
4040
|
-
"assembly_minimum_vt_shgc": null,
|
4041
|
-
"notes": null
|
4042
|
-
},
|
4043
|
-
{
|
4044
|
-
"template": "90.1-2007",
|
4045
|
-
"climate_zone_set": "ClimateZone 2",
|
4046
|
-
"operation_type": null,
|
4047
|
-
"intended_surface_type": "GroundContactFloor",
|
4048
|
-
"standards_construction_type": "Metal Building",
|
4049
|
-
"building_category": "Nonresidential",
|
4050
|
-
"construction": "ext-slab-metal-building",
|
4051
|
-
"orientation": null,
|
4052
|
-
"minimum_percent_of_surface": null,
|
4053
|
-
"maximum_percent_of_surface": null,
|
4054
|
-
"assembly_maximum_u_value": null,
|
4055
|
-
"u_value_includes_interior_film_coefficient": true,
|
4056
|
-
"u_value_includes_exterior_film_coefficient": true,
|
4057
|
-
"assembly_maximum_f_factor": null,
|
4058
|
-
"assembly_maximum_c_factor": null,
|
4059
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
4060
|
-
"assembly_minimum_vt_shgc": null,
|
4061
|
-
"notes": null
|
4062
|
-
},
|
4063
|
-
{
|
4064
|
-
"template": "90.1-2007",
|
4065
|
-
"climate_zone_set": "ClimateZone 2",
|
4066
|
-
"operation_type": null,
|
4067
|
-
"intended_surface_type": "GroundContactFloor",
|
4068
|
-
"standards_construction_type": "SteelFramed",
|
4069
|
-
"building_category": "Nonresidential",
|
4070
|
-
"construction": "ext-slab-steel-frame",
|
4071
|
-
"orientation": null,
|
4072
|
-
"minimum_percent_of_surface": null,
|
4073
|
-
"maximum_percent_of_surface": null,
|
4074
|
-
"assembly_maximum_u_value": null,
|
4075
|
-
"u_value_includes_interior_film_coefficient": true,
|
4076
|
-
"u_value_includes_exterior_film_coefficient": true,
|
4077
|
-
"assembly_maximum_f_factor": null,
|
4078
|
-
"assembly_maximum_c_factor": null,
|
4079
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
4080
|
-
"assembly_minimum_vt_shgc": null,
|
4081
|
-
"notes": null
|
4082
|
-
},
|
4083
3903
|
{
|
4084
3904
|
"template": "90.1-2007",
|
4085
3905
|
"climate_zone_set": "ClimateZone 2",
|
@@ -5465,7 +5285,7 @@
|
|
5465
5285
|
"climate_zone_set": "ClimateZone 3",
|
5466
5286
|
"operation_type": null,
|
5467
5287
|
"intended_surface_type": "GroundContactFloor",
|
5468
|
-
"standards_construction_type": "
|
5288
|
+
"standards_construction_type": "Unheated",
|
5469
5289
|
"building_category": "Adiabatic",
|
5470
5290
|
"construction": "Adiabatic GroundContactFloor",
|
5471
5291
|
"orientation": null,
|
@@ -5480,66 +5300,6 @@
|
|
5480
5300
|
"assembly_minimum_vt_shgc": null,
|
5481
5301
|
"notes": null
|
5482
5302
|
},
|
5483
|
-
{
|
5484
|
-
"template": "90.1-2007",
|
5485
|
-
"climate_zone_set": "ClimateZone 3",
|
5486
|
-
"operation_type": null,
|
5487
|
-
"intended_surface_type": "GroundContactFloor",
|
5488
|
-
"standards_construction_type": "Mass",
|
5489
|
-
"building_category": "Nonresidential",
|
5490
|
-
"construction": "ext-slab-mass",
|
5491
|
-
"orientation": null,
|
5492
|
-
"minimum_percent_of_surface": null,
|
5493
|
-
"maximum_percent_of_surface": null,
|
5494
|
-
"assembly_maximum_u_value": null,
|
5495
|
-
"u_value_includes_interior_film_coefficient": true,
|
5496
|
-
"u_value_includes_exterior_film_coefficient": true,
|
5497
|
-
"assembly_maximum_f_factor": null,
|
5498
|
-
"assembly_maximum_c_factor": null,
|
5499
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
5500
|
-
"assembly_minimum_vt_shgc": null,
|
5501
|
-
"notes": null
|
5502
|
-
},
|
5503
|
-
{
|
5504
|
-
"template": "90.1-2007",
|
5505
|
-
"climate_zone_set": "ClimateZone 3",
|
5506
|
-
"operation_type": null,
|
5507
|
-
"intended_surface_type": "GroundContactFloor",
|
5508
|
-
"standards_construction_type": "Metal Building",
|
5509
|
-
"building_category": "Nonresidential",
|
5510
|
-
"construction": "ext-slab-metal-building",
|
5511
|
-
"orientation": null,
|
5512
|
-
"minimum_percent_of_surface": null,
|
5513
|
-
"maximum_percent_of_surface": null,
|
5514
|
-
"assembly_maximum_u_value": null,
|
5515
|
-
"u_value_includes_interior_film_coefficient": true,
|
5516
|
-
"u_value_includes_exterior_film_coefficient": true,
|
5517
|
-
"assembly_maximum_f_factor": null,
|
5518
|
-
"assembly_maximum_c_factor": null,
|
5519
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
5520
|
-
"assembly_minimum_vt_shgc": null,
|
5521
|
-
"notes": null
|
5522
|
-
},
|
5523
|
-
{
|
5524
|
-
"template": "90.1-2007",
|
5525
|
-
"climate_zone_set": "ClimateZone 3",
|
5526
|
-
"operation_type": null,
|
5527
|
-
"intended_surface_type": "GroundContactFloor",
|
5528
|
-
"standards_construction_type": "SteelFramed",
|
5529
|
-
"building_category": "Nonresidential",
|
5530
|
-
"construction": "ext-slab-steel-frame",
|
5531
|
-
"orientation": null,
|
5532
|
-
"minimum_percent_of_surface": null,
|
5533
|
-
"maximum_percent_of_surface": null,
|
5534
|
-
"assembly_maximum_u_value": null,
|
5535
|
-
"u_value_includes_interior_film_coefficient": true,
|
5536
|
-
"u_value_includes_exterior_film_coefficient": true,
|
5537
|
-
"assembly_maximum_f_factor": null,
|
5538
|
-
"assembly_maximum_c_factor": null,
|
5539
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
5540
|
-
"assembly_minimum_vt_shgc": null,
|
5541
|
-
"notes": null
|
5542
|
-
},
|
5543
5303
|
{
|
5544
5304
|
"template": "90.1-2007",
|
5545
5305
|
"climate_zone_set": "ClimateZone 3",
|
@@ -6925,7 +6685,7 @@
|
|
6925
6685
|
"climate_zone_set": "ClimateZone 4",
|
6926
6686
|
"operation_type": null,
|
6927
6687
|
"intended_surface_type": "GroundContactFloor",
|
6928
|
-
"standards_construction_type": "
|
6688
|
+
"standards_construction_type": "Unheated",
|
6929
6689
|
"building_category": "Adiabatic",
|
6930
6690
|
"construction": "Adiabatic GroundContactFloor",
|
6931
6691
|
"orientation": null,
|
@@ -6945,16 +6705,16 @@
|
|
6945
6705
|
"climate_zone_set": "ClimateZone 4",
|
6946
6706
|
"operation_type": null,
|
6947
6707
|
"intended_surface_type": "GroundContactFloor",
|
6948
|
-
"standards_construction_type": "
|
6708
|
+
"standards_construction_type": "Unheated",
|
6949
6709
|
"building_category": "Nonresidential",
|
6950
|
-
"construction": "
|
6710
|
+
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
6951
6711
|
"orientation": null,
|
6952
6712
|
"minimum_percent_of_surface": null,
|
6953
6713
|
"maximum_percent_of_surface": null,
|
6954
6714
|
"assembly_maximum_u_value": null,
|
6955
6715
|
"u_value_includes_interior_film_coefficient": true,
|
6956
6716
|
"u_value_includes_exterior_film_coefficient": true,
|
6957
|
-
"assembly_maximum_f_factor":
|
6717
|
+
"assembly_maximum_f_factor": 0.73,
|
6958
6718
|
"assembly_maximum_c_factor": null,
|
6959
6719
|
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6960
6720
|
"assembly_minimum_vt_shgc": null,
|
@@ -6965,16 +6725,16 @@
|
|
6965
6725
|
"climate_zone_set": "ClimateZone 4",
|
6966
6726
|
"operation_type": null,
|
6967
6727
|
"intended_surface_type": "GroundContactFloor",
|
6968
|
-
"standards_construction_type": "
|
6969
|
-
"building_category": "
|
6970
|
-
"construction": "
|
6728
|
+
"standards_construction_type": "Unheated",
|
6729
|
+
"building_category": "Residential",
|
6730
|
+
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
6971
6731
|
"orientation": null,
|
6972
6732
|
"minimum_percent_of_surface": null,
|
6973
6733
|
"maximum_percent_of_surface": null,
|
6974
6734
|
"assembly_maximum_u_value": null,
|
6975
6735
|
"u_value_includes_interior_film_coefficient": true,
|
6976
6736
|
"u_value_includes_exterior_film_coefficient": true,
|
6977
|
-
"assembly_maximum_f_factor":
|
6737
|
+
"assembly_maximum_f_factor": 0.54,
|
6978
6738
|
"assembly_maximum_c_factor": null,
|
6979
6739
|
"assembly_maximum_solar_heat_gain_coefficient": null,
|
6980
6740
|
"assembly_minimum_vt_shgc": null,
|
@@ -6985,69 +6745,9 @@
|
|
6985
6745
|
"climate_zone_set": "ClimateZone 4",
|
6986
6746
|
"operation_type": null,
|
6987
6747
|
"intended_surface_type": "GroundContactFloor",
|
6988
|
-
"standards_construction_type": "
|
6989
|
-
"building_category": "
|
6990
|
-
"construction": "
|
6991
|
-
"orientation": null,
|
6992
|
-
"minimum_percent_of_surface": null,
|
6993
|
-
"maximum_percent_of_surface": null,
|
6994
|
-
"assembly_maximum_u_value": null,
|
6995
|
-
"u_value_includes_interior_film_coefficient": true,
|
6996
|
-
"u_value_includes_exterior_film_coefficient": true,
|
6997
|
-
"assembly_maximum_f_factor": null,
|
6998
|
-
"assembly_maximum_c_factor": null,
|
6999
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
7000
|
-
"assembly_minimum_vt_shgc": null,
|
7001
|
-
"notes": null
|
7002
|
-
},
|
7003
|
-
{
|
7004
|
-
"template": "90.1-2007",
|
7005
|
-
"climate_zone_set": "ClimateZone 4",
|
7006
|
-
"operation_type": null,
|
7007
|
-
"intended_surface_type": "GroundContactFloor",
|
7008
|
-
"standards_construction_type": "Unheated",
|
7009
|
-
"building_category": "Nonresidential",
|
7010
|
-
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
7011
|
-
"orientation": null,
|
7012
|
-
"minimum_percent_of_surface": null,
|
7013
|
-
"maximum_percent_of_surface": null,
|
7014
|
-
"assembly_maximum_u_value": null,
|
7015
|
-
"u_value_includes_interior_film_coefficient": true,
|
7016
|
-
"u_value_includes_exterior_film_coefficient": true,
|
7017
|
-
"assembly_maximum_f_factor": 0.73,
|
7018
|
-
"assembly_maximum_c_factor": null,
|
7019
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
7020
|
-
"assembly_minimum_vt_shgc": null,
|
7021
|
-
"notes": null
|
7022
|
-
},
|
7023
|
-
{
|
7024
|
-
"template": "90.1-2007",
|
7025
|
-
"climate_zone_set": "ClimateZone 4",
|
7026
|
-
"operation_type": null,
|
7027
|
-
"intended_surface_type": "GroundContactFloor",
|
7028
|
-
"standards_construction_type": "Unheated",
|
7029
|
-
"building_category": "Residential",
|
7030
|
-
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
7031
|
-
"orientation": null,
|
7032
|
-
"minimum_percent_of_surface": null,
|
7033
|
-
"maximum_percent_of_surface": null,
|
7034
|
-
"assembly_maximum_u_value": null,
|
7035
|
-
"u_value_includes_interior_film_coefficient": true,
|
7036
|
-
"u_value_includes_exterior_film_coefficient": true,
|
7037
|
-
"assembly_maximum_f_factor": 0.54,
|
7038
|
-
"assembly_maximum_c_factor": null,
|
7039
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
7040
|
-
"assembly_minimum_vt_shgc": null,
|
7041
|
-
"notes": null
|
7042
|
-
},
|
7043
|
-
{
|
7044
|
-
"template": "90.1-2007",
|
7045
|
-
"climate_zone_set": "ClimateZone 4",
|
7046
|
-
"operation_type": null,
|
7047
|
-
"intended_surface_type": "GroundContactFloor",
|
7048
|
-
"standards_construction_type": "Unheated",
|
7049
|
-
"building_category": "Semiheated",
|
7050
|
-
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
6748
|
+
"standards_construction_type": "Unheated",
|
6749
|
+
"building_category": "Semiheated",
|
6750
|
+
"construction": "Typical Insulated Carpeted 6in Slab Floor",
|
7051
6751
|
"orientation": null,
|
7052
6752
|
"minimum_percent_of_surface": null,
|
7053
6753
|
"maximum_percent_of_surface": null,
|
@@ -8385,7 +8085,7 @@
|
|
8385
8085
|
"climate_zone_set": "ClimateZone 5",
|
8386
8086
|
"operation_type": null,
|
8387
8087
|
"intended_surface_type": "GroundContactFloor",
|
8388
|
-
"standards_construction_type": "
|
8088
|
+
"standards_construction_type": "Unheated",
|
8389
8089
|
"building_category": "Adiabatic",
|
8390
8090
|
"construction": "Adiabatic GroundContactFloor",
|
8391
8091
|
"orientation": null,
|
@@ -8400,66 +8100,6 @@
|
|
8400
8100
|
"assembly_minimum_vt_shgc": null,
|
8401
8101
|
"notes": null
|
8402
8102
|
},
|
8403
|
-
{
|
8404
|
-
"template": "90.1-2007",
|
8405
|
-
"climate_zone_set": "ClimateZone 5",
|
8406
|
-
"operation_type": null,
|
8407
|
-
"intended_surface_type": "GroundContactFloor",
|
8408
|
-
"standards_construction_type": "Mass",
|
8409
|
-
"building_category": "Nonresidential",
|
8410
|
-
"construction": "ext-slab-mass",
|
8411
|
-
"orientation": null,
|
8412
|
-
"minimum_percent_of_surface": null,
|
8413
|
-
"maximum_percent_of_surface": null,
|
8414
|
-
"assembly_maximum_u_value": null,
|
8415
|
-
"u_value_includes_interior_film_coefficient": true,
|
8416
|
-
"u_value_includes_exterior_film_coefficient": true,
|
8417
|
-
"assembly_maximum_f_factor": null,
|
8418
|
-
"assembly_maximum_c_factor": null,
|
8419
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
8420
|
-
"assembly_minimum_vt_shgc": null,
|
8421
|
-
"notes": null
|
8422
|
-
},
|
8423
|
-
{
|
8424
|
-
"template": "90.1-2007",
|
8425
|
-
"climate_zone_set": "ClimateZone 5",
|
8426
|
-
"operation_type": null,
|
8427
|
-
"intended_surface_type": "GroundContactFloor",
|
8428
|
-
"standards_construction_type": "Metal Building",
|
8429
|
-
"building_category": "Nonresidential",
|
8430
|
-
"construction": "ext-slab-metal-building",
|
8431
|
-
"orientation": null,
|
8432
|
-
"minimum_percent_of_surface": null,
|
8433
|
-
"maximum_percent_of_surface": null,
|
8434
|
-
"assembly_maximum_u_value": null,
|
8435
|
-
"u_value_includes_interior_film_coefficient": true,
|
8436
|
-
"u_value_includes_exterior_film_coefficient": true,
|
8437
|
-
"assembly_maximum_f_factor": null,
|
8438
|
-
"assembly_maximum_c_factor": null,
|
8439
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
8440
|
-
"assembly_minimum_vt_shgc": null,
|
8441
|
-
"notes": null
|
8442
|
-
},
|
8443
|
-
{
|
8444
|
-
"template": "90.1-2007",
|
8445
|
-
"climate_zone_set": "ClimateZone 5",
|
8446
|
-
"operation_type": null,
|
8447
|
-
"intended_surface_type": "GroundContactFloor",
|
8448
|
-
"standards_construction_type": "SteelFramed",
|
8449
|
-
"building_category": "Nonresidential",
|
8450
|
-
"construction": "ext-slab-steel-frame",
|
8451
|
-
"orientation": null,
|
8452
|
-
"minimum_percent_of_surface": null,
|
8453
|
-
"maximum_percent_of_surface": null,
|
8454
|
-
"assembly_maximum_u_value": null,
|
8455
|
-
"u_value_includes_interior_film_coefficient": true,
|
8456
|
-
"u_value_includes_exterior_film_coefficient": true,
|
8457
|
-
"assembly_maximum_f_factor": null,
|
8458
|
-
"assembly_maximum_c_factor": null,
|
8459
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
8460
|
-
"assembly_minimum_vt_shgc": null,
|
8461
|
-
"notes": null
|
8462
|
-
},
|
8463
8103
|
{
|
8464
8104
|
"template": "90.1-2007",
|
8465
8105
|
"climate_zone_set": "ClimateZone 5",
|
@@ -9845,7 +9485,7 @@
|
|
9845
9485
|
"climate_zone_set": "ClimateZone 6",
|
9846
9486
|
"operation_type": null,
|
9847
9487
|
"intended_surface_type": "GroundContactFloor",
|
9848
|
-
"standards_construction_type": "
|
9488
|
+
"standards_construction_type": "Unheated",
|
9849
9489
|
"building_category": "Adiabatic",
|
9850
9490
|
"construction": "Adiabatic GroundContactFloor",
|
9851
9491
|
"orientation": null,
|
@@ -9860,66 +9500,6 @@
|
|
9860
9500
|
"assembly_minimum_vt_shgc": null,
|
9861
9501
|
"notes": null
|
9862
9502
|
},
|
9863
|
-
{
|
9864
|
-
"template": "90.1-2007",
|
9865
|
-
"climate_zone_set": "ClimateZone 6",
|
9866
|
-
"operation_type": null,
|
9867
|
-
"intended_surface_type": "GroundContactFloor",
|
9868
|
-
"standards_construction_type": "Mass",
|
9869
|
-
"building_category": "Nonresidential",
|
9870
|
-
"construction": "ext-slab-mass",
|
9871
|
-
"orientation": null,
|
9872
|
-
"minimum_percent_of_surface": null,
|
9873
|
-
"maximum_percent_of_surface": null,
|
9874
|
-
"assembly_maximum_u_value": null,
|
9875
|
-
"u_value_includes_interior_film_coefficient": true,
|
9876
|
-
"u_value_includes_exterior_film_coefficient": true,
|
9877
|
-
"assembly_maximum_f_factor": null,
|
9878
|
-
"assembly_maximum_c_factor": null,
|
9879
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
9880
|
-
"assembly_minimum_vt_shgc": null,
|
9881
|
-
"notes": null
|
9882
|
-
},
|
9883
|
-
{
|
9884
|
-
"template": "90.1-2007",
|
9885
|
-
"climate_zone_set": "ClimateZone 6",
|
9886
|
-
"operation_type": null,
|
9887
|
-
"intended_surface_type": "GroundContactFloor",
|
9888
|
-
"standards_construction_type": "Metal Building",
|
9889
|
-
"building_category": "Nonresidential",
|
9890
|
-
"construction": "ext-slab-metal-building",
|
9891
|
-
"orientation": null,
|
9892
|
-
"minimum_percent_of_surface": null,
|
9893
|
-
"maximum_percent_of_surface": null,
|
9894
|
-
"assembly_maximum_u_value": null,
|
9895
|
-
"u_value_includes_interior_film_coefficient": true,
|
9896
|
-
"u_value_includes_exterior_film_coefficient": true,
|
9897
|
-
"assembly_maximum_f_factor": null,
|
9898
|
-
"assembly_maximum_c_factor": null,
|
9899
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
9900
|
-
"assembly_minimum_vt_shgc": null,
|
9901
|
-
"notes": null
|
9902
|
-
},
|
9903
|
-
{
|
9904
|
-
"template": "90.1-2007",
|
9905
|
-
"climate_zone_set": "ClimateZone 6",
|
9906
|
-
"operation_type": null,
|
9907
|
-
"intended_surface_type": "GroundContactFloor",
|
9908
|
-
"standards_construction_type": "SteelFramed",
|
9909
|
-
"building_category": "Nonresidential",
|
9910
|
-
"construction": "ext-slab-steel-frame",
|
9911
|
-
"orientation": null,
|
9912
|
-
"minimum_percent_of_surface": null,
|
9913
|
-
"maximum_percent_of_surface": null,
|
9914
|
-
"assembly_maximum_u_value": null,
|
9915
|
-
"u_value_includes_interior_film_coefficient": true,
|
9916
|
-
"u_value_includes_exterior_film_coefficient": true,
|
9917
|
-
"assembly_maximum_f_factor": null,
|
9918
|
-
"assembly_maximum_c_factor": null,
|
9919
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
9920
|
-
"assembly_minimum_vt_shgc": null,
|
9921
|
-
"notes": null
|
9922
|
-
},
|
9923
9503
|
{
|
9924
9504
|
"template": "90.1-2007",
|
9925
9505
|
"climate_zone_set": "ClimateZone 6",
|
@@ -11305,7 +10885,7 @@
|
|
11305
10885
|
"climate_zone_set": "ClimateZone 7",
|
11306
10886
|
"operation_type": null,
|
11307
10887
|
"intended_surface_type": "GroundContactFloor",
|
11308
|
-
"standards_construction_type": "
|
10888
|
+
"standards_construction_type": "Unheated",
|
11309
10889
|
"building_category": "Adiabatic",
|
11310
10890
|
"construction": "Adiabatic GroundContactFloor",
|
11311
10891
|
"orientation": null,
|
@@ -11320,66 +10900,6 @@
|
|
11320
10900
|
"assembly_minimum_vt_shgc": null,
|
11321
10901
|
"notes": null
|
11322
10902
|
},
|
11323
|
-
{
|
11324
|
-
"template": "90.1-2007",
|
11325
|
-
"climate_zone_set": "ClimateZone 7",
|
11326
|
-
"operation_type": null,
|
11327
|
-
"intended_surface_type": "GroundContactFloor",
|
11328
|
-
"standards_construction_type": "Mass",
|
11329
|
-
"building_category": "Nonresidential",
|
11330
|
-
"construction": "ext-slab-mass",
|
11331
|
-
"orientation": null,
|
11332
|
-
"minimum_percent_of_surface": null,
|
11333
|
-
"maximum_percent_of_surface": null,
|
11334
|
-
"assembly_maximum_u_value": null,
|
11335
|
-
"u_value_includes_interior_film_coefficient": true,
|
11336
|
-
"u_value_includes_exterior_film_coefficient": true,
|
11337
|
-
"assembly_maximum_f_factor": null,
|
11338
|
-
"assembly_maximum_c_factor": null,
|
11339
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
11340
|
-
"assembly_minimum_vt_shgc": null,
|
11341
|
-
"notes": null
|
11342
|
-
},
|
11343
|
-
{
|
11344
|
-
"template": "90.1-2007",
|
11345
|
-
"climate_zone_set": "ClimateZone 7",
|
11346
|
-
"operation_type": null,
|
11347
|
-
"intended_surface_type": "GroundContactFloor",
|
11348
|
-
"standards_construction_type": "Metal Building",
|
11349
|
-
"building_category": "Nonresidential",
|
11350
|
-
"construction": "ext-slab-metal-building",
|
11351
|
-
"orientation": null,
|
11352
|
-
"minimum_percent_of_surface": null,
|
11353
|
-
"maximum_percent_of_surface": null,
|
11354
|
-
"assembly_maximum_u_value": null,
|
11355
|
-
"u_value_includes_interior_film_coefficient": true,
|
11356
|
-
"u_value_includes_exterior_film_coefficient": true,
|
11357
|
-
"assembly_maximum_f_factor": null,
|
11358
|
-
"assembly_maximum_c_factor": null,
|
11359
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
11360
|
-
"assembly_minimum_vt_shgc": null,
|
11361
|
-
"notes": null
|
11362
|
-
},
|
11363
|
-
{
|
11364
|
-
"template": "90.1-2007",
|
11365
|
-
"climate_zone_set": "ClimateZone 7",
|
11366
|
-
"operation_type": null,
|
11367
|
-
"intended_surface_type": "GroundContactFloor",
|
11368
|
-
"standards_construction_type": "SteelFramed",
|
11369
|
-
"building_category": "Nonresidential",
|
11370
|
-
"construction": "ext-slab-steel-frame",
|
11371
|
-
"orientation": null,
|
11372
|
-
"minimum_percent_of_surface": null,
|
11373
|
-
"maximum_percent_of_surface": null,
|
11374
|
-
"assembly_maximum_u_value": null,
|
11375
|
-
"u_value_includes_interior_film_coefficient": true,
|
11376
|
-
"u_value_includes_exterior_film_coefficient": true,
|
11377
|
-
"assembly_maximum_f_factor": null,
|
11378
|
-
"assembly_maximum_c_factor": null,
|
11379
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
11380
|
-
"assembly_minimum_vt_shgc": null,
|
11381
|
-
"notes": null
|
11382
|
-
},
|
11383
10903
|
{
|
11384
10904
|
"template": "90.1-2007",
|
11385
10905
|
"climate_zone_set": "ClimateZone 7",
|
@@ -12765,7 +12285,7 @@
|
|
12765
12285
|
"climate_zone_set": "ClimateZone 8",
|
12766
12286
|
"operation_type": null,
|
12767
12287
|
"intended_surface_type": "GroundContactFloor",
|
12768
|
-
"standards_construction_type": "
|
12288
|
+
"standards_construction_type": "Unheated",
|
12769
12289
|
"building_category": "Adiabatic",
|
12770
12290
|
"construction": "Adiabatic GroundContactFloor",
|
12771
12291
|
"orientation": null,
|
@@ -12780,66 +12300,6 @@
|
|
12780
12300
|
"assembly_minimum_vt_shgc": null,
|
12781
12301
|
"notes": null
|
12782
12302
|
},
|
12783
|
-
{
|
12784
|
-
"template": "90.1-2007",
|
12785
|
-
"climate_zone_set": "ClimateZone 8",
|
12786
|
-
"operation_type": null,
|
12787
|
-
"intended_surface_type": "GroundContactFloor",
|
12788
|
-
"standards_construction_type": "Mass",
|
12789
|
-
"building_category": "Nonresidential",
|
12790
|
-
"construction": "ext-slab-mass",
|
12791
|
-
"orientation": null,
|
12792
|
-
"minimum_percent_of_surface": null,
|
12793
|
-
"maximum_percent_of_surface": null,
|
12794
|
-
"assembly_maximum_u_value": null,
|
12795
|
-
"u_value_includes_interior_film_coefficient": true,
|
12796
|
-
"u_value_includes_exterior_film_coefficient": true,
|
12797
|
-
"assembly_maximum_f_factor": null,
|
12798
|
-
"assembly_maximum_c_factor": null,
|
12799
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
12800
|
-
"assembly_minimum_vt_shgc": null,
|
12801
|
-
"notes": null
|
12802
|
-
},
|
12803
|
-
{
|
12804
|
-
"template": "90.1-2007",
|
12805
|
-
"climate_zone_set": "ClimateZone 8",
|
12806
|
-
"operation_type": null,
|
12807
|
-
"intended_surface_type": "GroundContactFloor",
|
12808
|
-
"standards_construction_type": "Metal Building",
|
12809
|
-
"building_category": "Nonresidential",
|
12810
|
-
"construction": "ext-slab-metal-building",
|
12811
|
-
"orientation": null,
|
12812
|
-
"minimum_percent_of_surface": null,
|
12813
|
-
"maximum_percent_of_surface": null,
|
12814
|
-
"assembly_maximum_u_value": null,
|
12815
|
-
"u_value_includes_interior_film_coefficient": true,
|
12816
|
-
"u_value_includes_exterior_film_coefficient": true,
|
12817
|
-
"assembly_maximum_f_factor": null,
|
12818
|
-
"assembly_maximum_c_factor": null,
|
12819
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
12820
|
-
"assembly_minimum_vt_shgc": null,
|
12821
|
-
"notes": null
|
12822
|
-
},
|
12823
|
-
{
|
12824
|
-
"template": "90.1-2007",
|
12825
|
-
"climate_zone_set": "ClimateZone 8",
|
12826
|
-
"operation_type": null,
|
12827
|
-
"intended_surface_type": "GroundContactFloor",
|
12828
|
-
"standards_construction_type": "SteelFramed",
|
12829
|
-
"building_category": "Nonresidential",
|
12830
|
-
"construction": "ext-slab-steel-frame",
|
12831
|
-
"orientation": null,
|
12832
|
-
"minimum_percent_of_surface": null,
|
12833
|
-
"maximum_percent_of_surface": null,
|
12834
|
-
"assembly_maximum_u_value": null,
|
12835
|
-
"u_value_includes_interior_film_coefficient": true,
|
12836
|
-
"u_value_includes_exterior_film_coefficient": true,
|
12837
|
-
"assembly_maximum_f_factor": null,
|
12838
|
-
"assembly_maximum_c_factor": null,
|
12839
|
-
"assembly_maximum_solar_heat_gain_coefficient": null,
|
12840
|
-
"assembly_minimum_vt_shgc": null,
|
12841
|
-
"notes": null
|
12842
|
-
},
|
12843
12303
|
{
|
12844
12304
|
"template": "90.1-2007",
|
12845
12305
|
"climate_zone_set": "ClimateZone 8",
|