openstudio-standards 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards.xlsx +0 -0
  3. data/data/standards/OpenStudio_Standards_climate_zone_sets.json +96 -0
  4. data/data/standards/OpenStudio_Standards_climate_zones.json +96 -0
  5. data/data/standards/OpenStudio_Standards_construction_properties.json +11424 -0
  6. data/data/standards/OpenStudio_Standards_construction_sets.json +1746 -24
  7. data/data/standards/OpenStudio_Standards_constructions.json +409 -0
  8. data/data/standards/OpenStudio_Standards_curve_biquadratics.json +160 -0
  9. data/data/standards/OpenStudio_Standards_curve_quadratics.json +165 -0
  10. data/data/standards/OpenStudio_Standards_entryways.json +191 -0
  11. data/data/standards/OpenStudio_Standards_exterior_lighting.json +964 -0
  12. data/data/standards/OpenStudio_Standards_exterior_lighting_assumptions.json +191 -0
  13. data/data/standards/OpenStudio_Standards_ground_temperatures.json +11424 -0
  14. data/data/standards/OpenStudio_Standards_illuminated_parking_area.json +157 -0
  15. data/data/standards/OpenStudio_Standards_materials.json +2539 -745
  16. data/data/standards/OpenStudio_Standards_motors.json +420 -0
  17. data/data/standards/OpenStudio_Standards_parking.json +157 -0
  18. data/data/standards/OpenStudio_Standards_prototype_inputs.json +4410 -10
  19. data/data/standards/OpenStudio_Standards_schedules.json +13756 -8383
  20. data/data/standards/OpenStudio_Standards_space_types.json +8593 -907
  21. data/data/standards/OpenStudio_Standards_standards.json +9 -0
  22. data/data/standards/OpenStudio_Standards_templates.json +24 -0
  23. data/data/standards/OpenStudio_Standards_unitary_acs.json +924 -0
  24. data/data/standards/manage_OpenStudio_Standards.rb +1 -1
  25. data/lib/openstudio-standards/btap/btap.rb +0 -1
  26. data/lib/openstudio-standards/btap/compliance.rb +2 -5
  27. data/lib/openstudio-standards/btap/economics.rb +16 -16
  28. data/lib/openstudio-standards/btap/envelope.rb +1 -1
  29. data/lib/openstudio-standards/btap/equest.rb +7 -7
  30. data/lib/openstudio-standards/btap/fileio.rb +2 -2
  31. data/lib/openstudio-standards/btap/geometry.rb +1 -1
  32. data/lib/openstudio-standards/btap/measures.rb +16 -16
  33. data/lib/openstudio-standards/btap/mpc.rb +18 -18
  34. data/lib/openstudio-standards/btap/schedules.rb +35 -2
  35. data/lib/openstudio-standards/btap/simmanager.rb +1 -1
  36. data/lib/openstudio-standards/btap/spaceloads.rb +1 -1
  37. data/lib/openstudio-standards/btap/vintagizer.rb +1 -1
  38. data/lib/openstudio-standards/prototypes/Prototype.Model.elevators.rb +218 -0
  39. data/lib/openstudio-standards/prototypes/Prototype.Model.exterior_lights.rb +399 -0
  40. data/lib/openstudio-standards/prototypes/Prototype.Model.hvac.rb +2 -2
  41. data/lib/openstudio-standards/prototypes/Prototype.Model.rb +237 -0
  42. data/lib/openstudio-standards/prototypes/Prototype.Model.swh.rb +536 -0
  43. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +6 -0
  44. data/lib/openstudio-standards/standards/Standards.Model.rb +249 -10
  45. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +5 -5
  46. data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +161 -0
  47. data/lib/openstudio-standards/utilities/simulation.rb +6 -4
  48. data/lib/openstudio-standards/version.rb +1 -1
  49. metadata +223 -204
  50. data/lib/openstudio-standards/btap/os_lib_schedules.rb +0 -677
@@ -0,0 +1,157 @@
1
+ {
2
+ "illuminated_parking_area": [
3
+ {
4
+ "building_type": "SmallOffice",
5
+ "building_area_per_spot": 250.0,
6
+ "units_per_spot": null,
7
+ "students_per_spot": null,
8
+ "beds_per_spot": null,
9
+ "parking_area_per_spot": 405.0,
10
+ "notes": null
11
+ },
12
+ {
13
+ "building_type": "MediumOffice",
14
+ "building_area_per_spot": 250.0,
15
+ "units_per_spot": null,
16
+ "students_per_spot": null,
17
+ "beds_per_spot": null,
18
+ "parking_area_per_spot": 405.0,
19
+ "notes": null
20
+ },
21
+ {
22
+ "building_type": "LargeOffice",
23
+ "building_area_per_spot": 620.0,
24
+ "units_per_spot": null,
25
+ "students_per_spot": null,
26
+ "beds_per_spot": null,
27
+ "parking_area_per_spot": 405.0,
28
+ "notes": null
29
+ },
30
+ {
31
+ "building_type": "RetailStandalone",
32
+ "building_area_per_spot": 285.7,
33
+ "units_per_spot": null,
34
+ "students_per_spot": null,
35
+ "beds_per_spot": null,
36
+ "parking_area_per_spot": 405.0,
37
+ "notes": null
38
+ },
39
+ {
40
+ "building_type": "RetailStripmall",
41
+ "building_area_per_spot": 215.0,
42
+ "units_per_spot": null,
43
+ "students_per_spot": null,
44
+ "beds_per_spot": null,
45
+ "parking_area_per_spot": 405.0,
46
+ "notes": null
47
+ },
48
+ {
49
+ "building_type": "PrimarySchool",
50
+ "building_area_per_spot": null,
51
+ "units_per_spot": null,
52
+ "students_per_spot": 17.0,
53
+ "beds_per_spot": null,
54
+ "parking_area_per_spot": 405.0,
55
+ "notes": null
56
+ },
57
+ {
58
+ "building_type": "SecondarySchool",
59
+ "building_area_per_spot": null,
60
+ "units_per_spot": null,
61
+ "students_per_spot": 8.0,
62
+ "beds_per_spot": null,
63
+ "parking_area_per_spot": 405.0,
64
+ "notes": null
65
+ },
66
+ {
67
+ "building_type": "Outpatient",
68
+ "building_area_per_spot": 200.0,
69
+ "units_per_spot": null,
70
+ "students_per_spot": null,
71
+ "beds_per_spot": null,
72
+ "parking_area_per_spot": 405.0,
73
+ "notes": null
74
+ },
75
+ {
76
+ "building_type": "Hospital",
77
+ "building_area_per_spot": null,
78
+ "units_per_spot": null,
79
+ "students_per_spot": null,
80
+ "beds_per_spot": 0.83,
81
+ "parking_area_per_spot": 405.0,
82
+ "notes": null
83
+ },
84
+ {
85
+ "building_type": "SmallHotel",
86
+ "building_area_per_spot": null,
87
+ "units_per_spot": 1.0,
88
+ "students_per_spot": null,
89
+ "beds_per_spot": null,
90
+ "parking_area_per_spot": 405.0,
91
+ "notes": null
92
+ },
93
+ {
94
+ "building_type": "LargeHotel",
95
+ "building_area_per_spot": null,
96
+ "units_per_spot": 1.0,
97
+ "students_per_spot": null,
98
+ "beds_per_spot": null,
99
+ "parking_area_per_spot": 405.0,
100
+ "notes": null
101
+ },
102
+ {
103
+ "building_type": "Warehouse",
104
+ "building_area_per_spot": 1000.0,
105
+ "units_per_spot": null,
106
+ "students_per_spot": null,
107
+ "beds_per_spot": null,
108
+ "parking_area_per_spot": 405.0,
109
+ "notes": null
110
+ },
111
+ {
112
+ "building_type": "QuickServiceRestaurant",
113
+ "building_area_per_spot": 100.0,
114
+ "units_per_spot": null,
115
+ "students_per_spot": null,
116
+ "beds_per_spot": null,
117
+ "parking_area_per_spot": 405.0,
118
+ "notes": null
119
+ },
120
+ {
121
+ "building_type": "FullServiceRestaurant",
122
+ "building_area_per_spot": 100.0,
123
+ "units_per_spot": null,
124
+ "students_per_spot": null,
125
+ "beds_per_spot": null,
126
+ "parking_area_per_spot": 405.0,
127
+ "notes": null
128
+ },
129
+ {
130
+ "building_type": "MidriseApartment",
131
+ "building_area_per_spot": null,
132
+ "units_per_spot": 0.45,
133
+ "students_per_spot": null,
134
+ "beds_per_spot": null,
135
+ "parking_area_per_spot": 405.0,
136
+ "notes": null
137
+ },
138
+ {
139
+ "building_type": "HighriseApartment",
140
+ "building_area_per_spot": null,
141
+ "units_per_spot": 0.45,
142
+ "students_per_spot": null,
143
+ "beds_per_spot": null,
144
+ "parking_area_per_spot": 405.0,
145
+ "notes": null
146
+ },
147
+ {
148
+ "building_type": "SuperMarket",
149
+ "building_area_per_spot": 285.7,
150
+ "units_per_spot": null,
151
+ "students_per_spot": null,
152
+ "beds_per_spot": null,
153
+ "parking_area_per_spot": 405.0,
154
+ "notes": "supermarket from ref bldg doc (45002 ft^2 building/63810 ft^2 parking area at 405 per spot 157 spots)"
155
+ }
156
+ ]
157
+ }
@@ -162,7 +162,7 @@
162
162
  "roughness": "MediumRough",
163
163
  "thickness": 4.0,
164
164
  "conductivity": 16.0194175,
165
- "resistance": 0.2496969693,
165
+ "resistance": 0.25,
166
166
  "density": 144.957816,
167
167
  "specific_heat": 0.198852772,
168
168
  "thermal_absorptance": null,
@@ -1833,6 +1833,45 @@
1833
1833
  "cavity_insulation": null,
1834
1834
  "sort": 291.0
1835
1835
  },
1836
+ {
1837
+ "name": "Air - Metal Wall Framing - 16 or 24 in. OC",
1838
+ "material_type": "StandardOpaqueMaterial",
1839
+ "roughness": "Smooth",
1840
+ "thickness": 5.5,
1841
+ "conductivity": 1.22,
1842
+ "resistance": null,
1843
+ "density": 0.08,
1844
+ "specific_heat": 0.24,
1845
+ "thermal_absorptance": 0.9,
1846
+ "solar_absorptance": 0.7,
1847
+ "visible_absorptance": 0.7,
1848
+ "gas_type": null,
1849
+ "u_factor": null,
1850
+ "solar_heat_gain_coefficient": null,
1851
+ "visible_transmittance": null,
1852
+ "optical_data_type": null,
1853
+ "solar_transmittance_at_normal_incidence": null,
1854
+ "front_side_solar_reflectance_at_normal_incidence": null,
1855
+ "back_side_solar_reflectance_at_normal_incidence": null,
1856
+ "visible_transmittance_at_normal_incidence": null,
1857
+ "front_side_visible_reflectance_at_normal_incidence": null,
1858
+ "back_side_visible_reflectance_at_normal_incidence": null,
1859
+ "infrared_transmittance_at_normal_incidence": null,
1860
+ "front_side_infrared_hemispherical_emissivity": null,
1861
+ "back_side_infrared_hemispherical_emissivity": null,
1862
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
1863
+ "solar_diffusing": null,
1864
+ "material_standard": null,
1865
+ "material_standard_source": null,
1866
+ "code_category": null,
1867
+ "code_identifier": null,
1868
+ "framing_material": null,
1869
+ "framing_configuration": null,
1870
+ "framing_depth": null,
1871
+ "framing_size": null,
1872
+ "cavity_insulation": null,
1873
+ "sort": null
1874
+ },
1836
1875
  {
1837
1876
  "name": "Air - Roof - 1 1/2 in.",
1838
1877
  "material_type": "StandardOpaqueMaterial",
@@ -5070,6 +5109,45 @@
5070
5109
  "cavity_insulation": null,
5071
5110
  "sort": 400.0
5072
5111
  },
5112
+ {
5113
+ "name": "Carpet - 3/4 in.",
5114
+ "material_type": "StandardOpaqueMaterial",
5115
+ "roughness": "Smooth",
5116
+ "thickness": 0.75,
5117
+ "conductivity": 0.05,
5118
+ "resistance": null,
5119
+ "density": 18.0,
5120
+ "specific_heat": 0.33,
5121
+ "thermal_absorptance": 0.9,
5122
+ "solar_absorptance": 0.7,
5123
+ "visible_absorptance": 0.8,
5124
+ "gas_type": null,
5125
+ "u_factor": null,
5126
+ "solar_heat_gain_coefficient": null,
5127
+ "visible_transmittance": null,
5128
+ "optical_data_type": null,
5129
+ "solar_transmittance_at_normal_incidence": null,
5130
+ "front_side_solar_reflectance_at_normal_incidence": null,
5131
+ "back_side_solar_reflectance_at_normal_incidence": null,
5132
+ "visible_transmittance_at_normal_incidence": null,
5133
+ "front_side_visible_reflectance_at_normal_incidence": null,
5134
+ "back_side_visible_reflectance_at_normal_incidence": null,
5135
+ "infrared_transmittance_at_normal_incidence": null,
5136
+ "front_side_infrared_hemispherical_emissivity": null,
5137
+ "back_side_infrared_hemispherical_emissivity": null,
5138
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
5139
+ "solar_diffusing": null,
5140
+ "material_standard": null,
5141
+ "material_standard_source": null,
5142
+ "code_category": null,
5143
+ "code_identifier": null,
5144
+ "framing_material": null,
5145
+ "framing_configuration": null,
5146
+ "framing_depth": null,
5147
+ "framing_size": null,
5148
+ "cavity_insulation": null,
5149
+ "sort": null
5150
+ },
5073
5151
  {
5074
5152
  "name": "Cellular polyisocyanurate (unfaced) - 1 1/2 in. R8.8",
5075
5153
  "material_type": "StandardOpaqueMaterial",
@@ -15996,7 +16074,7 @@
15996
16074
  "roughness": "Smooth",
15997
16075
  "thickness": 0.5,
15998
16076
  "conductivity": 1.10957004,
15999
- "resistance": 0.4506250007,
16077
+ "resistance": 0.451,
16000
16078
  "density": 49.9424,
16001
16079
  "specific_heat": 0.260516252,
16002
16080
  "thermal_absorptance": 0.9,
@@ -17278,17 +17356,17 @@
17278
17356
  "sort": 1326.0
17279
17357
  },
17280
17358
  {
17281
- "name": "Gypsum Board - 1/2 in.",
17359
+ "name": "Ground_Floor_R11_T2013",
17282
17360
  "material_type": "StandardOpaqueMaterial",
17283
- "roughness": "MediumSmooth",
17284
- "thickness": 0.5,
17285
- "conductivity": 1.10004,
17286
- "resistance": 0.4545289262,
17287
- "density": 40.0,
17361
+ "roughness": "Smooth",
17362
+ "thickness": 2.24,
17363
+ "conductivity": 0.02,
17364
+ "resistance": 10.91,
17365
+ "density": 1.0,
17288
17366
  "specific_heat": 0.27,
17289
- "thermal_absorptance": null,
17290
- "solar_absorptance": null,
17291
- "visible_absorptance": null,
17367
+ "thermal_absorptance": 0.9,
17368
+ "solar_absorptance": 0.7,
17369
+ "visible_absorptance": 0.8,
17292
17370
  "gas_type": null,
17293
17371
  "u_factor": null,
17294
17372
  "solar_heat_gain_coefficient": null,
@@ -17305,29 +17383,29 @@
17305
17383
  "back_side_infrared_hemispherical_emissivity": null,
17306
17384
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17307
17385
  "solar_diffusing": null,
17308
- "material_standard": "CEC Title24-2013",
17309
- "material_standard_source": "CEC Doug",
17310
- "code_category": "Bldg Board and Siding",
17311
- "code_identifier": "Gypsum Board - 1/2 in.",
17386
+ "material_standard": null,
17387
+ "material_standard_source": null,
17388
+ "code_category": null,
17389
+ "code_identifier": null,
17312
17390
  "framing_material": null,
17313
17391
  "framing_configuration": null,
17314
17392
  "framing_depth": null,
17315
17393
  "framing_size": null,
17316
17394
  "cavity_insulation": null,
17317
- "sort": 313.0
17395
+ "sort": null
17318
17396
  },
17319
17397
  {
17320
- "name": "Gypsum Board - 3/4 in.",
17398
+ "name": "Ground_Floor_R17_T2013",
17321
17399
  "material_type": "StandardOpaqueMaterial",
17322
- "roughness": "MediumSmooth",
17323
- "thickness": 0.75,
17324
- "conductivity": 1.10004,
17325
- "resistance": 0.6817933893,
17326
- "density": 40.0,
17400
+ "roughness": "Smooth",
17401
+ "thickness": 2.24,
17402
+ "conductivity": 0.02,
17403
+ "resistance": 17.66,
17404
+ "density": 1.0,
17327
17405
  "specific_heat": 0.27,
17328
- "thermal_absorptance": null,
17329
- "solar_absorptance": null,
17330
- "visible_absorptance": null,
17406
+ "thermal_absorptance": 0.9,
17407
+ "solar_absorptance": 0.7,
17408
+ "visible_absorptance": 0.8,
17331
17409
  "gas_type": null,
17332
17410
  "u_factor": null,
17333
17411
  "solar_heat_gain_coefficient": null,
@@ -17344,29 +17422,29 @@
17344
17422
  "back_side_infrared_hemispherical_emissivity": null,
17345
17423
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17346
17424
  "solar_diffusing": null,
17347
- "material_standard": "CEC Title24-2013",
17348
- "material_standard_source": "CEC Doug",
17349
- "code_category": "Bldg Board and Siding",
17350
- "code_identifier": "Gypsum Board - 3/4 in.",
17425
+ "material_standard": null,
17426
+ "material_standard_source": null,
17427
+ "code_category": null,
17428
+ "code_identifier": null,
17351
17429
  "framing_material": null,
17352
17430
  "framing_configuration": null,
17353
17431
  "framing_depth": null,
17354
17432
  "framing_size": null,
17355
17433
  "cavity_insulation": null,
17356
- "sort": 315.0
17434
+ "sort": null
17357
17435
  },
17358
17436
  {
17359
- "name": "Gypsum Board - 3/8 in.",
17437
+ "name": "Ground_Floor_R22_T2013",
17360
17438
  "material_type": "StandardOpaqueMaterial",
17361
- "roughness": "MediumSmooth",
17362
- "thickness": 0.38,
17363
- "conductivity": 1.10004,
17364
- "resistance": 0.3454419839,
17365
- "density": 40.0,
17439
+ "roughness": "Smooth",
17440
+ "thickness": 2.24,
17441
+ "conductivity": 0.02,
17442
+ "resistance": 22.47,
17443
+ "density": 1.0,
17366
17444
  "specific_heat": 0.27,
17367
- "thermal_absorptance": null,
17368
- "solar_absorptance": null,
17369
- "visible_absorptance": null,
17445
+ "thermal_absorptance": 0.9,
17446
+ "solar_absorptance": 0.7,
17447
+ "visible_absorptance": 0.8,
17370
17448
  "gas_type": null,
17371
17449
  "u_factor": null,
17372
17450
  "solar_heat_gain_coefficient": null,
@@ -17383,68 +17461,29 @@
17383
17461
  "back_side_infrared_hemispherical_emissivity": null,
17384
17462
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17385
17463
  "solar_diffusing": null,
17386
- "material_standard": "CEC Title24-2013",
17387
- "material_standard_source": "CEC Doug",
17388
- "code_category": "Bldg Board and Siding",
17389
- "code_identifier": "Gypsum Board - 3/8 in.",
17464
+ "material_standard": null,
17465
+ "material_standard_source": null,
17466
+ "code_category": null,
17467
+ "code_identifier": null,
17390
17468
  "framing_material": null,
17391
17469
  "framing_configuration": null,
17392
17470
  "framing_depth": null,
17393
17471
  "framing_size": null,
17394
17472
  "cavity_insulation": null,
17395
- "sort": 312.0
17473
+ "sort": null
17396
17474
  },
17397
17475
  {
17398
- "name": "Gypsum Board - 5/8 in.",
17476
+ "name": "Gypsum Board - 1/2 in.",
17399
17477
  "material_type": "StandardOpaqueMaterial",
17400
- "roughness": "MediumSmooth",
17401
- "thickness": 0.63,
17402
- "conductivity": 1.10004,
17403
- "resistance": 0.572706447,
17478
+ "roughness": "Smooth",
17479
+ "thickness": 0.5,
17480
+ "conductivity": 0.16,
17481
+ "resistance": null,
17404
17482
  "density": 40.0,
17405
17483
  "specific_heat": 0.27,
17406
- "thermal_absorptance": null,
17407
- "solar_absorptance": null,
17408
- "visible_absorptance": null,
17409
- "gas_type": null,
17410
- "u_factor": null,
17411
- "solar_heat_gain_coefficient": null,
17412
- "visible_transmittance": null,
17413
- "optical_data_type": null,
17414
- "solar_transmittance_at_normal_incidence": null,
17415
- "front_side_solar_reflectance_at_normal_incidence": null,
17416
- "back_side_solar_reflectance_at_normal_incidence": null,
17417
- "visible_transmittance_at_normal_incidence": null,
17418
- "front_side_visible_reflectance_at_normal_incidence": null,
17419
- "back_side_visible_reflectance_at_normal_incidence": null,
17420
- "infrared_transmittance_at_normal_incidence": null,
17421
- "front_side_infrared_hemispherical_emissivity": null,
17422
- "back_side_infrared_hemispherical_emissivity": null,
17423
- "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17424
- "solar_diffusing": null,
17425
- "material_standard": "CEC Title24-2013",
17426
- "material_standard_source": "CEC Doug",
17427
- "code_category": "Bldg Board and Siding",
17428
- "code_identifier": "Gypsum Board - 5/8 in.",
17429
- "framing_material": null,
17430
- "framing_configuration": null,
17431
- "framing_depth": null,
17432
- "framing_size": null,
17433
- "cavity_insulation": null,
17434
- "sort": 314.0
17435
- },
17436
- {
17437
- "name": "Gypsum Or Plaster Board - 3/8 in.",
17438
- "material_type": "StandardOpaqueMaterial",
17439
- "roughness": "MediumSmooth",
17440
- "thickness": 0.374015748031496,
17441
- "conductivity": 4.02141364313926,
17442
- "resistance": 0.09300603748,
17443
- "density": 49.9423684609156,
17444
- "specific_heat": 0.26034202732397,
17445
17484
  "thermal_absorptance": 0.9,
17446
17485
  "solar_absorptance": 0.7,
17447
- "visible_absorptance": 0.7,
17486
+ "visible_absorptance": 0.8,
17448
17487
  "gas_type": null,
17449
17488
  "u_factor": null,
17450
17489
  "solar_heat_gain_coefficient": null,
@@ -17470,17 +17509,17 @@
17470
17509
  "framing_depth": null,
17471
17510
  "framing_size": null,
17472
17511
  "cavity_insulation": null,
17473
- "sort": 1206.0
17512
+ "sort": null
17474
17513
  },
17475
17514
  {
17476
- "name": "Gypsum partition block - 3 cells - 4 in. x 12 in. x 30 in. - 4 in.",
17515
+ "name": "Gypsum Board - 1/2 in.",
17477
17516
  "material_type": "StandardOpaqueMaterial",
17478
- "roughness": "MediumRough",
17479
- "thickness": 4.0,
17480
- "conductivity": 2.4,
17481
- "resistance": 1.666666667,
17482
- "density": 53.1,
17483
- "specific_heat": 0.19,
17517
+ "roughness": "MediumSmooth",
17518
+ "thickness": 0.5,
17519
+ "conductivity": 1.10004,
17520
+ "resistance": 0.4545289262,
17521
+ "density": 40.0,
17522
+ "specific_heat": 0.27,
17484
17523
  "thermal_absorptance": null,
17485
17524
  "solar_absorptance": null,
17486
17525
  "visible_absorptance": null,
@@ -17501,25 +17540,25 @@
17501
17540
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17502
17541
  "solar_diffusing": null,
17503
17542
  "material_standard": "CEC Title24-2013",
17504
- "material_standard_source": "AEC",
17505
- "code_category": "Masonry Materials",
17506
- "code_identifier": "Gypsum partition block - 3 cells - 4 in. x 12 in. x 30 in. - 4 in.",
17543
+ "material_standard_source": "CEC Doug",
17544
+ "code_category": "Bldg Board and Siding",
17545
+ "code_identifier": "Gypsum Board - 1/2 in.",
17507
17546
  "framing_material": null,
17508
17547
  "framing_configuration": null,
17509
17548
  "framing_depth": null,
17510
17549
  "framing_size": null,
17511
17550
  "cavity_insulation": null,
17512
- "sort": 603.0
17551
+ "sort": 313.0
17513
17552
  },
17514
17553
  {
17515
- "name": "Gypsum partition block - 4 cells - 3 in. x 12 in. x 30 in. - 3 in.",
17554
+ "name": "Gypsum Board - 3/4 in.",
17516
17555
  "material_type": "StandardOpaqueMaterial",
17517
- "roughness": "MediumRough",
17518
- "thickness": 3.0,
17519
- "conductivity": 2.21999999999999,
17520
- "resistance": 1.351351351,
17521
- "density": 53.1,
17522
- "specific_heat": 0.19,
17556
+ "roughness": "MediumSmooth",
17557
+ "thickness": 0.75,
17558
+ "conductivity": 1.10004,
17559
+ "resistance": 0.6817933893,
17560
+ "density": 40.0,
17561
+ "specific_heat": 0.27,
17523
17562
  "thermal_absorptance": null,
17524
17563
  "solar_absorptance": null,
17525
17564
  "visible_absorptance": null,
@@ -17540,25 +17579,220 @@
17540
17579
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17541
17580
  "solar_diffusing": null,
17542
17581
  "material_standard": "CEC Title24-2013",
17543
- "material_standard_source": "AEC",
17544
- "code_category": "Masonry Materials",
17545
- "code_identifier": "Gypsum partition block - 4 cells - 3 in. x 12 in. x 30 in. - 3 in.",
17582
+ "material_standard_source": "CEC Doug",
17583
+ "code_category": "Bldg Board and Siding",
17584
+ "code_identifier": "Gypsum Board - 3/4 in.",
17546
17585
  "framing_material": null,
17547
17586
  "framing_configuration": null,
17548
17587
  "framing_depth": null,
17549
17588
  "framing_size": null,
17550
17589
  "cavity_insulation": null,
17551
- "sort": 602.0
17590
+ "sort": 315.0
17552
17591
  },
17553
17592
  {
17554
- "name": "Gypsum partition block - solid - 3 in. x 12 in. x 30 in. - 3 in.",
17593
+ "name": "Gypsum Board - 3/8 in.",
17555
17594
  "material_type": "StandardOpaqueMaterial",
17556
- "roughness": "MediumRough",
17557
- "thickness": 3.0,
17558
- "conductivity": 2.3796,
17559
- "resistance": 1.260716087,
17560
- "density": 62.4,
17561
- "specific_heat": 0.19,
17595
+ "roughness": "MediumSmooth",
17596
+ "thickness": 0.38,
17597
+ "conductivity": 1.10004,
17598
+ "resistance": 0.3454419839,
17599
+ "density": 40.0,
17600
+ "specific_heat": 0.27,
17601
+ "thermal_absorptance": null,
17602
+ "solar_absorptance": null,
17603
+ "visible_absorptance": null,
17604
+ "gas_type": null,
17605
+ "u_factor": null,
17606
+ "solar_heat_gain_coefficient": null,
17607
+ "visible_transmittance": null,
17608
+ "optical_data_type": null,
17609
+ "solar_transmittance_at_normal_incidence": null,
17610
+ "front_side_solar_reflectance_at_normal_incidence": null,
17611
+ "back_side_solar_reflectance_at_normal_incidence": null,
17612
+ "visible_transmittance_at_normal_incidence": null,
17613
+ "front_side_visible_reflectance_at_normal_incidence": null,
17614
+ "back_side_visible_reflectance_at_normal_incidence": null,
17615
+ "infrared_transmittance_at_normal_incidence": null,
17616
+ "front_side_infrared_hemispherical_emissivity": null,
17617
+ "back_side_infrared_hemispherical_emissivity": null,
17618
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17619
+ "solar_diffusing": null,
17620
+ "material_standard": "CEC Title24-2013",
17621
+ "material_standard_source": "CEC Doug",
17622
+ "code_category": "Bldg Board and Siding",
17623
+ "code_identifier": "Gypsum Board - 3/8 in.",
17624
+ "framing_material": null,
17625
+ "framing_configuration": null,
17626
+ "framing_depth": null,
17627
+ "framing_size": null,
17628
+ "cavity_insulation": null,
17629
+ "sort": 312.0
17630
+ },
17631
+ {
17632
+ "name": "Gypsum Board - 5/8 in.",
17633
+ "material_type": "StandardOpaqueMaterial",
17634
+ "roughness": "MediumSmooth",
17635
+ "thickness": 0.63,
17636
+ "conductivity": 1.10004,
17637
+ "resistance": 0.572706447,
17638
+ "density": 40.0,
17639
+ "specific_heat": 0.27,
17640
+ "thermal_absorptance": null,
17641
+ "solar_absorptance": null,
17642
+ "visible_absorptance": null,
17643
+ "gas_type": null,
17644
+ "u_factor": null,
17645
+ "solar_heat_gain_coefficient": null,
17646
+ "visible_transmittance": null,
17647
+ "optical_data_type": null,
17648
+ "solar_transmittance_at_normal_incidence": null,
17649
+ "front_side_solar_reflectance_at_normal_incidence": null,
17650
+ "back_side_solar_reflectance_at_normal_incidence": null,
17651
+ "visible_transmittance_at_normal_incidence": null,
17652
+ "front_side_visible_reflectance_at_normal_incidence": null,
17653
+ "back_side_visible_reflectance_at_normal_incidence": null,
17654
+ "infrared_transmittance_at_normal_incidence": null,
17655
+ "front_side_infrared_hemispherical_emissivity": null,
17656
+ "back_side_infrared_hemispherical_emissivity": null,
17657
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17658
+ "solar_diffusing": null,
17659
+ "material_standard": "CEC Title24-2013",
17660
+ "material_standard_source": "CEC Doug",
17661
+ "code_category": "Bldg Board and Siding",
17662
+ "code_identifier": "Gypsum Board - 5/8 in.",
17663
+ "framing_material": null,
17664
+ "framing_configuration": null,
17665
+ "framing_depth": null,
17666
+ "framing_size": null,
17667
+ "cavity_insulation": null,
17668
+ "sort": 314.0
17669
+ },
17670
+ {
17671
+ "name": "Gypsum Or Plaster Board - 3/8 in.",
17672
+ "material_type": "StandardOpaqueMaterial",
17673
+ "roughness": "MediumSmooth",
17674
+ "thickness": 0.374015748031496,
17675
+ "conductivity": 4.02141364313926,
17676
+ "resistance": 0.09300603748,
17677
+ "density": 49.9423684609156,
17678
+ "specific_heat": 0.26034202732397,
17679
+ "thermal_absorptance": 0.9,
17680
+ "solar_absorptance": 0.7,
17681
+ "visible_absorptance": 0.7,
17682
+ "gas_type": null,
17683
+ "u_factor": null,
17684
+ "solar_heat_gain_coefficient": null,
17685
+ "visible_transmittance": null,
17686
+ "optical_data_type": null,
17687
+ "solar_transmittance_at_normal_incidence": null,
17688
+ "front_side_solar_reflectance_at_normal_incidence": null,
17689
+ "back_side_solar_reflectance_at_normal_incidence": null,
17690
+ "visible_transmittance_at_normal_incidence": null,
17691
+ "front_side_visible_reflectance_at_normal_incidence": null,
17692
+ "back_side_visible_reflectance_at_normal_incidence": null,
17693
+ "infrared_transmittance_at_normal_incidence": null,
17694
+ "front_side_infrared_hemispherical_emissivity": null,
17695
+ "back_side_infrared_hemispherical_emissivity": null,
17696
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17697
+ "solar_diffusing": null,
17698
+ "material_standard": null,
17699
+ "material_standard_source": null,
17700
+ "code_category": null,
17701
+ "code_identifier": null,
17702
+ "framing_material": null,
17703
+ "framing_configuration": null,
17704
+ "framing_depth": null,
17705
+ "framing_size": null,
17706
+ "cavity_insulation": null,
17707
+ "sort": 1206.0
17708
+ },
17709
+ {
17710
+ "name": "Gypsum partition block - 3 cells - 4 in. x 12 in. x 30 in. - 4 in.",
17711
+ "material_type": "StandardOpaqueMaterial",
17712
+ "roughness": "MediumRough",
17713
+ "thickness": 4.0,
17714
+ "conductivity": 2.4,
17715
+ "resistance": 1.666666667,
17716
+ "density": 53.1,
17717
+ "specific_heat": 0.19,
17718
+ "thermal_absorptance": null,
17719
+ "solar_absorptance": null,
17720
+ "visible_absorptance": null,
17721
+ "gas_type": null,
17722
+ "u_factor": null,
17723
+ "solar_heat_gain_coefficient": null,
17724
+ "visible_transmittance": null,
17725
+ "optical_data_type": null,
17726
+ "solar_transmittance_at_normal_incidence": null,
17727
+ "front_side_solar_reflectance_at_normal_incidence": null,
17728
+ "back_side_solar_reflectance_at_normal_incidence": null,
17729
+ "visible_transmittance_at_normal_incidence": null,
17730
+ "front_side_visible_reflectance_at_normal_incidence": null,
17731
+ "back_side_visible_reflectance_at_normal_incidence": null,
17732
+ "infrared_transmittance_at_normal_incidence": null,
17733
+ "front_side_infrared_hemispherical_emissivity": null,
17734
+ "back_side_infrared_hemispherical_emissivity": null,
17735
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17736
+ "solar_diffusing": null,
17737
+ "material_standard": "CEC Title24-2013",
17738
+ "material_standard_source": "AEC",
17739
+ "code_category": "Masonry Materials",
17740
+ "code_identifier": "Gypsum partition block - 3 cells - 4 in. x 12 in. x 30 in. - 4 in.",
17741
+ "framing_material": null,
17742
+ "framing_configuration": null,
17743
+ "framing_depth": null,
17744
+ "framing_size": null,
17745
+ "cavity_insulation": null,
17746
+ "sort": 603.0
17747
+ },
17748
+ {
17749
+ "name": "Gypsum partition block - 4 cells - 3 in. x 12 in. x 30 in. - 3 in.",
17750
+ "material_type": "StandardOpaqueMaterial",
17751
+ "roughness": "MediumRough",
17752
+ "thickness": 3.0,
17753
+ "conductivity": 2.21999999999999,
17754
+ "resistance": 1.351351351,
17755
+ "density": 53.1,
17756
+ "specific_heat": 0.19,
17757
+ "thermal_absorptance": null,
17758
+ "solar_absorptance": null,
17759
+ "visible_absorptance": null,
17760
+ "gas_type": null,
17761
+ "u_factor": null,
17762
+ "solar_heat_gain_coefficient": null,
17763
+ "visible_transmittance": null,
17764
+ "optical_data_type": null,
17765
+ "solar_transmittance_at_normal_incidence": null,
17766
+ "front_side_solar_reflectance_at_normal_incidence": null,
17767
+ "back_side_solar_reflectance_at_normal_incidence": null,
17768
+ "visible_transmittance_at_normal_incidence": null,
17769
+ "front_side_visible_reflectance_at_normal_incidence": null,
17770
+ "back_side_visible_reflectance_at_normal_incidence": null,
17771
+ "infrared_transmittance_at_normal_incidence": null,
17772
+ "front_side_infrared_hemispherical_emissivity": null,
17773
+ "back_side_infrared_hemispherical_emissivity": null,
17774
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
17775
+ "solar_diffusing": null,
17776
+ "material_standard": "CEC Title24-2013",
17777
+ "material_standard_source": "AEC",
17778
+ "code_category": "Masonry Materials",
17779
+ "code_identifier": "Gypsum partition block - 4 cells - 3 in. x 12 in. x 30 in. - 3 in.",
17780
+ "framing_material": null,
17781
+ "framing_configuration": null,
17782
+ "framing_depth": null,
17783
+ "framing_size": null,
17784
+ "cavity_insulation": null,
17785
+ "sort": 602.0
17786
+ },
17787
+ {
17788
+ "name": "Gypsum partition block - solid - 3 in. x 12 in. x 30 in. - 3 in.",
17789
+ "material_type": "StandardOpaqueMaterial",
17790
+ "roughness": "MediumRough",
17791
+ "thickness": 3.0,
17792
+ "conductivity": 2.3796,
17793
+ "resistance": 1.260716087,
17794
+ "density": 62.4,
17795
+ "specific_heat": 0.19,
17562
17796
  "thermal_absorptance": null,
17563
17797
  "solar_absorptance": null,
17564
17798
  "visible_absorptance": null,
@@ -19110,6 +19344,45 @@
19110
19344
  "cavity_insulation": null,
19111
19345
  "sort": 424.0
19112
19346
  },
19347
+ {
19348
+ "name": "Insulation 1m",
19349
+ "material_type": "StandardOpaqueMaterial",
19350
+ "roughness": "Smooth",
19351
+ "thickness": 39.37,
19352
+ "conductivity": 0.02,
19353
+ "resistance": null,
19354
+ "density": 1.0,
19355
+ "specific_heat": 0.27,
19356
+ "thermal_absorptance": 0.9,
19357
+ "solar_absorptance": 0.7,
19358
+ "visible_absorptance": 0.8,
19359
+ "gas_type": null,
19360
+ "u_factor": null,
19361
+ "solar_heat_gain_coefficient": null,
19362
+ "visible_transmittance": null,
19363
+ "optical_data_type": null,
19364
+ "solar_transmittance_at_normal_incidence": null,
19365
+ "front_side_solar_reflectance_at_normal_incidence": null,
19366
+ "back_side_solar_reflectance_at_normal_incidence": null,
19367
+ "visible_transmittance_at_normal_incidence": null,
19368
+ "front_side_visible_reflectance_at_normal_incidence": null,
19369
+ "back_side_visible_reflectance_at_normal_incidence": null,
19370
+ "infrared_transmittance_at_normal_incidence": null,
19371
+ "front_side_infrared_hemispherical_emissivity": null,
19372
+ "back_side_infrared_hemispherical_emissivity": null,
19373
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
19374
+ "solar_diffusing": null,
19375
+ "material_standard": null,
19376
+ "material_standard_source": null,
19377
+ "code_category": null,
19378
+ "code_identifier": null,
19379
+ "framing_material": null,
19380
+ "framing_configuration": null,
19381
+ "framing_depth": null,
19382
+ "framing_size": null,
19383
+ "cavity_insulation": null,
19384
+ "sort": null
19385
+ },
19113
19386
  {
19114
19387
  "name": "Interior Wall Addi Insul",
19115
19388
  "material_type": "StandardOpaqueMaterial",
@@ -23634,6 +23907,45 @@
23634
23907
  "cavity_insulation": null,
23635
23908
  "sort": 696.0
23636
23909
  },
23910
+ {
23911
+ "name": "Metal Standing Seam - 1/16 in.",
23912
+ "material_type": "StandardOpaqueMaterial",
23913
+ "roughness": "MediumRough",
23914
+ "thickness": 0.06,
23915
+ "conductivity": 0.58,
23916
+ "resistance": null,
23917
+ "density": 488.22,
23918
+ "specific_heat": 0.12,
23919
+ "thermal_absorptance": 0.85,
23920
+ "solar_absorptance": 0.37,
23921
+ "visible_absorptance": 0.85,
23922
+ "gas_type": null,
23923
+ "u_factor": null,
23924
+ "solar_heat_gain_coefficient": null,
23925
+ "visible_transmittance": null,
23926
+ "optical_data_type": null,
23927
+ "solar_transmittance_at_normal_incidence": null,
23928
+ "front_side_solar_reflectance_at_normal_incidence": null,
23929
+ "back_side_solar_reflectance_at_normal_incidence": null,
23930
+ "visible_transmittance_at_normal_incidence": null,
23931
+ "front_side_visible_reflectance_at_normal_incidence": null,
23932
+ "back_side_visible_reflectance_at_normal_incidence": null,
23933
+ "infrared_transmittance_at_normal_incidence": null,
23934
+ "front_side_infrared_hemispherical_emissivity": null,
23935
+ "back_side_infrared_hemispherical_emissivity": null,
23936
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
23937
+ "solar_diffusing": null,
23938
+ "material_standard": null,
23939
+ "material_standard_source": null,
23940
+ "code_category": null,
23941
+ "code_identifier": null,
23942
+ "framing_material": null,
23943
+ "framing_configuration": null,
23944
+ "framing_depth": null,
23945
+ "framing_size": null,
23946
+ "cavity_insulation": null,
23947
+ "sort": null
23948
+ },
23637
23949
  {
23638
23950
  "name": "Metal Standing Seam Roof - Thrml Blk - Dbl Ins. Layer - R10 + R10 Ins.",
23639
23951
  "material_type": "MasslessOpaqueMaterial",
@@ -24453,6 +24765,162 @@
24453
24765
  "cavity_insulation": null,
24454
24766
  "sort": 668.0
24455
24767
  },
24768
+ {
24769
+ "name": "NACM_Acoustic Tile 3/4in",
24770
+ "material_type": "StandardOpaqueMaterial",
24771
+ "roughness": "MediumRough",
24772
+ "thickness": 0.75,
24773
+ "conductivity": 0.06,
24774
+ "resistance": null,
24775
+ "density": 18.0,
24776
+ "specific_heat": 0.19,
24777
+ "thermal_absorptance": 0.9,
24778
+ "solar_absorptance": 0.7,
24779
+ "visible_absorptance": 0.5,
24780
+ "gas_type": null,
24781
+ "u_factor": null,
24782
+ "solar_heat_gain_coefficient": null,
24783
+ "visible_transmittance": null,
24784
+ "optical_data_type": null,
24785
+ "solar_transmittance_at_normal_incidence": null,
24786
+ "front_side_solar_reflectance_at_normal_incidence": null,
24787
+ "back_side_solar_reflectance_at_normal_incidence": null,
24788
+ "visible_transmittance_at_normal_incidence": null,
24789
+ "front_side_visible_reflectance_at_normal_incidence": null,
24790
+ "back_side_visible_reflectance_at_normal_incidence": null,
24791
+ "infrared_transmittance_at_normal_incidence": null,
24792
+ "front_side_infrared_hemispherical_emissivity": null,
24793
+ "back_side_infrared_hemispherical_emissivity": null,
24794
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
24795
+ "solar_diffusing": null,
24796
+ "material_standard": null,
24797
+ "material_standard_source": null,
24798
+ "code_category": null,
24799
+ "code_identifier": null,
24800
+ "framing_material": null,
24801
+ "framing_configuration": null,
24802
+ "framing_depth": null,
24803
+ "framing_size": null,
24804
+ "cavity_insulation": null,
24805
+ "sort": null
24806
+ },
24807
+ {
24808
+ "name": "NACM_Carpet 3/4in",
24809
+ "material_type": "StandardOpaqueMaterial",
24810
+ "roughness": "Smooth",
24811
+ "thickness": 0.75,
24812
+ "conductivity": 0.05,
24813
+ "resistance": null,
24814
+ "density": 18.0,
24815
+ "specific_heat": 0.33,
24816
+ "thermal_absorptance": 0.9,
24817
+ "solar_absorptance": 0.7,
24818
+ "visible_absorptance": 0.9,
24819
+ "gas_type": null,
24820
+ "u_factor": null,
24821
+ "solar_heat_gain_coefficient": null,
24822
+ "visible_transmittance": null,
24823
+ "optical_data_type": null,
24824
+ "solar_transmittance_at_normal_incidence": null,
24825
+ "front_side_solar_reflectance_at_normal_incidence": null,
24826
+ "back_side_solar_reflectance_at_normal_incidence": null,
24827
+ "visible_transmittance_at_normal_incidence": null,
24828
+ "front_side_visible_reflectance_at_normal_incidence": null,
24829
+ "back_side_visible_reflectance_at_normal_incidence": null,
24830
+ "infrared_transmittance_at_normal_incidence": null,
24831
+ "front_side_infrared_hemispherical_emissivity": null,
24832
+ "back_side_infrared_hemispherical_emissivity": null,
24833
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
24834
+ "solar_diffusing": null,
24835
+ "material_standard": null,
24836
+ "material_standard_source": null,
24837
+ "code_category": null,
24838
+ "code_identifier": null,
24839
+ "framing_material": null,
24840
+ "framing_configuration": null,
24841
+ "framing_depth": null,
24842
+ "framing_size": null,
24843
+ "cavity_insulation": null,
24844
+ "sort": null
24845
+ },
24846
+ {
24847
+ "name": "NACM_Concrete 4in_140lb/ft3",
24848
+ "material_type": "StandardOpaqueMaterial",
24849
+ "roughness": "MediumRough",
24850
+ "thickness": 4.0,
24851
+ "conductivity": 1.95,
24852
+ "resistance": null,
24853
+ "density": 139.78,
24854
+ "specific_heat": 0.22,
24855
+ "thermal_absorptance": 0.75,
24856
+ "solar_absorptance": 0.92,
24857
+ "visible_absorptance": 0.75,
24858
+ "gas_type": null,
24859
+ "u_factor": null,
24860
+ "solar_heat_gain_coefficient": null,
24861
+ "visible_transmittance": null,
24862
+ "optical_data_type": null,
24863
+ "solar_transmittance_at_normal_incidence": null,
24864
+ "front_side_solar_reflectance_at_normal_incidence": null,
24865
+ "back_side_solar_reflectance_at_normal_incidence": null,
24866
+ "visible_transmittance_at_normal_incidence": null,
24867
+ "front_side_visible_reflectance_at_normal_incidence": null,
24868
+ "back_side_visible_reflectance_at_normal_incidence": null,
24869
+ "infrared_transmittance_at_normal_incidence": null,
24870
+ "front_side_infrared_hemispherical_emissivity": null,
24871
+ "back_side_infrared_hemispherical_emissivity": null,
24872
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
24873
+ "solar_diffusing": null,
24874
+ "material_standard": null,
24875
+ "material_standard_source": null,
24876
+ "code_category": null,
24877
+ "code_identifier": null,
24878
+ "framing_material": null,
24879
+ "framing_configuration": null,
24880
+ "framing_depth": null,
24881
+ "framing_size": null,
24882
+ "cavity_insulation": null,
24883
+ "sort": null
24884
+ },
24885
+ {
24886
+ "name": "NACM_Gypsum Board 5/8in",
24887
+ "material_type": "StandardOpaqueMaterial",
24888
+ "roughness": "MediumRough",
24889
+ "thickness": 0.63,
24890
+ "conductivity": 0.16,
24891
+ "resistance": null,
24892
+ "density": 40.0,
24893
+ "specific_heat": 0.27,
24894
+ "thermal_absorptance": 0.9,
24895
+ "solar_absorptance": 0.7,
24896
+ "visible_absorptance": 0.5,
24897
+ "gas_type": null,
24898
+ "u_factor": null,
24899
+ "solar_heat_gain_coefficient": null,
24900
+ "visible_transmittance": null,
24901
+ "optical_data_type": null,
24902
+ "solar_transmittance_at_normal_incidence": null,
24903
+ "front_side_solar_reflectance_at_normal_incidence": null,
24904
+ "back_side_solar_reflectance_at_normal_incidence": null,
24905
+ "visible_transmittance_at_normal_incidence": null,
24906
+ "front_side_visible_reflectance_at_normal_incidence": null,
24907
+ "back_side_visible_reflectance_at_normal_incidence": null,
24908
+ "infrared_transmittance_at_normal_incidence": null,
24909
+ "front_side_infrared_hemispherical_emissivity": null,
24910
+ "back_side_infrared_hemispherical_emissivity": null,
24911
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
24912
+ "solar_diffusing": null,
24913
+ "material_standard": null,
24914
+ "material_standard_source": null,
24915
+ "code_category": null,
24916
+ "code_identifier": null,
24917
+ "framing_material": null,
24918
+ "framing_configuration": null,
24919
+ "framing_depth": null,
24920
+ "framing_size": null,
24921
+ "cavity_insulation": null,
24922
+ "sort": null
24923
+ },
24456
24924
  {
24457
24925
  "name": "Nonres_Floor_Insulation",
24458
24926
  "material_type": "MasslessOpaqueMaterial",
@@ -25350,6 +25818,45 @@
25350
25818
  "cavity_insulation": null,
25351
25819
  "sort": 330.0
25352
25820
  },
25821
+ {
25822
+ "name": "Plywood - 5/8 in.",
25823
+ "material_type": "StandardOpaqueMaterial",
25824
+ "roughness": "Smooth",
25825
+ "thickness": 0.63,
25826
+ "conductivity": 0.12,
25827
+ "resistance": null,
25828
+ "density": 30.0,
25829
+ "specific_heat": 0.45,
25830
+ "thermal_absorptance": 0.9,
25831
+ "solar_absorptance": 0.7,
25832
+ "visible_absorptance": 0.7,
25833
+ "gas_type": null,
25834
+ "u_factor": null,
25835
+ "solar_heat_gain_coefficient": null,
25836
+ "visible_transmittance": null,
25837
+ "optical_data_type": null,
25838
+ "solar_transmittance_at_normal_incidence": null,
25839
+ "front_side_solar_reflectance_at_normal_incidence": null,
25840
+ "back_side_solar_reflectance_at_normal_incidence": null,
25841
+ "visible_transmittance_at_normal_incidence": null,
25842
+ "front_side_visible_reflectance_at_normal_incidence": null,
25843
+ "back_side_visible_reflectance_at_normal_incidence": null,
25844
+ "infrared_transmittance_at_normal_incidence": null,
25845
+ "front_side_infrared_hemispherical_emissivity": null,
25846
+ "back_side_infrared_hemispherical_emissivity": null,
25847
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
25848
+ "solar_diffusing": null,
25849
+ "material_standard": null,
25850
+ "material_standard_source": null,
25851
+ "code_category": null,
25852
+ "code_identifier": null,
25853
+ "framing_material": null,
25854
+ "framing_configuration": null,
25855
+ "framing_depth": null,
25856
+ "framing_size": null,
25857
+ "cavity_insulation": null,
25858
+ "sort": null
25859
+ },
25353
25860
  {
25354
25861
  "name": "Pulpboard or paper plaster - 1/2 in.",
25355
25862
  "material_type": "StandardOpaqueMaterial",
@@ -25428,6 +25935,162 @@
25428
25935
  "cavity_insulation": null,
25429
25936
  "sort": 514.0
25430
25937
  },
25938
+ {
25939
+ "name": "R1_R14.20",
25940
+ "material_type": "StandardOpaqueMaterial",
25941
+ "roughness": "Smooth",
25942
+ "thickness": 2.24,
25943
+ "conductivity": 0.02,
25944
+ "resistance": 14.2,
25945
+ "density": 1.0,
25946
+ "specific_heat": 0.27,
25947
+ "thermal_absorptance": 0.9,
25948
+ "solar_absorptance": 0.7,
25949
+ "visible_absorptance": 0.8,
25950
+ "gas_type": null,
25951
+ "u_factor": null,
25952
+ "solar_heat_gain_coefficient": null,
25953
+ "visible_transmittance": null,
25954
+ "optical_data_type": null,
25955
+ "solar_transmittance_at_normal_incidence": null,
25956
+ "front_side_solar_reflectance_at_normal_incidence": null,
25957
+ "back_side_solar_reflectance_at_normal_incidence": null,
25958
+ "visible_transmittance_at_normal_incidence": null,
25959
+ "front_side_visible_reflectance_at_normal_incidence": null,
25960
+ "back_side_visible_reflectance_at_normal_incidence": null,
25961
+ "infrared_transmittance_at_normal_incidence": null,
25962
+ "front_side_infrared_hemispherical_emissivity": null,
25963
+ "back_side_infrared_hemispherical_emissivity": null,
25964
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
25965
+ "solar_diffusing": null,
25966
+ "material_standard": null,
25967
+ "material_standard_source": null,
25968
+ "code_category": null,
25969
+ "code_identifier": null,
25970
+ "framing_material": null,
25971
+ "framing_configuration": null,
25972
+ "framing_depth": null,
25973
+ "framing_size": null,
25974
+ "cavity_insulation": null,
25975
+ "sort": null
25976
+ },
25977
+ {
25978
+ "name": "R2_R12.90",
25979
+ "material_type": "StandardOpaqueMaterial",
25980
+ "roughness": "Smooth",
25981
+ "thickness": 2.24,
25982
+ "conductivity": 0.02,
25983
+ "resistance": 12.9,
25984
+ "density": 1.0,
25985
+ "specific_heat": 0.27,
25986
+ "thermal_absorptance": 0.9,
25987
+ "solar_absorptance": 0.7,
25988
+ "visible_absorptance": 0.8,
25989
+ "gas_type": null,
25990
+ "u_factor": null,
25991
+ "solar_heat_gain_coefficient": null,
25992
+ "visible_transmittance": null,
25993
+ "optical_data_type": null,
25994
+ "solar_transmittance_at_normal_incidence": null,
25995
+ "front_side_solar_reflectance_at_normal_incidence": null,
25996
+ "back_side_solar_reflectance_at_normal_incidence": null,
25997
+ "visible_transmittance_at_normal_incidence": null,
25998
+ "front_side_visible_reflectance_at_normal_incidence": null,
25999
+ "back_side_visible_reflectance_at_normal_incidence": null,
26000
+ "infrared_transmittance_at_normal_incidence": null,
26001
+ "front_side_infrared_hemispherical_emissivity": null,
26002
+ "back_side_infrared_hemispherical_emissivity": null,
26003
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
26004
+ "solar_diffusing": null,
26005
+ "material_standard": null,
26006
+ "material_standard_source": null,
26007
+ "code_category": null,
26008
+ "code_identifier": null,
26009
+ "framing_material": null,
26010
+ "framing_configuration": null,
26011
+ "framing_depth": null,
26012
+ "framing_size": null,
26013
+ "cavity_insulation": null,
26014
+ "sort": null
26015
+ },
26016
+ {
26017
+ "name": "R3_R17.74",
26018
+ "material_type": "StandardOpaqueMaterial",
26019
+ "roughness": "Smooth",
26020
+ "thickness": 2.24,
26021
+ "conductivity": 0.02,
26022
+ "resistance": 17.74,
26023
+ "density": 1.0,
26024
+ "specific_heat": 0.27,
26025
+ "thermal_absorptance": 0.9,
26026
+ "solar_absorptance": 0.7,
26027
+ "visible_absorptance": 0.8,
26028
+ "gas_type": null,
26029
+ "u_factor": null,
26030
+ "solar_heat_gain_coefficient": null,
26031
+ "visible_transmittance": null,
26032
+ "optical_data_type": null,
26033
+ "solar_transmittance_at_normal_incidence": null,
26034
+ "front_side_solar_reflectance_at_normal_incidence": null,
26035
+ "back_side_solar_reflectance_at_normal_incidence": null,
26036
+ "visible_transmittance_at_normal_incidence": null,
26037
+ "front_side_visible_reflectance_at_normal_incidence": null,
26038
+ "back_side_visible_reflectance_at_normal_incidence": null,
26039
+ "infrared_transmittance_at_normal_incidence": null,
26040
+ "front_side_infrared_hemispherical_emissivity": null,
26041
+ "back_side_infrared_hemispherical_emissivity": null,
26042
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
26043
+ "solar_diffusing": null,
26044
+ "material_standard": null,
26045
+ "material_standard_source": null,
26046
+ "code_category": null,
26047
+ "code_identifier": null,
26048
+ "framing_material": null,
26049
+ "framing_configuration": null,
26050
+ "framing_depth": null,
26051
+ "framing_size": null,
26052
+ "cavity_insulation": null,
26053
+ "sort": null
26054
+ },
26055
+ {
26056
+ "name": "R4_R20.28",
26057
+ "material_type": "StandardOpaqueMaterial",
26058
+ "roughness": "Smooth",
26059
+ "thickness": 2.24,
26060
+ "conductivity": 0.02,
26061
+ "resistance": 20.28,
26062
+ "density": 1.0,
26063
+ "specific_heat": 0.27,
26064
+ "thermal_absorptance": 0.9,
26065
+ "solar_absorptance": 0.7,
26066
+ "visible_absorptance": 0.8,
26067
+ "gas_type": null,
26068
+ "u_factor": null,
26069
+ "solar_heat_gain_coefficient": null,
26070
+ "visible_transmittance": null,
26071
+ "optical_data_type": null,
26072
+ "solar_transmittance_at_normal_incidence": null,
26073
+ "front_side_solar_reflectance_at_normal_incidence": null,
26074
+ "back_side_solar_reflectance_at_normal_incidence": null,
26075
+ "visible_transmittance_at_normal_incidence": null,
26076
+ "front_side_visible_reflectance_at_normal_incidence": null,
26077
+ "back_side_visible_reflectance_at_normal_incidence": null,
26078
+ "infrared_transmittance_at_normal_incidence": null,
26079
+ "front_side_infrared_hemispherical_emissivity": null,
26080
+ "back_side_infrared_hemispherical_emissivity": null,
26081
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
26082
+ "solar_diffusing": null,
26083
+ "material_standard": null,
26084
+ "material_standard_source": null,
26085
+ "code_category": null,
26086
+ "code_identifier": null,
26087
+ "framing_material": null,
26088
+ "framing_configuration": null,
26089
+ "framing_depth": null,
26090
+ "framing_size": null,
26091
+ "cavity_insulation": null,
26092
+ "sort": null
26093
+ },
25431
26094
  {
25432
26095
  "name": "REF A CLEAR LO 6MM",
25433
26096
  "material_type": "StandardGlazing",
@@ -25857,6 +26520,123 @@
25857
26520
  "cavity_insulation": null,
25858
26521
  "sort": 1347.0
25859
26522
  },
26523
+ {
26524
+ "name": "R_R30",
26525
+ "material_type": "StandardOpaqueMaterial",
26526
+ "roughness": "Smooth",
26527
+ "thickness": 2.24,
26528
+ "conductivity": 0.02,
26529
+ "resistance": 30.0,
26530
+ "density": 1.0,
26531
+ "specific_heat": 0.27,
26532
+ "thermal_absorptance": 0.9,
26533
+ "solar_absorptance": 0.7,
26534
+ "visible_absorptance": 0.8,
26535
+ "gas_type": null,
26536
+ "u_factor": null,
26537
+ "solar_heat_gain_coefficient": null,
26538
+ "visible_transmittance": null,
26539
+ "optical_data_type": null,
26540
+ "solar_transmittance_at_normal_incidence": null,
26541
+ "front_side_solar_reflectance_at_normal_incidence": null,
26542
+ "back_side_solar_reflectance_at_normal_incidence": null,
26543
+ "visible_transmittance_at_normal_incidence": null,
26544
+ "front_side_visible_reflectance_at_normal_incidence": null,
26545
+ "back_side_visible_reflectance_at_normal_incidence": null,
26546
+ "infrared_transmittance_at_normal_incidence": null,
26547
+ "front_side_infrared_hemispherical_emissivity": null,
26548
+ "back_side_infrared_hemispherical_emissivity": null,
26549
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
26550
+ "solar_diffusing": null,
26551
+ "material_standard": null,
26552
+ "material_standard_source": null,
26553
+ "code_category": null,
26554
+ "code_identifier": null,
26555
+ "framing_material": null,
26556
+ "framing_configuration": null,
26557
+ "framing_depth": null,
26558
+ "framing_size": null,
26559
+ "cavity_insulation": null,
26560
+ "sort": null
26561
+ },
26562
+ {
26563
+ "name": "R_R38",
26564
+ "material_type": "StandardOpaqueMaterial",
26565
+ "roughness": "Smooth",
26566
+ "thickness": 2.24,
26567
+ "conductivity": 0.02,
26568
+ "resistance": 38.0,
26569
+ "density": 1.0,
26570
+ "specific_heat": 0.27,
26571
+ "thermal_absorptance": 0.9,
26572
+ "solar_absorptance": 0.7,
26573
+ "visible_absorptance": 0.8,
26574
+ "gas_type": null,
26575
+ "u_factor": null,
26576
+ "solar_heat_gain_coefficient": null,
26577
+ "visible_transmittance": null,
26578
+ "optical_data_type": null,
26579
+ "solar_transmittance_at_normal_incidence": null,
26580
+ "front_side_solar_reflectance_at_normal_incidence": null,
26581
+ "back_side_solar_reflectance_at_normal_incidence": null,
26582
+ "visible_transmittance_at_normal_incidence": null,
26583
+ "front_side_visible_reflectance_at_normal_incidence": null,
26584
+ "back_side_visible_reflectance_at_normal_incidence": null,
26585
+ "infrared_transmittance_at_normal_incidence": null,
26586
+ "front_side_infrared_hemispherical_emissivity": null,
26587
+ "back_side_infrared_hemispherical_emissivity": null,
26588
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
26589
+ "solar_diffusing": null,
26590
+ "material_standard": null,
26591
+ "material_standard_source": null,
26592
+ "code_category": null,
26593
+ "code_identifier": null,
26594
+ "framing_material": null,
26595
+ "framing_configuration": null,
26596
+ "framing_depth": null,
26597
+ "framing_size": null,
26598
+ "cavity_insulation": null,
26599
+ "sort": null
26600
+ },
26601
+ {
26602
+ "name": "R_T24_2013_24.86",
26603
+ "material_type": "StandardOpaqueMaterial",
26604
+ "roughness": "Smooth",
26605
+ "thickness": 2.24,
26606
+ "conductivity": 0.02,
26607
+ "resistance": 24.86,
26608
+ "density": 1.0,
26609
+ "specific_heat": 0.27,
26610
+ "thermal_absorptance": 0.9,
26611
+ "solar_absorptance": 0.7,
26612
+ "visible_absorptance": 0.8,
26613
+ "gas_type": null,
26614
+ "u_factor": null,
26615
+ "solar_heat_gain_coefficient": null,
26616
+ "visible_transmittance": null,
26617
+ "optical_data_type": null,
26618
+ "solar_transmittance_at_normal_incidence": null,
26619
+ "front_side_solar_reflectance_at_normal_incidence": null,
26620
+ "back_side_solar_reflectance_at_normal_incidence": null,
26621
+ "visible_transmittance_at_normal_incidence": null,
26622
+ "front_side_visible_reflectance_at_normal_incidence": null,
26623
+ "back_side_visible_reflectance_at_normal_incidence": null,
26624
+ "infrared_transmittance_at_normal_incidence": null,
26625
+ "front_side_infrared_hemispherical_emissivity": null,
26626
+ "back_side_infrared_hemispherical_emissivity": null,
26627
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
26628
+ "solar_diffusing": null,
26629
+ "material_standard": null,
26630
+ "material_standard_source": null,
26631
+ "code_category": null,
26632
+ "code_identifier": null,
26633
+ "framing_material": null,
26634
+ "framing_configuration": null,
26635
+ "framing_depth": null,
26636
+ "framing_size": null,
26637
+ "cavity_insulation": null,
26638
+ "sort": null
26639
+ },
25860
26640
  {
25861
26641
  "name": "Rammed Earth",
25862
26642
  "material_type": "StandardOpaqueMaterial",
@@ -27539,8 +28319,8 @@
27539
28319
  "material_type": "StandardOpaqueMaterial",
27540
28320
  "roughness": "Smooth",
27541
28321
  "thickness": 6.5,
27542
- "conductivity": 0.30216,
27543
- "resistance": 21.51178184,
28322
+ "conductivity": 0.33696,
28323
+ "resistance": 19.29012346,
27544
28324
  "density": 7.15,
27545
28325
  "specific_heat": 0.3,
27546
28326
  "thermal_absorptance": null,
@@ -27564,22 +28344,22 @@
27564
28344
  "solar_diffusing": null,
27565
28345
  "material_standard": "CEC Title24-2013",
27566
28346
  "material_standard_source": "JA4-10",
27567
- "code_category": "SIPS Roof",
28347
+ "code_category": "SIPS Wall",
27568
28348
  "code_identifier": "SIPS - R22 - I joist Spline - 6 1/2 in.",
27569
28349
  "framing_material": null,
27570
28350
  "framing_configuration": null,
27571
28351
  "framing_depth": null,
27572
28352
  "framing_size": null,
27573
28353
  "cavity_insulation": null,
27574
- "sort": 727.0
28354
+ "sort": 757.0
27575
28355
  },
27576
28356
  {
27577
28357
  "name": "SIPS - R22 - I joist Spline - 6 1/2 in.",
27578
28358
  "material_type": "StandardOpaqueMaterial",
27579
28359
  "roughness": "Smooth",
27580
28360
  "thickness": 6.5,
27581
- "conductivity": 0.33696,
27582
- "resistance": 19.29012346,
28361
+ "conductivity": 0.30216,
28362
+ "resistance": 21.51178184,
27583
28363
  "density": 7.15,
27584
28364
  "specific_heat": 0.3,
27585
28365
  "thermal_absorptance": null,
@@ -27603,14 +28383,14 @@
27603
28383
  "solar_diffusing": null,
27604
28384
  "material_standard": "CEC Title24-2013",
27605
28385
  "material_standard_source": "JA4-10",
27606
- "code_category": "SIPS Wall",
28386
+ "code_category": "SIPS Roof",
27607
28387
  "code_identifier": "SIPS - R22 - I joist Spline - 6 1/2 in.",
27608
28388
  "framing_material": null,
27609
28389
  "framing_configuration": null,
27610
28390
  "framing_depth": null,
27611
28391
  "framing_size": null,
27612
28392
  "cavity_insulation": null,
27613
- "sort": 757.0
28393
+ "sort": 727.0
27614
28394
  },
27615
28395
  {
27616
28396
  "name": "SIPS - R22 - Metal Spline - 48 in.",
@@ -28241,8 +29021,8 @@
28241
29021
  "material_type": "StandardOpaqueMaterial",
28242
29022
  "roughness": "Smooth",
28243
29023
  "thickness": 6.5,
28244
- "conductivity": 0.247679999999999,
28245
- "resistance": 26.24354005,
29024
+ "conductivity": 0.212999999999999,
29025
+ "resistance": 30.51643192,
28246
29026
  "density": 7.15,
28247
29027
  "specific_heat": 0.3,
28248
29028
  "thermal_absorptance": null,
@@ -28266,22 +29046,22 @@
28266
29046
  "solar_diffusing": null,
28267
29047
  "material_standard": "CEC Title24-2013",
28268
29048
  "material_standard_source": "JA4-10",
28269
- "code_category": "SIPS Wall",
29049
+ "code_category": "SIPS Roof",
28270
29050
  "code_identifier": "SIPS - R33 - I joist Spline - 6 1/2 in.",
28271
29051
  "framing_material": null,
28272
29052
  "framing_configuration": null,
28273
29053
  "framing_depth": null,
28274
29054
  "framing_size": null,
28275
29055
  "cavity_insulation": null,
28276
- "sort": 758.0
29056
+ "sort": 728.0
28277
29057
  },
28278
29058
  {
28279
29059
  "name": "SIPS - R33 - I joist Spline - 6 1/2 in.",
28280
29060
  "material_type": "StandardOpaqueMaterial",
28281
29061
  "roughness": "Smooth",
28282
29062
  "thickness": 6.5,
28283
- "conductivity": 0.212999999999999,
28284
- "resistance": 30.51643192,
29063
+ "conductivity": 0.247679999999999,
29064
+ "resistance": 26.24354005,
28285
29065
  "density": 7.15,
28286
29066
  "specific_heat": 0.3,
28287
29067
  "thermal_absorptance": null,
@@ -28305,14 +29085,14 @@
28305
29085
  "solar_diffusing": null,
28306
29086
  "material_standard": "CEC Title24-2013",
28307
29087
  "material_standard_source": "JA4-10",
28308
- "code_category": "SIPS Roof",
29088
+ "code_category": "SIPS Wall",
28309
29089
  "code_identifier": "SIPS - R33 - I joist Spline - 6 1/2 in.",
28310
29090
  "framing_material": null,
28311
29091
  "framing_configuration": null,
28312
29092
  "framing_depth": null,
28313
29093
  "framing_size": null,
28314
29094
  "cavity_insulation": null,
28315
- "sort": 728.0
29095
+ "sort": 758.0
28316
29096
  },
28317
29097
  {
28318
29098
  "name": "SIPS - R33 - OSB Spline - 6 1/2 in.",
@@ -28475,8 +29255,8 @@
28475
29255
  "material_type": "StandardOpaqueMaterial",
28476
29256
  "roughness": "Smooth",
28477
29257
  "thickness": 10.25,
28478
- "conductivity": 0.313079999999999,
28479
- "resistance": 32.73923598,
29258
+ "conductivity": 0.3792,
29259
+ "resistance": 27.03059072,
28480
29260
  "density": 4.9,
28481
29261
  "specific_heat": 0.29,
28482
29262
  "thermal_absorptance": null,
@@ -28500,22 +29280,22 @@
28500
29280
  "solar_diffusing": null,
28501
29281
  "material_standard": "CEC Title24-2013",
28502
29282
  "material_standard_source": "JA4-10",
28503
- "code_category": "SIPS Roof",
29283
+ "code_category": "SIPS Wall",
28504
29284
  "code_identifier": "SIPS - R36 - Double 2x Spline - 10 1/4 in.",
28505
29285
  "framing_material": null,
28506
29286
  "framing_configuration": null,
28507
29287
  "framing_depth": null,
28508
29288
  "framing_size": null,
28509
29289
  "cavity_insulation": null,
28510
- "sort": 742.0
29290
+ "sort": 776.0
28511
29291
  },
28512
29292
  {
28513
29293
  "name": "SIPS - R36 - Double 2x Spline - 10 1/4 in.",
28514
29294
  "material_type": "StandardOpaqueMaterial",
28515
29295
  "roughness": "Smooth",
28516
29296
  "thickness": 10.25,
28517
- "conductivity": 0.3792,
28518
- "resistance": 27.03059072,
29297
+ "conductivity": 0.313079999999999,
29298
+ "resistance": 32.73923598,
28519
29299
  "density": 4.9,
28520
29300
  "specific_heat": 0.29,
28521
29301
  "thermal_absorptance": null,
@@ -28539,22 +29319,22 @@
28539
29319
  "solar_diffusing": null,
28540
29320
  "material_standard": "CEC Title24-2013",
28541
29321
  "material_standard_source": "JA4-10",
28542
- "code_category": "SIPS Wall",
29322
+ "code_category": "SIPS Roof",
28543
29323
  "code_identifier": "SIPS - R36 - Double 2x Spline - 10 1/4 in.",
28544
29324
  "framing_material": null,
28545
29325
  "framing_configuration": null,
28546
29326
  "framing_depth": null,
28547
29327
  "framing_size": null,
28548
29328
  "cavity_insulation": null,
28549
- "sort": 776.0
29329
+ "sort": 742.0
28550
29330
  },
28551
29331
  {
28552
29332
  "name": "SIPS - R36 - I joist Spline - 10 1/4 in.",
28553
29333
  "material_type": "StandardOpaqueMaterial",
28554
29334
  "roughness": "Smooth",
28555
29335
  "thickness": 10.25,
28556
- "conductivity": 0.2904,
28557
- "resistance": 35.29614325,
29336
+ "conductivity": 0.32244,
29337
+ "resistance": 31.78885994,
28558
29338
  "density": 4.9,
28559
29339
  "specific_heat": 0.29,
28560
29340
  "thermal_absorptance": null,
@@ -28578,22 +29358,22 @@
28578
29358
  "solar_diffusing": null,
28579
29359
  "material_standard": "CEC Title24-2013",
28580
29360
  "material_standard_source": "JA4-10",
28581
- "code_category": "SIPS Roof",
29361
+ "code_category": "SIPS Wall",
28582
29362
  "code_identifier": "SIPS - R36 - I joist Spline - 10 1/4 in.",
28583
29363
  "framing_material": null,
28584
29364
  "framing_configuration": null,
28585
29365
  "framing_depth": null,
28586
29366
  "framing_size": null,
28587
29367
  "cavity_insulation": null,
28588
- "sort": 730.0
29368
+ "sort": 760.0
28589
29369
  },
28590
29370
  {
28591
29371
  "name": "SIPS - R36 - I joist Spline - 10 1/4 in.",
28592
29372
  "material_type": "StandardOpaqueMaterial",
28593
29373
  "roughness": "Smooth",
28594
29374
  "thickness": 10.25,
28595
- "conductivity": 0.32244,
28596
- "resistance": 31.78885994,
29375
+ "conductivity": 0.2904,
29376
+ "resistance": 35.29614325,
28597
29377
  "density": 4.9,
28598
29378
  "specific_heat": 0.29,
28599
29379
  "thermal_absorptance": null,
@@ -28617,14 +29397,14 @@
28617
29397
  "solar_diffusing": null,
28618
29398
  "material_standard": "CEC Title24-2013",
28619
29399
  "material_standard_source": "JA4-10",
28620
- "code_category": "SIPS Wall",
29400
+ "code_category": "SIPS Roof",
28621
29401
  "code_identifier": "SIPS - R36 - I joist Spline - 10 1/4 in.",
28622
29402
  "framing_material": null,
28623
29403
  "framing_configuration": null,
28624
29404
  "framing_depth": null,
28625
29405
  "framing_size": null,
28626
29406
  "cavity_insulation": null,
28627
- "sort": 760.0
29407
+ "sort": 730.0
28628
29408
  },
28629
29409
  {
28630
29410
  "name": "SIPS - R36 - Metal Spline - 48 in.",
@@ -28670,8 +29450,8 @@
28670
29450
  "material_type": "StandardOpaqueMaterial",
28671
29451
  "roughness": "Smooth",
28672
29452
  "thickness": 10.25,
28673
- "conductivity": 0.27756,
28674
- "resistance": 36.9289523,
29453
+ "conductivity": 0.27912,
29454
+ "resistance": 36.72255661,
28675
29455
  "density": 4.9,
28676
29456
  "specific_heat": 0.29,
28677
29457
  "thermal_absorptance": null,
@@ -28695,22 +29475,22 @@
28695
29475
  "solar_diffusing": null,
28696
29476
  "material_standard": "CEC Title24-2013",
28697
29477
  "material_standard_source": "JA4-10",
28698
- "code_category": "SIPS Wall",
29478
+ "code_category": "SIPS Roof",
28699
29479
  "code_identifier": "SIPS - R36 - OSB Spline - 10 1/4 in.",
28700
29480
  "framing_material": null,
28701
29481
  "framing_configuration": null,
28702
29482
  "framing_depth": null,
28703
29483
  "framing_size": null,
28704
29484
  "cavity_insulation": null,
28705
- "sort": 784.0
29485
+ "sort": 748.0
28706
29486
  },
28707
29487
  {
28708
29488
  "name": "SIPS - R36 - OSB Spline - 10 1/4 in.",
28709
29489
  "material_type": "StandardOpaqueMaterial",
28710
29490
  "roughness": "Smooth",
28711
29491
  "thickness": 10.25,
28712
- "conductivity": 0.27912,
28713
- "resistance": 36.72255661,
29492
+ "conductivity": 0.27756,
29493
+ "resistance": 36.9289523,
28714
29494
  "density": 4.9,
28715
29495
  "specific_heat": 0.29,
28716
29496
  "thermal_absorptance": null,
@@ -28734,14 +29514,14 @@
28734
29514
  "solar_diffusing": null,
28735
29515
  "material_standard": "CEC Title24-2013",
28736
29516
  "material_standard_source": "JA4-10",
28737
- "code_category": "SIPS Roof",
29517
+ "code_category": "SIPS Wall",
28738
29518
  "code_identifier": "SIPS - R36 - OSB Spline - 10 1/4 in.",
28739
29519
  "framing_material": null,
28740
29520
  "framing_configuration": null,
28741
29521
  "framing_depth": null,
28742
29522
  "framing_size": null,
28743
29523
  "cavity_insulation": null,
28744
- "sort": 748.0
29524
+ "sort": 784.0
28745
29525
  },
28746
29526
  {
28747
29527
  "name": "SIPS - R36 - Single 2x Spline - 10 1/4 in.",
@@ -28904,8 +29684,8 @@
28904
29684
  "material_type": "StandardOpaqueMaterial",
28905
29685
  "roughness": "Smooth",
28906
29686
  "thickness": 12.25,
28907
- "conductivity": 0.2802,
28908
- "resistance": 43.71877231,
29687
+ "conductivity": 0.31848,
29688
+ "resistance": 38.46395378,
28909
29689
  "density": 4.27,
28910
29690
  "specific_heat": 0.28,
28911
29691
  "thermal_absorptance": null,
@@ -28929,22 +29709,22 @@
28929
29709
  "solar_diffusing": null,
28930
29710
  "material_standard": "CEC Title24-2013",
28931
29711
  "material_standard_source": "JA4-10",
28932
- "code_category": "SIPS Roof",
29712
+ "code_category": "SIPS Wall",
28933
29713
  "code_identifier": "SIPS - R44 - I joist Spline - 12 1/4 in.",
28934
29714
  "framing_material": null,
28935
29715
  "framing_configuration": null,
28936
29716
  "framing_depth": null,
28937
29717
  "framing_size": null,
28938
29718
  "cavity_insulation": null,
28939
- "sort": 732.0
29719
+ "sort": 762.0
28940
29720
  },
28941
29721
  {
28942
29722
  "name": "SIPS - R44 - I joist Spline - 12 1/4 in.",
28943
29723
  "material_type": "StandardOpaqueMaterial",
28944
29724
  "roughness": "Smooth",
28945
29725
  "thickness": 12.25,
28946
- "conductivity": 0.31848,
28947
- "resistance": 38.46395378,
29726
+ "conductivity": 0.2802,
29727
+ "resistance": 43.71877231,
28948
29728
  "density": 4.27,
28949
29729
  "specific_heat": 0.28,
28950
29730
  "thermal_absorptance": null,
@@ -28968,14 +29748,14 @@
28968
29748
  "solar_diffusing": null,
28969
29749
  "material_standard": "CEC Title24-2013",
28970
29750
  "material_standard_source": "JA4-10",
28971
- "code_category": "SIPS Wall",
29751
+ "code_category": "SIPS Roof",
28972
29752
  "code_identifier": "SIPS - R44 - I joist Spline - 12 1/4 in.",
28973
29753
  "framing_material": null,
28974
29754
  "framing_configuration": null,
28975
29755
  "framing_depth": null,
28976
29756
  "framing_size": null,
28977
29757
  "cavity_insulation": null,
28978
- "sort": 762.0
29758
+ "sort": 732.0
28979
29759
  },
28980
29760
  {
28981
29761
  "name": "SIPS - R44 - OSB Spline - 12 1/4 in.",
@@ -29133,6 +29913,45 @@
29133
29913
  "cavity_insulation": null,
29134
29914
  "sort": 770.0
29135
29915
  },
29916
+ {
29917
+ "name": "SIPS - R55 - Double 2x Spline - 10 1/4 in.",
29918
+ "material_type": "StandardOpaqueMaterial",
29919
+ "roughness": "Smooth",
29920
+ "thickness": 10.25,
29921
+ "conductivity": 0.3,
29922
+ "resistance": 34.16666667,
29923
+ "density": 4.9,
29924
+ "specific_heat": 0.29,
29925
+ "thermal_absorptance": null,
29926
+ "solar_absorptance": null,
29927
+ "visible_absorptance": null,
29928
+ "gas_type": null,
29929
+ "u_factor": null,
29930
+ "solar_heat_gain_coefficient": null,
29931
+ "visible_transmittance": null,
29932
+ "optical_data_type": null,
29933
+ "solar_transmittance_at_normal_incidence": null,
29934
+ "front_side_solar_reflectance_at_normal_incidence": null,
29935
+ "back_side_solar_reflectance_at_normal_incidence": null,
29936
+ "visible_transmittance_at_normal_incidence": null,
29937
+ "front_side_visible_reflectance_at_normal_incidence": null,
29938
+ "back_side_visible_reflectance_at_normal_incidence": null,
29939
+ "infrared_transmittance_at_normal_incidence": null,
29940
+ "front_side_infrared_hemispherical_emissivity": null,
29941
+ "back_side_infrared_hemispherical_emissivity": null,
29942
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
29943
+ "solar_diffusing": null,
29944
+ "material_standard": "CEC Title24-2013",
29945
+ "material_standard_source": "JA4-10",
29946
+ "code_category": "SIPS Wall",
29947
+ "code_identifier": "SIPS - R55 - Double 2x Spline - 10 1/4 in.",
29948
+ "framing_material": null,
29949
+ "framing_configuration": null,
29950
+ "framing_depth": null,
29951
+ "framing_size": null,
29952
+ "cavity_insulation": null,
29953
+ "sort": 777.0
29954
+ },
29136
29955
  {
29137
29956
  "name": "SIPS - R55 - Double 2x Spline - 10 1/4 in.",
29138
29957
  "material_type": "StandardOpaqueMaterial",
@@ -29173,12 +29992,12 @@
29173
29992
  "sort": 743.0
29174
29993
  },
29175
29994
  {
29176
- "name": "SIPS - R55 - Double 2x Spline - 10 1/4 in.",
29995
+ "name": "SIPS - R55 - I joist Spline - 10 1/4 in.",
29177
29996
  "material_type": "StandardOpaqueMaterial",
29178
29997
  "roughness": "Smooth",
29179
29998
  "thickness": 10.25,
29180
- "conductivity": 0.3,
29181
- "resistance": 34.16666667,
29999
+ "conductivity": 0.2334,
30000
+ "resistance": 43.91602399,
29182
30001
  "density": 4.9,
29183
30002
  "specific_heat": 0.29,
29184
30003
  "thermal_absorptance": null,
@@ -29203,13 +30022,13 @@
29203
30022
  "material_standard": "CEC Title24-2013",
29204
30023
  "material_standard_source": "JA4-10",
29205
30024
  "code_category": "SIPS Wall",
29206
- "code_identifier": "SIPS - R55 - Double 2x Spline - 10 1/4 in.",
30025
+ "code_identifier": "SIPS - R55 - I joist Spline - 10 1/4 in.",
29207
30026
  "framing_material": null,
29208
30027
  "framing_configuration": null,
29209
30028
  "framing_depth": null,
29210
30029
  "framing_size": null,
29211
30030
  "cavity_insulation": null,
29212
- "sort": 777.0
30031
+ "sort": 761.0
29213
30032
  },
29214
30033
  {
29215
30034
  "name": "SIPS - R55 - I joist Spline - 10 1/4 in.",
@@ -29251,12 +30070,12 @@
29251
30070
  "sort": 731.0
29252
30071
  },
29253
30072
  {
29254
- "name": "SIPS - R55 - I joist Spline - 10 1/4 in.",
30073
+ "name": "SIPS - R55 - OSB Spline - 10 1/4 in.",
29255
30074
  "material_type": "StandardOpaqueMaterial",
29256
30075
  "roughness": "Smooth",
29257
30076
  "thickness": 10.25,
29258
- "conductivity": 0.2334,
29259
- "resistance": 43.91602399,
30077
+ "conductivity": 0.21156,
30078
+ "resistance": 48.4496124,
29260
30079
  "density": 4.9,
29261
30080
  "specific_heat": 0.29,
29262
30081
  "thermal_absorptance": null,
@@ -29281,60 +30100,21 @@
29281
30100
  "material_standard": "CEC Title24-2013",
29282
30101
  "material_standard_source": "JA4-10",
29283
30102
  "code_category": "SIPS Wall",
29284
- "code_identifier": "SIPS - R55 - I joist Spline - 10 1/4 in.",
30103
+ "code_identifier": "SIPS - R55 - OSB Spline - 10 1/4 in.",
29285
30104
  "framing_material": null,
29286
30105
  "framing_configuration": null,
29287
30106
  "framing_depth": null,
29288
30107
  "framing_size": null,
29289
30108
  "cavity_insulation": null,
29290
- "sort": 761.0
30109
+ "sort": 785.0
29291
30110
  },
29292
30111
  {
29293
30112
  "name": "SIPS - R55 - OSB Spline - 10 1/4 in.",
29294
30113
  "material_type": "StandardOpaqueMaterial",
29295
30114
  "roughness": "Smooth",
29296
30115
  "thickness": 10.25,
29297
- "conductivity": 0.21156,
29298
- "resistance": 48.4496124,
29299
- "density": 4.9,
29300
- "specific_heat": 0.29,
29301
- "thermal_absorptance": null,
29302
- "solar_absorptance": null,
29303
- "visible_absorptance": null,
29304
- "gas_type": null,
29305
- "u_factor": null,
29306
- "solar_heat_gain_coefficient": null,
29307
- "visible_transmittance": null,
29308
- "optical_data_type": null,
29309
- "solar_transmittance_at_normal_incidence": null,
29310
- "front_side_solar_reflectance_at_normal_incidence": null,
29311
- "back_side_solar_reflectance_at_normal_incidence": null,
29312
- "visible_transmittance_at_normal_incidence": null,
29313
- "front_side_visible_reflectance_at_normal_incidence": null,
29314
- "back_side_visible_reflectance_at_normal_incidence": null,
29315
- "infrared_transmittance_at_normal_incidence": null,
29316
- "front_side_infrared_hemispherical_emissivity": null,
29317
- "back_side_infrared_hemispherical_emissivity": null,
29318
- "dirt_correction_factor_for_solar_and_visible_transmittance": null,
29319
- "solar_diffusing": null,
29320
- "material_standard": "CEC Title24-2013",
29321
- "material_standard_source": "JA4-10",
29322
- "code_category": "SIPS Wall",
29323
- "code_identifier": "SIPS - R55 - OSB Spline - 10 1/4 in.",
29324
- "framing_material": null,
29325
- "framing_configuration": null,
29326
- "framing_depth": null,
29327
- "framing_size": null,
29328
- "cavity_insulation": null,
29329
- "sort": 785.0
29330
- },
29331
- {
29332
- "name": "SIPS - R55 - OSB Spline - 10 1/4 in.",
29333
- "material_type": "StandardOpaqueMaterial",
29334
- "roughness": "Smooth",
29335
- "thickness": 10.25,
29336
- "conductivity": 0.179519999999999,
29337
- "resistance": 57.09670232,
30116
+ "conductivity": 0.179519999999999,
30117
+ "resistance": 57.09670232,
29338
30118
  "density": 4.9,
29339
30119
  "specific_heat": 0.29,
29340
30120
  "thermal_absorptance": null,
@@ -31083,6 +31863,45 @@
31083
31863
  "cavity_insulation": null,
31084
31864
  "sort": 1210.0
31085
31865
  },
31866
+ {
31867
+ "name": "Std Wood 6inch Furnishings",
31868
+ "material_type": "StandardOpaqueMaterial",
31869
+ "roughness": "MediumSmooth",
31870
+ "thickness": 5.91,
31871
+ "conductivity": 0.12,
31872
+ "resistance": null,
31873
+ "density": 33.71,
31874
+ "specific_heat": 0.29,
31875
+ "thermal_absorptance": 0.9,
31876
+ "solar_absorptance": 0.7,
31877
+ "visible_absorptance": 0.7,
31878
+ "gas_type": null,
31879
+ "u_factor": null,
31880
+ "solar_heat_gain_coefficient": null,
31881
+ "visible_transmittance": null,
31882
+ "optical_data_type": null,
31883
+ "solar_transmittance_at_normal_incidence": null,
31884
+ "front_side_solar_reflectance_at_normal_incidence": null,
31885
+ "back_side_solar_reflectance_at_normal_incidence": null,
31886
+ "visible_transmittance_at_normal_incidence": null,
31887
+ "front_side_visible_reflectance_at_normal_incidence": null,
31888
+ "back_side_visible_reflectance_at_normal_incidence": null,
31889
+ "infrared_transmittance_at_normal_incidence": null,
31890
+ "front_side_infrared_hemispherical_emissivity": null,
31891
+ "back_side_infrared_hemispherical_emissivity": null,
31892
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
31893
+ "solar_diffusing": null,
31894
+ "material_standard": null,
31895
+ "material_standard_source": null,
31896
+ "code_category": null,
31897
+ "code_identifier": null,
31898
+ "framing_material": null,
31899
+ "framing_configuration": null,
31900
+ "framing_depth": null,
31901
+ "framing_size": null,
31902
+ "cavity_insulation": null,
31903
+ "sort": null
31904
+ },
31086
31905
  {
31087
31906
  "name": "Steel Frame NonRes Wall Insulation-0.73",
31088
31907
  "material_type": "StandardOpaqueMaterial",
@@ -32292,6 +33111,45 @@
32292
33111
  "cavity_insulation": null,
32293
33112
  "sort": 681.0
32294
33113
  },
33114
+ {
33115
+ "name": "Stucco - 7/8 in.",
33116
+ "material_type": "StandardOpaqueMaterial",
33117
+ "roughness": "MediumRough",
33118
+ "thickness": 0.88,
33119
+ "conductivity": 0.7,
33120
+ "resistance": null,
33121
+ "density": 115.81,
33122
+ "specific_heat": 0.2,
33123
+ "thermal_absorptance": 0.9,
33124
+ "solar_absorptance": 0.7,
33125
+ "visible_absorptance": 0.8,
33126
+ "gas_type": null,
33127
+ "u_factor": null,
33128
+ "solar_heat_gain_coefficient": null,
33129
+ "visible_transmittance": null,
33130
+ "optical_data_type": null,
33131
+ "solar_transmittance_at_normal_incidence": null,
33132
+ "front_side_solar_reflectance_at_normal_incidence": null,
33133
+ "back_side_solar_reflectance_at_normal_incidence": null,
33134
+ "visible_transmittance_at_normal_incidence": null,
33135
+ "front_side_visible_reflectance_at_normal_incidence": null,
33136
+ "back_side_visible_reflectance_at_normal_incidence": null,
33137
+ "infrared_transmittance_at_normal_incidence": null,
33138
+ "front_side_infrared_hemispherical_emissivity": null,
33139
+ "back_side_infrared_hemispherical_emissivity": null,
33140
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
33141
+ "solar_diffusing": null,
33142
+ "material_standard": null,
33143
+ "material_standard_source": null,
33144
+ "code_category": null,
33145
+ "code_identifier": null,
33146
+ "framing_material": null,
33147
+ "framing_configuration": null,
33148
+ "framing_depth": null,
33149
+ "framing_size": null,
33150
+ "cavity_insulation": null,
33151
+ "sort": null
33152
+ },
32295
33153
  {
32296
33154
  "name": "Synthetic Stucco - EIFS finish - 1 in.",
32297
33155
  "material_type": "StandardOpaqueMaterial",
@@ -32322,14 +33180,14 @@
32322
33180
  "solar_diffusing": null,
32323
33181
  "material_standard": "CEC Title24-2013",
32324
33182
  "material_standard_source": "AEC",
32325
- "code_category": "Bldg Board and Siding",
33183
+ "code_category": "Masonry Materials",
32326
33184
  "code_identifier": "Synthetic Stucco - EIFS finish - 1 in.",
32327
33185
  "framing_material": null,
32328
33186
  "framing_configuration": null,
32329
33187
  "framing_depth": null,
32330
33188
  "framing_size": null,
32331
33189
  "cavity_insulation": null,
32332
- "sort": 343.0
33190
+ "sort": 607.0
32333
33191
  },
32334
33192
  {
32335
33193
  "name": "Synthetic Stucco - EIFS finish - 1 in.",
@@ -32361,14 +33219,14 @@
32361
33219
  "solar_diffusing": null,
32362
33220
  "material_standard": "CEC Title24-2013",
32363
33221
  "material_standard_source": "AEC",
32364
- "code_category": "Plastering Materials",
33222
+ "code_category": "Bldg Board and Siding",
32365
33223
  "code_identifier": "Synthetic Stucco - EIFS finish - 1 in.",
32366
33224
  "framing_material": null,
32367
33225
  "framing_configuration": null,
32368
33226
  "framing_depth": null,
32369
33227
  "framing_size": null,
32370
33228
  "cavity_insulation": null,
32371
- "sort": 682.0
33229
+ "sort": 343.0
32372
33230
  },
32373
33231
  {
32374
33232
  "name": "Synthetic Stucco - EIFS finish - 1 in.",
@@ -32400,14 +33258,14 @@
32400
33258
  "solar_diffusing": null,
32401
33259
  "material_standard": "CEC Title24-2013",
32402
33260
  "material_standard_source": "AEC",
32403
- "code_category": "Masonry Materials",
33261
+ "code_category": "Plastering Materials",
32404
33262
  "code_identifier": "Synthetic Stucco - EIFS finish - 1 in.",
32405
33263
  "framing_material": null,
32406
33264
  "framing_configuration": null,
32407
33265
  "framing_depth": null,
32408
33266
  "framing_size": null,
32409
33267
  "cavity_insulation": null,
32410
- "sort": 607.0
33268
+ "sort": 682.0
32411
33269
  },
32412
33270
  {
32413
33271
  "name": "Terrazzo - 1 in.",
@@ -33112,7 +33970,865 @@
33112
33970
  "sort": null
33113
33971
  },
33114
33972
  {
33115
- "name": "U 0.58 SHGC 0.19 Simple Glazing",
33973
+ "name": "U 0.58 SHGC 0.19 Simple Glazing",
33974
+ "material_type": "SimpleGlazing",
33975
+ "roughness": null,
33976
+ "thickness": null,
33977
+ "conductivity": null,
33978
+ "resistance": null,
33979
+ "density": null,
33980
+ "specific_heat": null,
33981
+ "thermal_absorptance": null,
33982
+ "solar_absorptance": null,
33983
+ "visible_absorptance": null,
33984
+ "gas_type": null,
33985
+ "u_factor": 0.58,
33986
+ "solar_heat_gain_coefficient": 0.19,
33987
+ "visible_transmittance": 0.15,
33988
+ "optical_data_type": null,
33989
+ "solar_transmittance_at_normal_incidence": null,
33990
+ "front_side_solar_reflectance_at_normal_incidence": null,
33991
+ "back_side_solar_reflectance_at_normal_incidence": null,
33992
+ "visible_transmittance_at_normal_incidence": null,
33993
+ "front_side_visible_reflectance_at_normal_incidence": null,
33994
+ "back_side_visible_reflectance_at_normal_incidence": null,
33995
+ "infrared_transmittance_at_normal_incidence": null,
33996
+ "front_side_infrared_hemispherical_emissivity": null,
33997
+ "back_side_infrared_hemispherical_emissivity": null,
33998
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
33999
+ "solar_diffusing": null,
34000
+ "material_standard": null,
34001
+ "material_standard_source": null,
34002
+ "code_category": null,
34003
+ "code_identifier": null,
34004
+ "framing_material": null,
34005
+ "framing_configuration": null,
34006
+ "framing_depth": null,
34007
+ "framing_size": null,
34008
+ "cavity_insulation": null,
34009
+ "sort": null
34010
+ },
34011
+ {
34012
+ "name": "U 0.58 SHGC 0.36 Simple Glazing",
34013
+ "material_type": "SimpleGlazing",
34014
+ "roughness": null,
34015
+ "thickness": null,
34016
+ "conductivity": null,
34017
+ "resistance": null,
34018
+ "density": null,
34019
+ "specific_heat": null,
34020
+ "thermal_absorptance": null,
34021
+ "solar_absorptance": null,
34022
+ "visible_absorptance": null,
34023
+ "gas_type": null,
34024
+ "u_factor": 0.58,
34025
+ "solar_heat_gain_coefficient": 0.36,
34026
+ "visible_transmittance": 0.25,
34027
+ "optical_data_type": null,
34028
+ "solar_transmittance_at_normal_incidence": null,
34029
+ "front_side_solar_reflectance_at_normal_incidence": null,
34030
+ "back_side_solar_reflectance_at_normal_incidence": null,
34031
+ "visible_transmittance_at_normal_incidence": null,
34032
+ "front_side_visible_reflectance_at_normal_incidence": null,
34033
+ "back_side_visible_reflectance_at_normal_incidence": null,
34034
+ "infrared_transmittance_at_normal_incidence": null,
34035
+ "front_side_infrared_hemispherical_emissivity": null,
34036
+ "back_side_infrared_hemispherical_emissivity": null,
34037
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34038
+ "solar_diffusing": null,
34039
+ "material_standard": null,
34040
+ "material_standard_source": null,
34041
+ "code_category": null,
34042
+ "code_identifier": null,
34043
+ "framing_material": null,
34044
+ "framing_configuration": null,
34045
+ "framing_depth": null,
34046
+ "framing_size": null,
34047
+ "cavity_insulation": null,
34048
+ "sort": null
34049
+ },
34050
+ {
34051
+ "name": "U 0.59 SHGC 0.36 Simple Glazing",
34052
+ "material_type": "SimpleGlazing",
34053
+ "roughness": null,
34054
+ "thickness": null,
34055
+ "conductivity": null,
34056
+ "resistance": null,
34057
+ "density": null,
34058
+ "specific_heat": null,
34059
+ "thermal_absorptance": null,
34060
+ "solar_absorptance": null,
34061
+ "visible_absorptance": null,
34062
+ "gas_type": null,
34063
+ "u_factor": 0.59,
34064
+ "solar_heat_gain_coefficient": 0.36,
34065
+ "visible_transmittance": 0.27,
34066
+ "optical_data_type": null,
34067
+ "solar_transmittance_at_normal_incidence": null,
34068
+ "front_side_solar_reflectance_at_normal_incidence": null,
34069
+ "back_side_solar_reflectance_at_normal_incidence": null,
34070
+ "visible_transmittance_at_normal_incidence": null,
34071
+ "front_side_visible_reflectance_at_normal_incidence": null,
34072
+ "back_side_visible_reflectance_at_normal_incidence": null,
34073
+ "infrared_transmittance_at_normal_incidence": null,
34074
+ "front_side_infrared_hemispherical_emissivity": null,
34075
+ "back_side_infrared_hemispherical_emissivity": null,
34076
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34077
+ "solar_diffusing": null,
34078
+ "material_standard": null,
34079
+ "material_standard_source": null,
34080
+ "code_category": null,
34081
+ "code_identifier": null,
34082
+ "framing_material": null,
34083
+ "framing_configuration": null,
34084
+ "framing_depth": null,
34085
+ "framing_size": null,
34086
+ "cavity_insulation": null,
34087
+ "sort": null
34088
+ },
34089
+ {
34090
+ "name": "U 0.59 SHGC 0.39 Simple Glazing",
34091
+ "material_type": "SimpleGlazing",
34092
+ "roughness": null,
34093
+ "thickness": null,
34094
+ "conductivity": null,
34095
+ "resistance": null,
34096
+ "density": null,
34097
+ "specific_heat": null,
34098
+ "thermal_absorptance": null,
34099
+ "solar_absorptance": null,
34100
+ "visible_absorptance": null,
34101
+ "gas_type": null,
34102
+ "u_factor": 0.59,
34103
+ "solar_heat_gain_coefficient": 0.39,
34104
+ "visible_transmittance": 0.31,
34105
+ "optical_data_type": null,
34106
+ "solar_transmittance_at_normal_incidence": null,
34107
+ "front_side_solar_reflectance_at_normal_incidence": null,
34108
+ "back_side_solar_reflectance_at_normal_incidence": null,
34109
+ "visible_transmittance_at_normal_incidence": null,
34110
+ "front_side_visible_reflectance_at_normal_incidence": null,
34111
+ "back_side_visible_reflectance_at_normal_incidence": null,
34112
+ "infrared_transmittance_at_normal_incidence": null,
34113
+ "front_side_infrared_hemispherical_emissivity": null,
34114
+ "back_side_infrared_hemispherical_emissivity": null,
34115
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34116
+ "solar_diffusing": null,
34117
+ "material_standard": null,
34118
+ "material_standard_source": null,
34119
+ "code_category": null,
34120
+ "code_identifier": null,
34121
+ "framing_material": null,
34122
+ "framing_configuration": null,
34123
+ "framing_depth": null,
34124
+ "framing_size": null,
34125
+ "cavity_insulation": null,
34126
+ "sort": null
34127
+ },
34128
+ {
34129
+ "name": "U 0.61 SHGC 0.77 Simple Glazing",
34130
+ "material_type": "SimpleGlazing",
34131
+ "roughness": null,
34132
+ "thickness": null,
34133
+ "conductivity": null,
34134
+ "resistance": null,
34135
+ "density": null,
34136
+ "specific_heat": null,
34137
+ "thermal_absorptance": null,
34138
+ "solar_absorptance": null,
34139
+ "visible_absorptance": null,
34140
+ "gas_type": null,
34141
+ "u_factor": 0.61,
34142
+ "solar_heat_gain_coefficient": 0.77,
34143
+ "visible_transmittance": 0.6,
34144
+ "optical_data_type": null,
34145
+ "solar_transmittance_at_normal_incidence": null,
34146
+ "front_side_solar_reflectance_at_normal_incidence": null,
34147
+ "back_side_solar_reflectance_at_normal_incidence": null,
34148
+ "visible_transmittance_at_normal_incidence": null,
34149
+ "front_side_visible_reflectance_at_normal_incidence": null,
34150
+ "back_side_visible_reflectance_at_normal_incidence": null,
34151
+ "infrared_transmittance_at_normal_incidence": null,
34152
+ "front_side_infrared_hemispherical_emissivity": null,
34153
+ "back_side_infrared_hemispherical_emissivity": null,
34154
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34155
+ "solar_diffusing": null,
34156
+ "material_standard": null,
34157
+ "material_standard_source": null,
34158
+ "code_category": null,
34159
+ "code_identifier": null,
34160
+ "framing_material": null,
34161
+ "framing_configuration": null,
34162
+ "framing_depth": null,
34163
+ "framing_size": null,
34164
+ "cavity_insulation": null,
34165
+ "sort": null
34166
+ },
34167
+ {
34168
+ "name": "U 0.62 SHGC 0.41 Simple Glazing",
34169
+ "material_type": "SimpleGlazing",
34170
+ "roughness": 1.22,
34171
+ "thickness": 0.54,
34172
+ "conductivity": 0.38,
34173
+ "resistance": null,
34174
+ "density": null,
34175
+ "specific_heat": null,
34176
+ "thermal_absorptance": null,
34177
+ "solar_absorptance": null,
34178
+ "visible_absorptance": null,
34179
+ "gas_type": null,
34180
+ "u_factor": 0.62,
34181
+ "solar_heat_gain_coefficient": 0.41,
34182
+ "visible_transmittance": 0.32,
34183
+ "optical_data_type": null,
34184
+ "solar_transmittance_at_normal_incidence": null,
34185
+ "front_side_solar_reflectance_at_normal_incidence": null,
34186
+ "back_side_solar_reflectance_at_normal_incidence": null,
34187
+ "visible_transmittance_at_normal_incidence": null,
34188
+ "front_side_visible_reflectance_at_normal_incidence": null,
34189
+ "back_side_visible_reflectance_at_normal_incidence": null,
34190
+ "infrared_transmittance_at_normal_incidence": null,
34191
+ "front_side_infrared_hemispherical_emissivity": null,
34192
+ "back_side_infrared_hemispherical_emissivity": null,
34193
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34194
+ "solar_diffusing": null,
34195
+ "material_standard": null,
34196
+ "material_standard_source": null,
34197
+ "code_category": null,
34198
+ "code_identifier": null,
34199
+ "framing_material": null,
34200
+ "framing_configuration": null,
34201
+ "framing_depth": null,
34202
+ "framing_size": null,
34203
+ "cavity_insulation": null,
34204
+ "sort": null
34205
+ },
34206
+ {
34207
+ "name": "U 0.65 SHGC 0.35 Simple Glazing",
34208
+ "material_type": "SimpleGlazing",
34209
+ "roughness": null,
34210
+ "thickness": null,
34211
+ "conductivity": null,
34212
+ "resistance": null,
34213
+ "density": null,
34214
+ "specific_heat": null,
34215
+ "thermal_absorptance": null,
34216
+ "solar_absorptance": null,
34217
+ "visible_absorptance": null,
34218
+ "gas_type": null,
34219
+ "u_factor": 0.65,
34220
+ "solar_heat_gain_coefficient": 0.35,
34221
+ "visible_transmittance": 0.25,
34222
+ "optical_data_type": null,
34223
+ "solar_transmittance_at_normal_incidence": null,
34224
+ "front_side_solar_reflectance_at_normal_incidence": null,
34225
+ "back_side_solar_reflectance_at_normal_incidence": null,
34226
+ "visible_transmittance_at_normal_incidence": null,
34227
+ "front_side_visible_reflectance_at_normal_incidence": null,
34228
+ "back_side_visible_reflectance_at_normal_incidence": null,
34229
+ "infrared_transmittance_at_normal_incidence": null,
34230
+ "front_side_infrared_hemispherical_emissivity": null,
34231
+ "back_side_infrared_hemispherical_emissivity": null,
34232
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34233
+ "solar_diffusing": null,
34234
+ "material_standard": null,
34235
+ "material_standard_source": null,
34236
+ "code_category": null,
34237
+ "code_identifier": null,
34238
+ "framing_material": null,
34239
+ "framing_configuration": null,
34240
+ "framing_depth": null,
34241
+ "framing_size": null,
34242
+ "cavity_insulation": null,
34243
+ "sort": null
34244
+ },
34245
+ {
34246
+ "name": "U 0.69 SHGC 0.19 Simple Glazing",
34247
+ "material_type": "SimpleGlazing",
34248
+ "roughness": null,
34249
+ "thickness": null,
34250
+ "conductivity": null,
34251
+ "resistance": null,
34252
+ "density": null,
34253
+ "specific_heat": null,
34254
+ "thermal_absorptance": null,
34255
+ "solar_absorptance": null,
34256
+ "visible_absorptance": null,
34257
+ "gas_type": null,
34258
+ "u_factor": 0.69,
34259
+ "solar_heat_gain_coefficient": 0.19,
34260
+ "visible_transmittance": 0.15,
34261
+ "optical_data_type": null,
34262
+ "solar_transmittance_at_normal_incidence": null,
34263
+ "front_side_solar_reflectance_at_normal_incidence": null,
34264
+ "back_side_solar_reflectance_at_normal_incidence": null,
34265
+ "visible_transmittance_at_normal_incidence": null,
34266
+ "front_side_visible_reflectance_at_normal_incidence": null,
34267
+ "back_side_visible_reflectance_at_normal_incidence": null,
34268
+ "infrared_transmittance_at_normal_incidence": null,
34269
+ "front_side_infrared_hemispherical_emissivity": null,
34270
+ "back_side_infrared_hemispherical_emissivity": null,
34271
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34272
+ "solar_diffusing": null,
34273
+ "material_standard": null,
34274
+ "material_standard_source": null,
34275
+ "code_category": null,
34276
+ "code_identifier": null,
34277
+ "framing_material": null,
34278
+ "framing_configuration": null,
34279
+ "framing_depth": null,
34280
+ "framing_size": null,
34281
+ "cavity_insulation": null,
34282
+ "sort": null
34283
+ },
34284
+ {
34285
+ "name": "U 0.69 SHGC 0.36 Simple Glazing",
34286
+ "material_type": "SimpleGlazing",
34287
+ "roughness": null,
34288
+ "thickness": null,
34289
+ "conductivity": null,
34290
+ "resistance": null,
34291
+ "density": null,
34292
+ "specific_heat": null,
34293
+ "thermal_absorptance": null,
34294
+ "solar_absorptance": null,
34295
+ "visible_absorptance": null,
34296
+ "gas_type": null,
34297
+ "u_factor": 0.69,
34298
+ "solar_heat_gain_coefficient": 0.36,
34299
+ "visible_transmittance": 0.23,
34300
+ "optical_data_type": null,
34301
+ "solar_transmittance_at_normal_incidence": null,
34302
+ "front_side_solar_reflectance_at_normal_incidence": null,
34303
+ "back_side_solar_reflectance_at_normal_incidence": null,
34304
+ "visible_transmittance_at_normal_incidence": null,
34305
+ "front_side_visible_reflectance_at_normal_incidence": null,
34306
+ "back_side_visible_reflectance_at_normal_incidence": null,
34307
+ "infrared_transmittance_at_normal_incidence": null,
34308
+ "front_side_infrared_hemispherical_emissivity": null,
34309
+ "back_side_infrared_hemispherical_emissivity": null,
34310
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34311
+ "solar_diffusing": null,
34312
+ "material_standard": null,
34313
+ "material_standard_source": null,
34314
+ "code_category": null,
34315
+ "code_identifier": null,
34316
+ "framing_material": null,
34317
+ "framing_configuration": null,
34318
+ "framing_depth": null,
34319
+ "framing_size": null,
34320
+ "cavity_insulation": null,
34321
+ "sort": null
34322
+ },
34323
+ {
34324
+ "name": "U 0.69 SHGC 0.39 Simple Glazing",
34325
+ "material_type": "SimpleGlazing",
34326
+ "roughness": null,
34327
+ "thickness": null,
34328
+ "conductivity": null,
34329
+ "resistance": null,
34330
+ "density": null,
34331
+ "specific_heat": null,
34332
+ "thermal_absorptance": null,
34333
+ "solar_absorptance": null,
34334
+ "visible_absorptance": null,
34335
+ "gas_type": null,
34336
+ "u_factor": 0.69,
34337
+ "solar_heat_gain_coefficient": 0.39,
34338
+ "visible_transmittance": 0.23,
34339
+ "optical_data_type": null,
34340
+ "solar_transmittance_at_normal_incidence": null,
34341
+ "front_side_solar_reflectance_at_normal_incidence": null,
34342
+ "back_side_solar_reflectance_at_normal_incidence": null,
34343
+ "visible_transmittance_at_normal_incidence": null,
34344
+ "front_side_visible_reflectance_at_normal_incidence": null,
34345
+ "back_side_visible_reflectance_at_normal_incidence": null,
34346
+ "infrared_transmittance_at_normal_incidence": null,
34347
+ "front_side_infrared_hemispherical_emissivity": null,
34348
+ "back_side_infrared_hemispherical_emissivity": null,
34349
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34350
+ "solar_diffusing": null,
34351
+ "material_standard": null,
34352
+ "material_standard_source": null,
34353
+ "code_category": null,
34354
+ "code_identifier": null,
34355
+ "framing_material": null,
34356
+ "framing_configuration": null,
34357
+ "framing_depth": null,
34358
+ "framing_size": null,
34359
+ "cavity_insulation": null,
34360
+ "sort": null
34361
+ },
34362
+ {
34363
+ "name": "U 0.69 SHGC 0.49 Simple Glazing",
34364
+ "material_type": "SimpleGlazing",
34365
+ "roughness": null,
34366
+ "thickness": null,
34367
+ "conductivity": null,
34368
+ "resistance": null,
34369
+ "density": null,
34370
+ "specific_heat": null,
34371
+ "thermal_absorptance": null,
34372
+ "solar_absorptance": null,
34373
+ "visible_absorptance": null,
34374
+ "gas_type": null,
34375
+ "u_factor": 0.69,
34376
+ "solar_heat_gain_coefficient": 0.49,
34377
+ "visible_transmittance": 0.38,
34378
+ "optical_data_type": null,
34379
+ "solar_transmittance_at_normal_incidence": null,
34380
+ "front_side_solar_reflectance_at_normal_incidence": null,
34381
+ "back_side_solar_reflectance_at_normal_incidence": null,
34382
+ "visible_transmittance_at_normal_incidence": null,
34383
+ "front_side_visible_reflectance_at_normal_incidence": null,
34384
+ "back_side_visible_reflectance_at_normal_incidence": null,
34385
+ "infrared_transmittance_at_normal_incidence": null,
34386
+ "front_side_infrared_hemispherical_emissivity": null,
34387
+ "back_side_infrared_hemispherical_emissivity": null,
34388
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34389
+ "solar_diffusing": null,
34390
+ "material_standard": null,
34391
+ "material_standard_source": null,
34392
+ "code_category": null,
34393
+ "code_identifier": null,
34394
+ "framing_material": null,
34395
+ "framing_configuration": null,
34396
+ "framing_depth": null,
34397
+ "framing_size": null,
34398
+ "cavity_insulation": null,
34399
+ "sort": null
34400
+ },
34401
+ {
34402
+ "name": "U 0.69 SHGC 0.64 Simple Glazing",
34403
+ "material_type": "SimpleGlazing",
34404
+ "roughness": null,
34405
+ "thickness": null,
34406
+ "conductivity": null,
34407
+ "resistance": null,
34408
+ "density": null,
34409
+ "specific_heat": null,
34410
+ "thermal_absorptance": null,
34411
+ "solar_absorptance": null,
34412
+ "visible_absorptance": null,
34413
+ "gas_type": null,
34414
+ "u_factor": 0.69,
34415
+ "solar_heat_gain_coefficient": 0.64,
34416
+ "visible_transmittance": 0.55,
34417
+ "optical_data_type": null,
34418
+ "solar_transmittance_at_normal_incidence": null,
34419
+ "front_side_solar_reflectance_at_normal_incidence": null,
34420
+ "back_side_solar_reflectance_at_normal_incidence": null,
34421
+ "visible_transmittance_at_normal_incidence": null,
34422
+ "front_side_visible_reflectance_at_normal_incidence": null,
34423
+ "back_side_visible_reflectance_at_normal_incidence": null,
34424
+ "infrared_transmittance_at_normal_incidence": null,
34425
+ "front_side_infrared_hemispherical_emissivity": null,
34426
+ "back_side_infrared_hemispherical_emissivity": null,
34427
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34428
+ "solar_diffusing": null,
34429
+ "material_standard": null,
34430
+ "material_standard_source": null,
34431
+ "code_category": null,
34432
+ "code_identifier": null,
34433
+ "framing_material": null,
34434
+ "framing_configuration": null,
34435
+ "framing_depth": null,
34436
+ "framing_size": null,
34437
+ "cavity_insulation": null,
34438
+ "sort": null
34439
+ },
34440
+ {
34441
+ "name": "U 0.69 SHGC 0.68 Simple Glazing",
34442
+ "material_type": "SimpleGlazing",
34443
+ "roughness": null,
34444
+ "thickness": null,
34445
+ "conductivity": null,
34446
+ "resistance": null,
34447
+ "density": null,
34448
+ "specific_heat": null,
34449
+ "thermal_absorptance": null,
34450
+ "solar_absorptance": null,
34451
+ "visible_absorptance": null,
34452
+ "gas_type": null,
34453
+ "u_factor": 0.69,
34454
+ "solar_heat_gain_coefficient": 0.68,
34455
+ "visible_transmittance": 0.55,
34456
+ "optical_data_type": null,
34457
+ "solar_transmittance_at_normal_incidence": null,
34458
+ "front_side_solar_reflectance_at_normal_incidence": null,
34459
+ "back_side_solar_reflectance_at_normal_incidence": null,
34460
+ "visible_transmittance_at_normal_incidence": null,
34461
+ "front_side_visible_reflectance_at_normal_incidence": null,
34462
+ "back_side_visible_reflectance_at_normal_incidence": null,
34463
+ "infrared_transmittance_at_normal_incidence": null,
34464
+ "front_side_infrared_hemispherical_emissivity": null,
34465
+ "back_side_infrared_hemispherical_emissivity": null,
34466
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34467
+ "solar_diffusing": null,
34468
+ "material_standard": null,
34469
+ "material_standard_source": null,
34470
+ "code_category": null,
34471
+ "code_identifier": null,
34472
+ "framing_material": null,
34473
+ "framing_configuration": null,
34474
+ "framing_depth": null,
34475
+ "framing_size": null,
34476
+ "cavity_insulation": null,
34477
+ "sort": null
34478
+ },
34479
+ {
34480
+ "name": "U 0.72 SHGC 0.25 Simple Glazing",
34481
+ "material_type": "SimpleGlazing",
34482
+ "roughness": null,
34483
+ "thickness": null,
34484
+ "conductivity": null,
34485
+ "resistance": null,
34486
+ "density": null,
34487
+ "specific_heat": null,
34488
+ "thermal_absorptance": null,
34489
+ "solar_absorptance": null,
34490
+ "visible_absorptance": null,
34491
+ "gas_type": null,
34492
+ "u_factor": 0.72,
34493
+ "solar_heat_gain_coefficient": 0.25,
34494
+ "visible_transmittance": 0.13,
34495
+ "optical_data_type": null,
34496
+ "solar_transmittance_at_normal_incidence": null,
34497
+ "front_side_solar_reflectance_at_normal_incidence": null,
34498
+ "back_side_solar_reflectance_at_normal_incidence": null,
34499
+ "visible_transmittance_at_normal_incidence": null,
34500
+ "front_side_visible_reflectance_at_normal_incidence": null,
34501
+ "back_side_visible_reflectance_at_normal_incidence": null,
34502
+ "infrared_transmittance_at_normal_incidence": null,
34503
+ "front_side_infrared_hemispherical_emissivity": null,
34504
+ "back_side_infrared_hemispherical_emissivity": null,
34505
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34506
+ "solar_diffusing": null,
34507
+ "material_standard": null,
34508
+ "material_standard_source": null,
34509
+ "code_category": null,
34510
+ "code_identifier": null,
34511
+ "framing_material": null,
34512
+ "framing_configuration": null,
34513
+ "framing_depth": null,
34514
+ "framing_size": null,
34515
+ "cavity_insulation": null,
34516
+ "sort": null
34517
+ },
34518
+ {
34519
+ "name": "U 0.72 SHGC 0.36 Simple Glazing",
34520
+ "material_type": "SimpleGlazing",
34521
+ "roughness": null,
34522
+ "thickness": null,
34523
+ "conductivity": null,
34524
+ "resistance": null,
34525
+ "density": null,
34526
+ "specific_heat": null,
34527
+ "thermal_absorptance": null,
34528
+ "solar_absorptance": null,
34529
+ "visible_absorptance": null,
34530
+ "gas_type": null,
34531
+ "u_factor": 0.72,
34532
+ "solar_heat_gain_coefficient": 0.36,
34533
+ "visible_transmittance": 0.23,
34534
+ "optical_data_type": null,
34535
+ "solar_transmittance_at_normal_incidence": null,
34536
+ "front_side_solar_reflectance_at_normal_incidence": null,
34537
+ "back_side_solar_reflectance_at_normal_incidence": null,
34538
+ "visible_transmittance_at_normal_incidence": null,
34539
+ "front_side_visible_reflectance_at_normal_incidence": null,
34540
+ "back_side_visible_reflectance_at_normal_incidence": null,
34541
+ "infrared_transmittance_at_normal_incidence": null,
34542
+ "front_side_infrared_hemispherical_emissivity": null,
34543
+ "back_side_infrared_hemispherical_emissivity": null,
34544
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34545
+ "solar_diffusing": null,
34546
+ "material_standard": null,
34547
+ "material_standard_source": null,
34548
+ "code_category": null,
34549
+ "code_identifier": null,
34550
+ "framing_material": null,
34551
+ "framing_configuration": null,
34552
+ "framing_depth": null,
34553
+ "framing_size": null,
34554
+ "cavity_insulation": null,
34555
+ "sort": null
34556
+ },
34557
+ {
34558
+ "name": "U 0.72 SHGC 0.39 Simple Glazing",
34559
+ "material_type": "SimpleGlazing",
34560
+ "roughness": null,
34561
+ "thickness": null,
34562
+ "conductivity": null,
34563
+ "resistance": null,
34564
+ "density": null,
34565
+ "specific_heat": null,
34566
+ "thermal_absorptance": null,
34567
+ "solar_absorptance": null,
34568
+ "visible_absorptance": null,
34569
+ "gas_type": null,
34570
+ "u_factor": 0.72,
34571
+ "solar_heat_gain_coefficient": 0.39,
34572
+ "visible_transmittance": 0.23,
34573
+ "optical_data_type": null,
34574
+ "solar_transmittance_at_normal_incidence": null,
34575
+ "front_side_solar_reflectance_at_normal_incidence": null,
34576
+ "back_side_solar_reflectance_at_normal_incidence": null,
34577
+ "visible_transmittance_at_normal_incidence": null,
34578
+ "front_side_visible_reflectance_at_normal_incidence": null,
34579
+ "back_side_visible_reflectance_at_normal_incidence": null,
34580
+ "infrared_transmittance_at_normal_incidence": null,
34581
+ "front_side_infrared_hemispherical_emissivity": null,
34582
+ "back_side_infrared_hemispherical_emissivity": null,
34583
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34584
+ "solar_diffusing": null,
34585
+ "material_standard": null,
34586
+ "material_standard_source": null,
34587
+ "code_category": null,
34588
+ "code_identifier": null,
34589
+ "framing_material": null,
34590
+ "framing_configuration": null,
34591
+ "framing_depth": null,
34592
+ "framing_size": null,
34593
+ "cavity_insulation": null,
34594
+ "sort": null
34595
+ },
34596
+ {
34597
+ "name": "U 0.74 SHGC 0.55 Simple Glazing",
34598
+ "material_type": "SimpleGlazing",
34599
+ "roughness": null,
34600
+ "thickness": null,
34601
+ "conductivity": null,
34602
+ "resistance": null,
34603
+ "density": null,
34604
+ "specific_heat": null,
34605
+ "thermal_absorptance": null,
34606
+ "solar_absorptance": null,
34607
+ "visible_absorptance": null,
34608
+ "gas_type": null,
34609
+ "u_factor": 0.74,
34610
+ "solar_heat_gain_coefficient": 0.55,
34611
+ "visible_transmittance": 0.4,
34612
+ "optical_data_type": null,
34613
+ "solar_transmittance_at_normal_incidence": null,
34614
+ "front_side_solar_reflectance_at_normal_incidence": null,
34615
+ "back_side_solar_reflectance_at_normal_incidence": null,
34616
+ "visible_transmittance_at_normal_incidence": null,
34617
+ "front_side_visible_reflectance_at_normal_incidence": null,
34618
+ "back_side_visible_reflectance_at_normal_incidence": null,
34619
+ "infrared_transmittance_at_normal_incidence": null,
34620
+ "front_side_infrared_hemispherical_emissivity": null,
34621
+ "back_side_infrared_hemispherical_emissivity": null,
34622
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34623
+ "solar_diffusing": null,
34624
+ "material_standard": null,
34625
+ "material_standard_source": null,
34626
+ "code_category": null,
34627
+ "code_identifier": null,
34628
+ "framing_material": null,
34629
+ "framing_configuration": null,
34630
+ "framing_depth": null,
34631
+ "framing_size": null,
34632
+ "cavity_insulation": null,
34633
+ "sort": null
34634
+ },
34635
+ {
34636
+ "name": "U 0.74 SHGC 0.65 Simple Glazing",
34637
+ "material_type": "SimpleGlazing",
34638
+ "roughness": null,
34639
+ "thickness": null,
34640
+ "conductivity": null,
34641
+ "resistance": null,
34642
+ "density": null,
34643
+ "specific_heat": null,
34644
+ "thermal_absorptance": null,
34645
+ "solar_absorptance": null,
34646
+ "visible_absorptance": null,
34647
+ "gas_type": null,
34648
+ "u_factor": 0.74,
34649
+ "solar_heat_gain_coefficient": 0.65,
34650
+ "visible_transmittance": 0.55,
34651
+ "optical_data_type": null,
34652
+ "solar_transmittance_at_normal_incidence": null,
34653
+ "front_side_solar_reflectance_at_normal_incidence": null,
34654
+ "back_side_solar_reflectance_at_normal_incidence": null,
34655
+ "visible_transmittance_at_normal_incidence": null,
34656
+ "front_side_visible_reflectance_at_normal_incidence": null,
34657
+ "back_side_visible_reflectance_at_normal_incidence": null,
34658
+ "infrared_transmittance_at_normal_incidence": null,
34659
+ "front_side_infrared_hemispherical_emissivity": null,
34660
+ "back_side_infrared_hemispherical_emissivity": null,
34661
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34662
+ "solar_diffusing": null,
34663
+ "material_standard": null,
34664
+ "material_standard_source": null,
34665
+ "code_category": null,
34666
+ "code_identifier": null,
34667
+ "framing_material": null,
34668
+ "framing_configuration": null,
34669
+ "framing_depth": null,
34670
+ "framing_size": null,
34671
+ "cavity_insulation": null,
34672
+ "sort": null
34673
+ },
34674
+ {
34675
+ "name": "U 0.75 SHGC 0.35 Simple Glazing",
34676
+ "material_type": "SimpleGlazing",
34677
+ "roughness": null,
34678
+ "thickness": null,
34679
+ "conductivity": null,
34680
+ "resistance": null,
34681
+ "density": null,
34682
+ "specific_heat": null,
34683
+ "thermal_absorptance": null,
34684
+ "solar_absorptance": null,
34685
+ "visible_absorptance": null,
34686
+ "gas_type": null,
34687
+ "u_factor": 0.75,
34688
+ "solar_heat_gain_coefficient": 0.35,
34689
+ "visible_transmittance": 0.23,
34690
+ "optical_data_type": null,
34691
+ "solar_transmittance_at_normal_incidence": null,
34692
+ "front_side_solar_reflectance_at_normal_incidence": null,
34693
+ "back_side_solar_reflectance_at_normal_incidence": null,
34694
+ "visible_transmittance_at_normal_incidence": null,
34695
+ "front_side_visible_reflectance_at_normal_incidence": null,
34696
+ "back_side_visible_reflectance_at_normal_incidence": null,
34697
+ "infrared_transmittance_at_normal_incidence": null,
34698
+ "front_side_infrared_hemispherical_emissivity": null,
34699
+ "back_side_infrared_hemispherical_emissivity": null,
34700
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34701
+ "solar_diffusing": null,
34702
+ "material_standard": null,
34703
+ "material_standard_source": null,
34704
+ "code_category": null,
34705
+ "code_identifier": null,
34706
+ "framing_material": null,
34707
+ "framing_configuration": null,
34708
+ "framing_depth": null,
34709
+ "framing_size": null,
34710
+ "cavity_insulation": null,
34711
+ "sort": null
34712
+ },
34713
+ {
34714
+ "name": "U 0.81 SHGC 0.65 Simple Glazing",
34715
+ "material_type": "SimpleGlazing",
34716
+ "roughness": null,
34717
+ "thickness": null,
34718
+ "conductivity": null,
34719
+ "resistance": null,
34720
+ "density": null,
34721
+ "specific_heat": null,
34722
+ "thermal_absorptance": null,
34723
+ "solar_absorptance": null,
34724
+ "visible_absorptance": null,
34725
+ "gas_type": null,
34726
+ "u_factor": 0.81,
34727
+ "solar_heat_gain_coefficient": 0.65,
34728
+ "visible_transmittance": 0.55,
34729
+ "optical_data_type": null,
34730
+ "solar_transmittance_at_normal_incidence": null,
34731
+ "front_side_solar_reflectance_at_normal_incidence": null,
34732
+ "back_side_solar_reflectance_at_normal_incidence": null,
34733
+ "visible_transmittance_at_normal_incidence": null,
34734
+ "front_side_visible_reflectance_at_normal_incidence": null,
34735
+ "back_side_visible_reflectance_at_normal_incidence": null,
34736
+ "infrared_transmittance_at_normal_incidence": null,
34737
+ "front_side_infrared_hemispherical_emissivity": null,
34738
+ "back_side_infrared_hemispherical_emissivity": null,
34739
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34740
+ "solar_diffusing": null,
34741
+ "material_standard": null,
34742
+ "material_standard_source": null,
34743
+ "code_category": null,
34744
+ "code_identifier": null,
34745
+ "framing_material": null,
34746
+ "framing_configuration": null,
34747
+ "framing_depth": null,
34748
+ "framing_size": null,
34749
+ "cavity_insulation": null,
34750
+ "sort": null
34751
+ },
34752
+ {
34753
+ "name": "U 0.85 SHGC 0.65 Simple Glazing",
34754
+ "material_type": "SimpleGlazing",
34755
+ "roughness": null,
34756
+ "thickness": null,
34757
+ "conductivity": null,
34758
+ "resistance": null,
34759
+ "density": null,
34760
+ "specific_heat": null,
34761
+ "thermal_absorptance": null,
34762
+ "solar_absorptance": null,
34763
+ "visible_absorptance": null,
34764
+ "gas_type": null,
34765
+ "u_factor": 0.85,
34766
+ "solar_heat_gain_coefficient": 0.65,
34767
+ "visible_transmittance": 0.55,
34768
+ "optical_data_type": null,
34769
+ "solar_transmittance_at_normal_incidence": null,
34770
+ "front_side_solar_reflectance_at_normal_incidence": null,
34771
+ "back_side_solar_reflectance_at_normal_incidence": null,
34772
+ "visible_transmittance_at_normal_incidence": null,
34773
+ "front_side_visible_reflectance_at_normal_incidence": null,
34774
+ "back_side_visible_reflectance_at_normal_incidence": null,
34775
+ "infrared_transmittance_at_normal_incidence": null,
34776
+ "front_side_infrared_hemispherical_emissivity": null,
34777
+ "back_side_infrared_hemispherical_emissivity": null,
34778
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34779
+ "solar_diffusing": null,
34780
+ "material_standard": null,
34781
+ "material_standard_source": null,
34782
+ "code_category": null,
34783
+ "code_identifier": null,
34784
+ "framing_material": null,
34785
+ "framing_configuration": null,
34786
+ "framing_depth": null,
34787
+ "framing_size": null,
34788
+ "cavity_insulation": null,
34789
+ "sort": null
34790
+ },
34791
+ {
34792
+ "name": "U 0.87 SHGC 0.58 Simple Glazing",
34793
+ "material_type": "SimpleGlazing",
34794
+ "roughness": null,
34795
+ "thickness": null,
34796
+ "conductivity": null,
34797
+ "resistance": null,
34798
+ "density": null,
34799
+ "specific_heat": null,
34800
+ "thermal_absorptance": null,
34801
+ "solar_absorptance": null,
34802
+ "visible_absorptance": null,
34803
+ "gas_type": null,
34804
+ "u_factor": 0.87,
34805
+ "solar_heat_gain_coefficient": 0.58,
34806
+ "visible_transmittance": 0.55,
34807
+ "optical_data_type": null,
34808
+ "solar_transmittance_at_normal_incidence": null,
34809
+ "front_side_solar_reflectance_at_normal_incidence": null,
34810
+ "back_side_solar_reflectance_at_normal_incidence": null,
34811
+ "visible_transmittance_at_normal_incidence": null,
34812
+ "front_side_visible_reflectance_at_normal_incidence": null,
34813
+ "back_side_visible_reflectance_at_normal_incidence": null,
34814
+ "infrared_transmittance_at_normal_incidence": null,
34815
+ "front_side_infrared_hemispherical_emissivity": null,
34816
+ "back_side_infrared_hemispherical_emissivity": null,
34817
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34818
+ "solar_diffusing": null,
34819
+ "material_standard": null,
34820
+ "material_standard_source": null,
34821
+ "code_category": null,
34822
+ "code_identifier": null,
34823
+ "framing_material": null,
34824
+ "framing_configuration": null,
34825
+ "framing_depth": null,
34826
+ "framing_size": null,
34827
+ "cavity_insulation": null,
34828
+ "sort": null
34829
+ },
34830
+ {
34831
+ "name": "U 0.87 SHGC 0.71 Simple Glazing",
33116
34832
  "material_type": "SimpleGlazing",
33117
34833
  "roughness": null,
33118
34834
  "thickness": null,
@@ -33124,9 +34840,9 @@
33124
34840
  "solar_absorptance": null,
33125
34841
  "visible_absorptance": null,
33126
34842
  "gas_type": null,
33127
- "u_factor": 0.58,
33128
- "solar_heat_gain_coefficient": 0.19,
33129
- "visible_transmittance": 0.15,
34843
+ "u_factor": 0.87,
34844
+ "solar_heat_gain_coefficient": 0.71,
34845
+ "visible_transmittance": 0.6,
33130
34846
  "optical_data_type": null,
33131
34847
  "solar_transmittance_at_normal_incidence": null,
33132
34848
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33151,7 +34867,7 @@
33151
34867
  "sort": null
33152
34868
  },
33153
34869
  {
33154
- "name": "U 0.58 SHGC 0.36 Simple Glazing",
34870
+ "name": "U 0.87 SHGC 0.77 Simple Glazing",
33155
34871
  "material_type": "SimpleGlazing",
33156
34872
  "roughness": null,
33157
34873
  "thickness": null,
@@ -33163,9 +34879,9 @@
33163
34879
  "solar_absorptance": null,
33164
34880
  "visible_absorptance": null,
33165
34881
  "gas_type": null,
33166
- "u_factor": 0.58,
33167
- "solar_heat_gain_coefficient": 0.36,
33168
- "visible_transmittance": 0.25,
34882
+ "u_factor": 0.87,
34883
+ "solar_heat_gain_coefficient": 0.77,
34884
+ "visible_transmittance": 0.6,
33169
34885
  "optical_data_type": null,
33170
34886
  "solar_transmittance_at_normal_incidence": null,
33171
34887
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33190,7 +34906,7 @@
33190
34906
  "sort": null
33191
34907
  },
33192
34908
  {
33193
- "name": "U 0.59 SHGC 0.36 Simple Glazing",
34909
+ "name": "U 0.98 SHGC 0.19 Simple Glazing",
33194
34910
  "material_type": "SimpleGlazing",
33195
34911
  "roughness": null,
33196
34912
  "thickness": null,
@@ -33202,9 +34918,9 @@
33202
34918
  "solar_absorptance": null,
33203
34919
  "visible_absorptance": null,
33204
34920
  "gas_type": null,
33205
- "u_factor": 0.59,
33206
- "solar_heat_gain_coefficient": 0.36,
33207
- "visible_transmittance": 0.27,
34921
+ "u_factor": 0.98,
34922
+ "solar_heat_gain_coefficient": 0.19,
34923
+ "visible_transmittance": 0.15,
33208
34924
  "optical_data_type": null,
33209
34925
  "solar_transmittance_at_normal_incidence": null,
33210
34926
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33229,7 +34945,7 @@
33229
34945
  "sort": null
33230
34946
  },
33231
34947
  {
33232
- "name": "U 0.59 SHGC 0.39 Simple Glazing",
34948
+ "name": "U 0.98 SHGC 0.36 Simple Glazing",
33233
34949
  "material_type": "SimpleGlazing",
33234
34950
  "roughness": null,
33235
34951
  "thickness": null,
@@ -33241,9 +34957,9 @@
33241
34957
  "solar_absorptance": null,
33242
34958
  "visible_absorptance": null,
33243
34959
  "gas_type": null,
33244
- "u_factor": 0.59,
33245
- "solar_heat_gain_coefficient": 0.39,
33246
- "visible_transmittance": 0.31,
34960
+ "u_factor": 0.98,
34961
+ "solar_heat_gain_coefficient": 0.36,
34962
+ "visible_transmittance": 0.25,
33247
34963
  "optical_data_type": null,
33248
34964
  "solar_transmittance_at_normal_incidence": null,
33249
34965
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33268,7 +34984,7 @@
33268
34984
  "sort": null
33269
34985
  },
33270
34986
  {
33271
- "name": "U 0.61 SHGC 0.77 Simple Glazing",
34987
+ "name": "U 1.10 SHGC 0.62 Simple Glazing",
33272
34988
  "material_type": "SimpleGlazing",
33273
34989
  "roughness": null,
33274
34990
  "thickness": null,
@@ -33280,9 +34996,9 @@
33280
34996
  "solar_absorptance": null,
33281
34997
  "visible_absorptance": null,
33282
34998
  "gas_type": null,
33283
- "u_factor": 0.61,
33284
- "solar_heat_gain_coefficient": 0.77,
33285
- "visible_transmittance": 0.6,
34999
+ "u_factor": 1.1,
35000
+ "solar_heat_gain_coefficient": 0.62,
35001
+ "visible_transmittance": 0.55,
33286
35002
  "optical_data_type": null,
33287
35003
  "solar_transmittance_at_normal_incidence": null,
33288
35004
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33307,11 +35023,11 @@
33307
35023
  "sort": null
33308
35024
  },
33309
35025
  {
33310
- "name": "U 0.62 SHGC 0.41 Simple Glazing",
35026
+ "name": "U 1.10 SHGC 0.77 Simple Glazing",
33311
35027
  "material_type": "SimpleGlazing",
33312
- "roughness": 1.22,
33313
- "thickness": 0.54,
33314
- "conductivity": 0.38,
35028
+ "roughness": null,
35029
+ "thickness": null,
35030
+ "conductivity": null,
33315
35031
  "resistance": null,
33316
35032
  "density": null,
33317
35033
  "specific_heat": null,
@@ -33319,9 +35035,9 @@
33319
35035
  "solar_absorptance": null,
33320
35036
  "visible_absorptance": null,
33321
35037
  "gas_type": null,
33322
- "u_factor": 0.62,
33323
- "solar_heat_gain_coefficient": 0.41,
33324
- "visible_transmittance": 0.32,
35038
+ "u_factor": 1.1,
35039
+ "solar_heat_gain_coefficient": 0.77,
35040
+ "visible_transmittance": 0.6,
33325
35041
  "optical_data_type": null,
33326
35042
  "solar_transmittance_at_normal_incidence": null,
33327
35043
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33346,7 +35062,7 @@
33346
35062
  "sort": null
33347
35063
  },
33348
35064
  {
33349
- "name": "U 0.65 SHGC 0.35 Simple Glazing",
35065
+ "name": "U 1.15 SHGC 0.77 Simple Glazing",
33350
35066
  "material_type": "SimpleGlazing",
33351
35067
  "roughness": null,
33352
35068
  "thickness": null,
@@ -33358,9 +35074,9 @@
33358
35074
  "solar_absorptance": null,
33359
35075
  "visible_absorptance": null,
33360
35076
  "gas_type": null,
33361
- "u_factor": 0.65,
33362
- "solar_heat_gain_coefficient": 0.35,
33363
- "visible_transmittance": 0.25,
35077
+ "u_factor": 1.15,
35078
+ "solar_heat_gain_coefficient": 0.77,
35079
+ "visible_transmittance": 0.6,
33364
35080
  "optical_data_type": null,
33365
35081
  "solar_transmittance_at_normal_incidence": null,
33366
35082
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33385,7 +35101,7 @@
33385
35101
  "sort": null
33386
35102
  },
33387
35103
  {
33388
- "name": "U 0.69 SHGC 0.19 Simple Glazing",
35104
+ "name": "U 1.17 SHGC 0.19 Simple Glazing",
33389
35105
  "material_type": "SimpleGlazing",
33390
35106
  "roughness": null,
33391
35107
  "thickness": null,
@@ -33397,7 +35113,7 @@
33397
35113
  "solar_absorptance": null,
33398
35114
  "visible_absorptance": null,
33399
35115
  "gas_type": null,
33400
- "u_factor": 0.69,
35116
+ "u_factor": 1.17,
33401
35117
  "solar_heat_gain_coefficient": 0.19,
33402
35118
  "visible_transmittance": 0.15,
33403
35119
  "optical_data_type": null,
@@ -33424,7 +35140,7 @@
33424
35140
  "sort": null
33425
35141
  },
33426
35142
  {
33427
- "name": "U 0.69 SHGC 0.36 Simple Glazing",
35143
+ "name": "U 1.17 SHGC 0.36 Simple Glazing",
33428
35144
  "material_type": "SimpleGlazing",
33429
35145
  "roughness": null,
33430
35146
  "thickness": null,
@@ -33436,7 +35152,7 @@
33436
35152
  "solar_absorptance": null,
33437
35153
  "visible_absorptance": null,
33438
35154
  "gas_type": null,
33439
- "u_factor": 0.69,
35155
+ "u_factor": 1.17,
33440
35156
  "solar_heat_gain_coefficient": 0.36,
33441
35157
  "visible_transmittance": 0.23,
33442
35158
  "optical_data_type": null,
@@ -33463,7 +35179,7 @@
33463
35179
  "sort": null
33464
35180
  },
33465
35181
  {
33466
- "name": "U 0.69 SHGC 0.39 Simple Glazing",
35182
+ "name": "U 1.17 SHGC 0.39 Simple Glazing",
33467
35183
  "material_type": "SimpleGlazing",
33468
35184
  "roughness": null,
33469
35185
  "thickness": null,
@@ -33475,7 +35191,7 @@
33475
35191
  "solar_absorptance": null,
33476
35192
  "visible_absorptance": null,
33477
35193
  "gas_type": null,
33478
- "u_factor": 0.69,
35194
+ "u_factor": 1.17,
33479
35195
  "solar_heat_gain_coefficient": 0.39,
33480
35196
  "visible_transmittance": 0.23,
33481
35197
  "optical_data_type": null,
@@ -33502,7 +35218,7 @@
33502
35218
  "sort": null
33503
35219
  },
33504
35220
  {
33505
- "name": "U 0.69 SHGC 0.49 Simple Glazing",
35221
+ "name": "U 1.17 SHGC 0.49 Simple Glazing",
33506
35222
  "material_type": "SimpleGlazing",
33507
35223
  "roughness": null,
33508
35224
  "thickness": null,
@@ -33514,7 +35230,7 @@
33514
35230
  "solar_absorptance": null,
33515
35231
  "visible_absorptance": null,
33516
35232
  "gas_type": null,
33517
- "u_factor": 0.69,
35233
+ "u_factor": 1.17,
33518
35234
  "solar_heat_gain_coefficient": 0.49,
33519
35235
  "visible_transmittance": 0.38,
33520
35236
  "optical_data_type": null,
@@ -33541,7 +35257,7 @@
33541
35257
  "sort": null
33542
35258
  },
33543
35259
  {
33544
- "name": "U 0.69 SHGC 0.64 Simple Glazing",
35260
+ "name": "U 1.17 SHGC 0.64 Simple Glazing",
33545
35261
  "material_type": "SimpleGlazing",
33546
35262
  "roughness": null,
33547
35263
  "thickness": null,
@@ -33553,7 +35269,7 @@
33553
35269
  "solar_absorptance": null,
33554
35270
  "visible_absorptance": null,
33555
35271
  "gas_type": null,
33556
- "u_factor": 0.69,
35272
+ "u_factor": 1.17,
33557
35273
  "solar_heat_gain_coefficient": 0.64,
33558
35274
  "visible_transmittance": 0.55,
33559
35275
  "optical_data_type": null,
@@ -33580,7 +35296,7 @@
33580
35296
  "sort": null
33581
35297
  },
33582
35298
  {
33583
- "name": "U 0.69 SHGC 0.68 Simple Glazing",
35299
+ "name": "U 1.17 SHGC 0.68 Simple Glazing",
33584
35300
  "material_type": "SimpleGlazing",
33585
35301
  "roughness": null,
33586
35302
  "thickness": null,
@@ -33592,7 +35308,7 @@
33592
35308
  "solar_absorptance": null,
33593
35309
  "visible_absorptance": null,
33594
35310
  "gas_type": null,
33595
- "u_factor": 0.69,
35311
+ "u_factor": 1.17,
33596
35312
  "solar_heat_gain_coefficient": 0.68,
33597
35313
  "visible_transmittance": 0.55,
33598
35314
  "optical_data_type": null,
@@ -33619,7 +35335,7 @@
33619
35335
  "sort": null
33620
35336
  },
33621
35337
  {
33622
- "name": "U 0.72 SHGC 0.25 Simple Glazing",
35338
+ "name": "U 1.22 SHGC 0.25 Simple Glazing",
33623
35339
  "material_type": "SimpleGlazing",
33624
35340
  "roughness": null,
33625
35341
  "thickness": null,
@@ -33631,87 +35347,9 @@
33631
35347
  "solar_absorptance": null,
33632
35348
  "visible_absorptance": null,
33633
35349
  "gas_type": null,
33634
- "u_factor": 0.72,
35350
+ "u_factor": 1.22,
33635
35351
  "solar_heat_gain_coefficient": 0.25,
33636
- "visible_transmittance": 0.13,
33637
- "optical_data_type": null,
33638
- "solar_transmittance_at_normal_incidence": null,
33639
- "front_side_solar_reflectance_at_normal_incidence": null,
33640
- "back_side_solar_reflectance_at_normal_incidence": null,
33641
- "visible_transmittance_at_normal_incidence": null,
33642
- "front_side_visible_reflectance_at_normal_incidence": null,
33643
- "back_side_visible_reflectance_at_normal_incidence": null,
33644
- "infrared_transmittance_at_normal_incidence": null,
33645
- "front_side_infrared_hemispherical_emissivity": null,
33646
- "back_side_infrared_hemispherical_emissivity": null,
33647
- "dirt_correction_factor_for_solar_and_visible_transmittance": null,
33648
- "solar_diffusing": null,
33649
- "material_standard": null,
33650
- "material_standard_source": null,
33651
- "code_category": null,
33652
- "code_identifier": null,
33653
- "framing_material": null,
33654
- "framing_configuration": null,
33655
- "framing_depth": null,
33656
- "framing_size": null,
33657
- "cavity_insulation": null,
33658
- "sort": null
33659
- },
33660
- {
33661
- "name": "U 0.72 SHGC 0.36 Simple Glazing",
33662
- "material_type": "SimpleGlazing",
33663
- "roughness": null,
33664
- "thickness": null,
33665
- "conductivity": null,
33666
- "resistance": null,
33667
- "density": null,
33668
- "specific_heat": null,
33669
- "thermal_absorptance": null,
33670
- "solar_absorptance": null,
33671
- "visible_absorptance": null,
33672
- "gas_type": null,
33673
- "u_factor": 0.72,
33674
- "solar_heat_gain_coefficient": 0.36,
33675
- "visible_transmittance": 0.23,
33676
- "optical_data_type": null,
33677
- "solar_transmittance_at_normal_incidence": null,
33678
- "front_side_solar_reflectance_at_normal_incidence": null,
33679
- "back_side_solar_reflectance_at_normal_incidence": null,
33680
- "visible_transmittance_at_normal_incidence": null,
33681
- "front_side_visible_reflectance_at_normal_incidence": null,
33682
- "back_side_visible_reflectance_at_normal_incidence": null,
33683
- "infrared_transmittance_at_normal_incidence": null,
33684
- "front_side_infrared_hemispherical_emissivity": null,
33685
- "back_side_infrared_hemispherical_emissivity": null,
33686
- "dirt_correction_factor_for_solar_and_visible_transmittance": null,
33687
- "solar_diffusing": null,
33688
- "material_standard": null,
33689
- "material_standard_source": null,
33690
- "code_category": null,
33691
- "code_identifier": null,
33692
- "framing_material": null,
33693
- "framing_configuration": null,
33694
- "framing_depth": null,
33695
- "framing_size": null,
33696
- "cavity_insulation": null,
33697
- "sort": null
33698
- },
33699
- {
33700
- "name": "U 0.72 SHGC 0.39 Simple Glazing",
33701
- "material_type": "SimpleGlazing",
33702
- "roughness": null,
33703
- "thickness": null,
33704
- "conductivity": null,
33705
- "resistance": null,
33706
- "density": null,
33707
- "specific_heat": null,
33708
- "thermal_absorptance": null,
33709
- "solar_absorptance": null,
33710
- "visible_absorptance": null,
33711
- "gas_type": null,
33712
- "u_factor": 0.72,
33713
- "solar_heat_gain_coefficient": 0.39,
33714
- "visible_transmittance": 0.23,
35352
+ "visible_transmittance": 0.11,
33715
35353
  "optical_data_type": null,
33716
35354
  "solar_transmittance_at_normal_incidence": null,
33717
35355
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33736,7 +35374,7 @@
33736
35374
  "sort": null
33737
35375
  },
33738
35376
  {
33739
- "name": "U 0.74 SHGC 0.55 Simple Glazing",
35377
+ "name": "U 1.22 SHGC 0.54 Simple Glazing",
33740
35378
  "material_type": "SimpleGlazing",
33741
35379
  "roughness": null,
33742
35380
  "thickness": null,
@@ -33748,9 +35386,9 @@
33748
35386
  "solar_absorptance": null,
33749
35387
  "visible_absorptance": null,
33750
35388
  "gas_type": null,
33751
- "u_factor": 0.74,
33752
- "solar_heat_gain_coefficient": 0.55,
33753
- "visible_transmittance": 0.4,
35389
+ "u_factor": 1.22,
35390
+ "solar_heat_gain_coefficient": 0.54,
35391
+ "visible_transmittance": 0.38,
33754
35392
  "optical_data_type": null,
33755
35393
  "solar_transmittance_at_normal_incidence": null,
33756
35394
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33775,7 +35413,7 @@
33775
35413
  "sort": null
33776
35414
  },
33777
35415
  {
33778
- "name": "U 0.74 SHGC 0.65 Simple Glazing",
35416
+ "name": "U 1.30 SHGC 0.27 Simple Glazing",
33779
35417
  "material_type": "SimpleGlazing",
33780
35418
  "roughness": null,
33781
35419
  "thickness": null,
@@ -33787,9 +35425,9 @@
33787
35425
  "solar_absorptance": null,
33788
35426
  "visible_absorptance": null,
33789
35427
  "gas_type": null,
33790
- "u_factor": 0.74,
33791
- "solar_heat_gain_coefficient": 0.65,
33792
- "visible_transmittance": 0.55,
35428
+ "u_factor": 1.3,
35429
+ "solar_heat_gain_coefficient": 0.27,
35430
+ "visible_transmittance": 0.25,
33793
35431
  "optical_data_type": null,
33794
35432
  "solar_transmittance_at_normal_incidence": null,
33795
35433
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33814,7 +35452,7 @@
33814
35452
  "sort": null
33815
35453
  },
33816
35454
  {
33817
- "name": "U 0.75 SHGC 0.35 Simple Glazing",
35455
+ "name": "U 1.30 SHGC 0.34 Simple Glazing",
33818
35456
  "material_type": "SimpleGlazing",
33819
35457
  "roughness": null,
33820
35458
  "thickness": null,
@@ -33826,9 +35464,9 @@
33826
35464
  "solar_absorptance": null,
33827
35465
  "visible_absorptance": null,
33828
35466
  "gas_type": null,
33829
- "u_factor": 0.75,
33830
- "solar_heat_gain_coefficient": 0.35,
33831
- "visible_transmittance": 0.23,
35467
+ "u_factor": 1.3,
35468
+ "solar_heat_gain_coefficient": 0.34,
35469
+ "visible_transmittance": 0.25,
33832
35470
  "optical_data_type": null,
33833
35471
  "solar_transmittance_at_normal_incidence": null,
33834
35472
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -33853,7 +35491,7 @@
33853
35491
  "sort": null
33854
35492
  },
33855
35493
  {
33856
- "name": "U 0.81 SHGC 0.65 Simple Glazing",
35494
+ "name": "U 1.30 SHGC 0.62 Simple Glazing",
33857
35495
  "material_type": "SimpleGlazing",
33858
35496
  "roughness": null,
33859
35497
  "thickness": null,
@@ -33865,8 +35503,8 @@
33865
35503
  "solar_absorptance": null,
33866
35504
  "visible_absorptance": null,
33867
35505
  "gas_type": null,
33868
- "u_factor": 0.81,
33869
- "solar_heat_gain_coefficient": 0.65,
35506
+ "u_factor": 1.3,
35507
+ "solar_heat_gain_coefficient": 0.62,
33870
35508
  "visible_transmittance": 0.55,
33871
35509
  "optical_data_type": null,
33872
35510
  "solar_transmittance_at_normal_incidence": null,
@@ -33892,7 +35530,7 @@
33892
35530
  "sort": null
33893
35531
  },
33894
35532
  {
33895
- "name": "U 0.85 SHGC 0.65 Simple Glazing",
35533
+ "name": "U 1.30 SHGC 0.65 Simple Glazing",
33896
35534
  "material_type": "SimpleGlazing",
33897
35535
  "roughness": null,
33898
35536
  "thickness": null,
@@ -33904,7 +35542,7 @@
33904
35542
  "solar_absorptance": null,
33905
35543
  "visible_absorptance": null,
33906
35544
  "gas_type": null,
33907
- "u_factor": 0.85,
35545
+ "u_factor": 1.3,
33908
35546
  "solar_heat_gain_coefficient": 0.65,
33909
35547
  "visible_transmittance": 0.55,
33910
35548
  "optical_data_type": null,
@@ -33931,46 +35569,7 @@
33931
35569
  "sort": null
33932
35570
  },
33933
35571
  {
33934
- "name": "U 0.87 SHGC 0.58 Simple Glazing",
33935
- "material_type": "SimpleGlazing",
33936
- "roughness": null,
33937
- "thickness": null,
33938
- "conductivity": null,
33939
- "resistance": null,
33940
- "density": null,
33941
- "specific_heat": null,
33942
- "thermal_absorptance": null,
33943
- "solar_absorptance": null,
33944
- "visible_absorptance": null,
33945
- "gas_type": null,
33946
- "u_factor": 0.87,
33947
- "solar_heat_gain_coefficient": 0.58,
33948
- "visible_transmittance": 0.55,
33949
- "optical_data_type": null,
33950
- "solar_transmittance_at_normal_incidence": null,
33951
- "front_side_solar_reflectance_at_normal_incidence": null,
33952
- "back_side_solar_reflectance_at_normal_incidence": null,
33953
- "visible_transmittance_at_normal_incidence": null,
33954
- "front_side_visible_reflectance_at_normal_incidence": null,
33955
- "back_side_visible_reflectance_at_normal_incidence": null,
33956
- "infrared_transmittance_at_normal_incidence": null,
33957
- "front_side_infrared_hemispherical_emissivity": null,
33958
- "back_side_infrared_hemispherical_emissivity": null,
33959
- "dirt_correction_factor_for_solar_and_visible_transmittance": null,
33960
- "solar_diffusing": null,
33961
- "material_standard": null,
33962
- "material_standard_source": null,
33963
- "code_category": null,
33964
- "code_identifier": null,
33965
- "framing_material": null,
33966
- "framing_configuration": null,
33967
- "framing_depth": null,
33968
- "framing_size": null,
33969
- "cavity_insulation": null,
33970
- "sort": null
33971
- },
33972
- {
33973
- "name": "U 0.87 SHGC 0.71 Simple Glazing",
35572
+ "name": "U 1.36 SHGC 0.19 Simple Glazing",
33974
35573
  "material_type": "SimpleGlazing",
33975
35574
  "roughness": null,
33976
35575
  "thickness": null,
@@ -33982,9 +35581,9 @@
33982
35581
  "solar_absorptance": null,
33983
35582
  "visible_absorptance": null,
33984
35583
  "gas_type": null,
33985
- "u_factor": 0.87,
33986
- "solar_heat_gain_coefficient": 0.71,
33987
- "visible_transmittance": 0.6,
35584
+ "u_factor": 1.36,
35585
+ "solar_heat_gain_coefficient": 0.19,
35586
+ "visible_transmittance": 0.15,
33988
35587
  "optical_data_type": null,
33989
35588
  "solar_transmittance_at_normal_incidence": null,
33990
35589
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34009,7 +35608,7 @@
34009
35608
  "sort": null
34010
35609
  },
34011
35610
  {
34012
- "name": "U 0.87 SHGC 0.77 Simple Glazing",
35611
+ "name": "U 1.36 SHGC 0.36 Simple Glazing",
34013
35612
  "material_type": "SimpleGlazing",
34014
35613
  "roughness": null,
34015
35614
  "thickness": null,
@@ -34021,9 +35620,9 @@
34021
35620
  "solar_absorptance": null,
34022
35621
  "visible_absorptance": null,
34023
35622
  "gas_type": null,
34024
- "u_factor": 0.87,
34025
- "solar_heat_gain_coefficient": 0.77,
34026
- "visible_transmittance": 0.6,
35623
+ "u_factor": 1.36,
35624
+ "solar_heat_gain_coefficient": 0.36,
35625
+ "visible_transmittance": 0.23,
34027
35626
  "optical_data_type": null,
34028
35627
  "solar_transmittance_at_normal_incidence": null,
34029
35628
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34048,7 +35647,7 @@
34048
35647
  "sort": null
34049
35648
  },
34050
35649
  {
34051
- "name": "U 0.98 SHGC 0.19 Simple Glazing",
35650
+ "name": "U 1.36 SHGC 0.39 Simple Glazing",
34052
35651
  "material_type": "SimpleGlazing",
34053
35652
  "roughness": null,
34054
35653
  "thickness": null,
@@ -34060,9 +35659,9 @@
34060
35659
  "solar_absorptance": null,
34061
35660
  "visible_absorptance": null,
34062
35661
  "gas_type": null,
34063
- "u_factor": 0.98,
34064
- "solar_heat_gain_coefficient": 0.19,
34065
- "visible_transmittance": 0.15,
35662
+ "u_factor": 1.36,
35663
+ "solar_heat_gain_coefficient": 0.39,
35664
+ "visible_transmittance": 0.23,
34066
35665
  "optical_data_type": null,
34067
35666
  "solar_transmittance_at_normal_incidence": null,
34068
35667
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34087,7 +35686,7 @@
34087
35686
  "sort": null
34088
35687
  },
34089
35688
  {
34090
- "name": "U 0.98 SHGC 0.36 Simple Glazing",
35689
+ "name": "U 1.36 SHGC 0.61 Simple Glazing",
34091
35690
  "material_type": "SimpleGlazing",
34092
35691
  "roughness": null,
34093
35692
  "thickness": null,
@@ -34099,9 +35698,9 @@
34099
35698
  "solar_absorptance": null,
34100
35699
  "visible_absorptance": null,
34101
35700
  "gas_type": null,
34102
- "u_factor": 0.98,
34103
- "solar_heat_gain_coefficient": 0.36,
34104
- "visible_transmittance": 0.25,
35701
+ "u_factor": 1.36,
35702
+ "solar_heat_gain_coefficient": 0.61,
35703
+ "visible_transmittance": 0.23,
34105
35704
  "optical_data_type": null,
34106
35705
  "solar_transmittance_at_normal_incidence": null,
34107
35706
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34126,7 +35725,7 @@
34126
35725
  "sort": null
34127
35726
  },
34128
35727
  {
34129
- "name": "U 1.10 SHGC 0.62 Simple Glazing",
35728
+ "name": "U 1.70 SHGC 0.36 Simple Glazing",
34130
35729
  "material_type": "SimpleGlazing",
34131
35730
  "roughness": null,
34132
35731
  "thickness": null,
@@ -34138,9 +35737,9 @@
34138
35737
  "solar_absorptance": null,
34139
35738
  "visible_absorptance": null,
34140
35739
  "gas_type": null,
34141
- "u_factor": 1.1,
34142
- "solar_heat_gain_coefficient": 0.62,
34143
- "visible_transmittance": 0.55,
35740
+ "u_factor": 1.7,
35741
+ "solar_heat_gain_coefficient": 0.36,
35742
+ "visible_transmittance": 0.23,
34144
35743
  "optical_data_type": null,
34145
35744
  "solar_transmittance_at_normal_incidence": null,
34146
35745
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34165,7 +35764,7 @@
34165
35764
  "sort": null
34166
35765
  },
34167
35766
  {
34168
- "name": "U 1.10 SHGC 0.77 Simple Glazing",
35767
+ "name": "U 1.80 SHGC 0.36 Simple Glazing",
34169
35768
  "material_type": "SimpleGlazing",
34170
35769
  "roughness": null,
34171
35770
  "thickness": null,
@@ -34177,9 +35776,9 @@
34177
35776
  "solar_absorptance": null,
34178
35777
  "visible_absorptance": null,
34179
35778
  "gas_type": null,
34180
- "u_factor": 1.1,
34181
- "solar_heat_gain_coefficient": 0.77,
34182
- "visible_transmittance": 0.6,
35779
+ "u_factor": 1.8,
35780
+ "solar_heat_gain_coefficient": 0.36,
35781
+ "visible_transmittance": 0.23,
34183
35782
  "optical_data_type": null,
34184
35783
  "solar_transmittance_at_normal_incidence": null,
34185
35784
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34204,7 +35803,7 @@
34204
35803
  "sort": null
34205
35804
  },
34206
35805
  {
34207
- "name": "U 1.15 SHGC 0.77 Simple Glazing",
35806
+ "name": "U 1.90 SHGC 0.27 Simple Glazing",
34208
35807
  "material_type": "SimpleGlazing",
34209
35808
  "roughness": null,
34210
35809
  "thickness": null,
@@ -34216,9 +35815,9 @@
34216
35815
  "solar_absorptance": null,
34217
35816
  "visible_absorptance": null,
34218
35817
  "gas_type": null,
34219
- "u_factor": 1.15,
34220
- "solar_heat_gain_coefficient": 0.77,
34221
- "visible_transmittance": 0.6,
35818
+ "u_factor": 1.9,
35819
+ "solar_heat_gain_coefficient": 0.27,
35820
+ "visible_transmittance": 0.25,
34222
35821
  "optical_data_type": null,
34223
35822
  "solar_transmittance_at_normal_incidence": null,
34224
35823
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34243,7 +35842,7 @@
34243
35842
  "sort": null
34244
35843
  },
34245
35844
  {
34246
- "name": "U 1.17 SHGC 0.19 Simple Glazing",
35845
+ "name": "U 1.90 SHGC 0.34 Simple Glazing",
34247
35846
  "material_type": "SimpleGlazing",
34248
35847
  "roughness": null,
34249
35848
  "thickness": null,
@@ -34255,9 +35854,9 @@
34255
35854
  "solar_absorptance": null,
34256
35855
  "visible_absorptance": null,
34257
35856
  "gas_type": null,
34258
- "u_factor": 1.17,
34259
- "solar_heat_gain_coefficient": 0.19,
34260
- "visible_transmittance": 0.15,
35857
+ "u_factor": 1.9,
35858
+ "solar_heat_gain_coefficient": 0.34,
35859
+ "visible_transmittance": 0.25,
34261
35860
  "optical_data_type": null,
34262
35861
  "solar_transmittance_at_normal_incidence": null,
34263
35862
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34282,7 +35881,7 @@
34282
35881
  "sort": null
34283
35882
  },
34284
35883
  {
34285
- "name": "U 1.17 SHGC 0.36 Simple Glazing",
35884
+ "name": "U 1.90 SHGC 0.39 Simple Glazing",
34286
35885
  "material_type": "SimpleGlazing",
34287
35886
  "roughness": null,
34288
35887
  "thickness": null,
@@ -34294,9 +35893,9 @@
34294
35893
  "solar_absorptance": null,
34295
35894
  "visible_absorptance": null,
34296
35895
  "gas_type": null,
34297
- "u_factor": 1.17,
34298
- "solar_heat_gain_coefficient": 0.36,
34299
- "visible_transmittance": 0.23,
35896
+ "u_factor": 1.9,
35897
+ "solar_heat_gain_coefficient": 0.39,
35898
+ "visible_transmittance": 0.25,
34300
35899
  "optical_data_type": null,
34301
35900
  "solar_transmittance_at_normal_incidence": null,
34302
35901
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34321,7 +35920,7 @@
34321
35920
  "sort": null
34322
35921
  },
34323
35922
  {
34324
- "name": "U 1.17 SHGC 0.39 Simple Glazing",
35923
+ "name": "U 1.90 SHGC 0.65 Simple Glazing",
34325
35924
  "material_type": "SimpleGlazing",
34326
35925
  "roughness": null,
34327
35926
  "thickness": null,
@@ -34333,9 +35932,9 @@
34333
35932
  "solar_absorptance": null,
34334
35933
  "visible_absorptance": null,
34335
35934
  "gas_type": null,
34336
- "u_factor": 1.17,
34337
- "solar_heat_gain_coefficient": 0.39,
34338
- "visible_transmittance": 0.23,
35935
+ "u_factor": 1.9,
35936
+ "solar_heat_gain_coefficient": 0.65,
35937
+ "visible_transmittance": 0.25,
34339
35938
  "optical_data_type": null,
34340
35939
  "solar_transmittance_at_normal_incidence": null,
34341
35940
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34360,7 +35959,7 @@
34360
35959
  "sort": null
34361
35960
  },
34362
35961
  {
34363
- "name": "U 1.17 SHGC 0.49 Simple Glazing",
35962
+ "name": "U 1.98 SHGC 0.16 Simple Glazing",
34364
35963
  "material_type": "SimpleGlazing",
34365
35964
  "roughness": null,
34366
35965
  "thickness": null,
@@ -34372,9 +35971,9 @@
34372
35971
  "solar_absorptance": null,
34373
35972
  "visible_absorptance": null,
34374
35973
  "gas_type": null,
34375
- "u_factor": 1.17,
34376
- "solar_heat_gain_coefficient": 0.49,
34377
- "visible_transmittance": 0.38,
35974
+ "u_factor": 1.98,
35975
+ "solar_heat_gain_coefficient": 0.16,
35976
+ "visible_transmittance": 0.15,
34378
35977
  "optical_data_type": null,
34379
35978
  "solar_transmittance_at_normal_incidence": null,
34380
35979
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34399,7 +35998,7 @@
34399
35998
  "sort": null
34400
35999
  },
34401
36000
  {
34402
- "name": "U 1.17 SHGC 0.64 Simple Glazing",
36001
+ "name": "U 1.98 SHGC 0.19 Simple Glazing",
34403
36002
  "material_type": "SimpleGlazing",
34404
36003
  "roughness": null,
34405
36004
  "thickness": null,
@@ -34411,9 +36010,9 @@
34411
36010
  "solar_absorptance": null,
34412
36011
  "visible_absorptance": null,
34413
36012
  "gas_type": null,
34414
- "u_factor": 1.17,
34415
- "solar_heat_gain_coefficient": 0.64,
34416
- "visible_transmittance": 0.55,
36013
+ "u_factor": 1.98,
36014
+ "solar_heat_gain_coefficient": 0.19,
36015
+ "visible_transmittance": 0.15,
34417
36016
  "optical_data_type": null,
34418
36017
  "solar_transmittance_at_normal_incidence": null,
34419
36018
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34438,7 +36037,7 @@
34438
36037
  "sort": null
34439
36038
  },
34440
36039
  {
34441
- "name": "U 1.17 SHGC 0.68 Simple Glazing",
36040
+ "name": "U 1.98 SHGC 0.36 Simple Glazing",
34442
36041
  "material_type": "SimpleGlazing",
34443
36042
  "roughness": null,
34444
36043
  "thickness": null,
@@ -34450,9 +36049,9 @@
34450
36049
  "solar_absorptance": null,
34451
36050
  "visible_absorptance": null,
34452
36051
  "gas_type": null,
34453
- "u_factor": 1.17,
34454
- "solar_heat_gain_coefficient": 0.68,
34455
- "visible_transmittance": 0.55,
36052
+ "u_factor": 1.98,
36053
+ "solar_heat_gain_coefficient": 0.36,
36054
+ "visible_transmittance": 0.25,
34456
36055
  "optical_data_type": null,
34457
36056
  "solar_transmittance_at_normal_incidence": null,
34458
36057
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34477,7 +36076,7 @@
34477
36076
  "sort": null
34478
36077
  },
34479
36078
  {
34480
- "name": "U 1.22 SHGC 0.25 Simple Glazing",
36079
+ "name": "U 1.98 SHGC 0.39 Simple Glazing",
34481
36080
  "material_type": "SimpleGlazing",
34482
36081
  "roughness": null,
34483
36082
  "thickness": null,
@@ -34489,9 +36088,9 @@
34489
36088
  "solar_absorptance": null,
34490
36089
  "visible_absorptance": null,
34491
36090
  "gas_type": null,
34492
- "u_factor": 1.22,
34493
- "solar_heat_gain_coefficient": 0.25,
34494
- "visible_transmittance": 0.11,
36091
+ "u_factor": 1.98,
36092
+ "solar_heat_gain_coefficient": 0.39,
36093
+ "visible_transmittance": 0.25,
34495
36094
  "optical_data_type": null,
34496
36095
  "solar_transmittance_at_normal_incidence": null,
34497
36096
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34516,7 +36115,7 @@
34516
36115
  "sort": null
34517
36116
  },
34518
36117
  {
34519
- "name": "U 1.22 SHGC 0.54 Simple Glazing",
36118
+ "name": "U 1.98 SHGC 0.61 Simple Glazing",
34520
36119
  "material_type": "SimpleGlazing",
34521
36120
  "roughness": null,
34522
36121
  "thickness": null,
@@ -34528,9 +36127,9 @@
34528
36127
  "solar_absorptance": null,
34529
36128
  "visible_absorptance": null,
34530
36129
  "gas_type": null,
34531
- "u_factor": 1.22,
34532
- "solar_heat_gain_coefficient": 0.54,
34533
- "visible_transmittance": 0.38,
36130
+ "u_factor": 1.98,
36131
+ "solar_heat_gain_coefficient": 0.61,
36132
+ "visible_transmittance": 0.25,
34534
36133
  "optical_data_type": null,
34535
36134
  "solar_transmittance_at_normal_incidence": null,
34536
36135
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34555,21 +36154,21 @@
34555
36154
  "sort": null
34556
36155
  },
34557
36156
  {
34558
- "name": "U 1.30 SHGC 0.27 Simple Glazing",
34559
- "material_type": "SimpleGlazing",
34560
- "roughness": null,
34561
- "thickness": null,
34562
- "conductivity": null,
34563
- "resistance": null,
34564
- "density": null,
34565
- "specific_heat": null,
36157
+ "name": "Vapor permeable felt - 1/8 in.",
36158
+ "material_type": "StandardOpaqueMaterial",
36159
+ "roughness": "Rough",
36160
+ "thickness": 0.13,
36161
+ "conductivity": 2.0796,
36162
+ "resistance": 0.06251202154,
36163
+ "density": 22.0,
36164
+ "specific_heat": 0.3,
34566
36165
  "thermal_absorptance": null,
34567
36166
  "solar_absorptance": null,
34568
36167
  "visible_absorptance": null,
34569
36168
  "gas_type": null,
34570
- "u_factor": 1.3,
34571
- "solar_heat_gain_coefficient": 0.27,
34572
- "visible_transmittance": 0.25,
36169
+ "u_factor": null,
36170
+ "solar_heat_gain_coefficient": null,
36171
+ "visible_transmittance": null,
34573
36172
  "optical_data_type": null,
34574
36173
  "solar_transmittance_at_normal_incidence": null,
34575
36174
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34582,33 +36181,33 @@
34582
36181
  "back_side_infrared_hemispherical_emissivity": null,
34583
36182
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34584
36183
  "solar_diffusing": null,
34585
- "material_standard": null,
34586
- "material_standard_source": null,
34587
- "code_category": null,
34588
- "code_identifier": null,
36184
+ "material_standard": "CEC Title24-2013",
36185
+ "material_standard_source": "AEC",
36186
+ "code_category": "Building Membrane",
36187
+ "code_identifier": "Vapor permeable felt - 1/8 in.",
34589
36188
  "framing_material": null,
34590
36189
  "framing_configuration": null,
34591
36190
  "framing_depth": null,
34592
36191
  "framing_size": null,
34593
36192
  "cavity_insulation": null,
34594
- "sort": null
36193
+ "sort": 346.0
34595
36194
  },
34596
36195
  {
34597
- "name": "U 1.30 SHGC 0.34 Simple Glazing",
34598
- "material_type": "SimpleGlazing",
34599
- "roughness": null,
34600
- "thickness": null,
34601
- "conductivity": null,
34602
- "resistance": null,
34603
- "density": null,
34604
- "specific_heat": null,
36196
+ "name": "Vapor seal - 2 layers of mopped 15 lb felt - 1/4 in.",
36197
+ "material_type": "StandardOpaqueMaterial",
36198
+ "roughness": "Rough",
36199
+ "thickness": 0.25,
36200
+ "conductivity": 2.0796,
36201
+ "resistance": 0.120215426,
36202
+ "density": 22.0,
36203
+ "specific_heat": 0.3,
34605
36204
  "thermal_absorptance": null,
34606
36205
  "solar_absorptance": null,
34607
36206
  "visible_absorptance": null,
34608
36207
  "gas_type": null,
34609
- "u_factor": 1.3,
34610
- "solar_heat_gain_coefficient": 0.34,
34611
- "visible_transmittance": 0.25,
36208
+ "u_factor": null,
36209
+ "solar_heat_gain_coefficient": null,
36210
+ "visible_transmittance": null,
34612
36211
  "optical_data_type": null,
34613
36212
  "solar_transmittance_at_normal_incidence": null,
34614
36213
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34621,33 +36220,33 @@
34621
36220
  "back_side_infrared_hemispherical_emissivity": null,
34622
36221
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34623
36222
  "solar_diffusing": null,
34624
- "material_standard": null,
34625
- "material_standard_source": null,
34626
- "code_category": null,
34627
- "code_identifier": null,
36223
+ "material_standard": "CEC Title24-2013",
36224
+ "material_standard_source": "AEC",
36225
+ "code_category": "Building Membrane",
36226
+ "code_identifier": "Vapor seal - 2 layers of mopped 15 lb felt - 1/4 in.",
34628
36227
  "framing_material": null,
34629
36228
  "framing_configuration": null,
34630
36229
  "framing_depth": null,
34631
36230
  "framing_size": null,
34632
36231
  "cavity_insulation": null,
34633
- "sort": null
36232
+ "sort": 347.0
34634
36233
  },
34635
36234
  {
34636
- "name": "U 1.30 SHGC 0.62 Simple Glazing",
34637
- "material_type": "SimpleGlazing",
34638
- "roughness": null,
34639
- "thickness": null,
34640
- "conductivity": null,
34641
- "resistance": null,
34642
- "density": null,
34643
- "specific_heat": null,
36235
+ "name": "Vapor seal - plastic film - 1/16 in.",
36236
+ "material_type": "StandardOpaqueMaterial",
36237
+ "roughness": "Rough",
36238
+ "thickness": 0.63,
36239
+ "conductivity": 62.4996,
36240
+ "resistance": 0.01008006451,
36241
+ "density": 30.0,
36242
+ "specific_heat": 0.3,
34644
36243
  "thermal_absorptance": null,
34645
36244
  "solar_absorptance": null,
34646
36245
  "visible_absorptance": null,
34647
36246
  "gas_type": null,
34648
- "u_factor": 1.3,
34649
- "solar_heat_gain_coefficient": 0.62,
34650
- "visible_transmittance": 0.55,
36247
+ "u_factor": null,
36248
+ "solar_heat_gain_coefficient": null,
36249
+ "visible_transmittance": null,
34651
36250
  "optical_data_type": null,
34652
36251
  "solar_transmittance_at_normal_incidence": null,
34653
36252
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34660,33 +36259,72 @@
34660
36259
  "back_side_infrared_hemispherical_emissivity": null,
34661
36260
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
34662
36261
  "solar_diffusing": null,
34663
- "material_standard": null,
34664
- "material_standard_source": null,
34665
- "code_category": null,
34666
- "code_identifier": null,
36262
+ "material_standard": "CEC Title24-2013",
36263
+ "material_standard_source": "AEC",
36264
+ "code_category": "Building Membrane",
36265
+ "code_identifier": "Vapor seal - plastic film - 1/16 in.",
34667
36266
  "framing_material": null,
34668
36267
  "framing_configuration": null,
34669
36268
  "framing_depth": null,
34670
36269
  "framing_size": null,
34671
36270
  "cavity_insulation": null,
34672
- "sort": null
36271
+ "sort": 348.0
34673
36272
  },
34674
36273
  {
34675
- "name": "U 1.30 SHGC 0.65 Simple Glazing",
34676
- "material_type": "SimpleGlazing",
34677
- "roughness": null,
34678
- "thickness": null,
34679
- "conductivity": null,
34680
- "resistance": null,
34681
- "density": null,
34682
- "specific_heat": null,
36274
+ "name": "Vermiculite aggregate - 45 lb/ft3 - 1/2 in.",
36275
+ "material_type": "StandardOpaqueMaterial",
36276
+ "roughness": "Smooth",
36277
+ "thickness": 0.5,
36278
+ "conductivity": 1.7004,
36279
+ "resistance": 0.2940484592,
36280
+ "density": 45.0,
36281
+ "specific_heat": 0.32,
34683
36282
  "thermal_absorptance": null,
34684
36283
  "solar_absorptance": null,
34685
36284
  "visible_absorptance": null,
34686
36285
  "gas_type": null,
34687
- "u_factor": 1.3,
34688
- "solar_heat_gain_coefficient": 0.65,
34689
- "visible_transmittance": 0.55,
36286
+ "u_factor": null,
36287
+ "solar_heat_gain_coefficient": null,
36288
+ "visible_transmittance": null,
36289
+ "optical_data_type": null,
36290
+ "solar_transmittance_at_normal_incidence": null,
36291
+ "front_side_solar_reflectance_at_normal_incidence": null,
36292
+ "back_side_solar_reflectance_at_normal_incidence": null,
36293
+ "visible_transmittance_at_normal_incidence": null,
36294
+ "front_side_visible_reflectance_at_normal_incidence": null,
36295
+ "back_side_visible_reflectance_at_normal_incidence": null,
36296
+ "infrared_transmittance_at_normal_incidence": null,
36297
+ "front_side_infrared_hemispherical_emissivity": null,
36298
+ "back_side_infrared_hemispherical_emissivity": null,
36299
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
36300
+ "solar_diffusing": null,
36301
+ "material_standard": "CEC Title24-2013",
36302
+ "material_standard_source": "AEC",
36303
+ "code_category": "Plastering Materials",
36304
+ "code_identifier": "Vermiculite aggregate - 45 lb/ft3 - 1/2 in.",
36305
+ "framing_material": null,
36306
+ "framing_configuration": null,
36307
+ "framing_depth": null,
36308
+ "framing_size": null,
36309
+ "cavity_insulation": null,
36310
+ "sort": 679.0
36311
+ },
36312
+ {
36313
+ "name": "W1_R8.60",
36314
+ "material_type": "StandardOpaqueMaterial",
36315
+ "roughness": "Smooth",
36316
+ "thickness": 2.24,
36317
+ "conductivity": 0.02,
36318
+ "resistance": 8.6,
36319
+ "density": 1.0,
36320
+ "specific_heat": 0.27,
36321
+ "thermal_absorptance": 0.9,
36322
+ "solar_absorptance": 0.7,
36323
+ "visible_absorptance": 0.8,
36324
+ "gas_type": null,
36325
+ "u_factor": null,
36326
+ "solar_heat_gain_coefficient": null,
36327
+ "visible_transmittance": null,
34690
36328
  "optical_data_type": null,
34691
36329
  "solar_transmittance_at_normal_incidence": null,
34692
36330
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34711,21 +36349,21 @@
34711
36349
  "sort": null
34712
36350
  },
34713
36351
  {
34714
- "name": "U 1.36 SHGC 0.19 Simple Glazing",
34715
- "material_type": "SimpleGlazing",
34716
- "roughness": null,
34717
- "thickness": null,
34718
- "conductivity": null,
34719
- "resistance": null,
34720
- "density": null,
34721
- "specific_heat": null,
34722
- "thermal_absorptance": null,
34723
- "solar_absorptance": null,
34724
- "visible_absorptance": null,
36352
+ "name": "W2_R11.13",
36353
+ "material_type": "StandardOpaqueMaterial",
36354
+ "roughness": "Smooth",
36355
+ "thickness": 2.24,
36356
+ "conductivity": 0.02,
36357
+ "resistance": 11.13,
36358
+ "density": 1.0,
36359
+ "specific_heat": 0.27,
36360
+ "thermal_absorptance": 0.9,
36361
+ "solar_absorptance": 0.7,
36362
+ "visible_absorptance": 0.8,
34725
36363
  "gas_type": null,
34726
- "u_factor": 1.36,
34727
- "solar_heat_gain_coefficient": 0.19,
34728
- "visible_transmittance": 0.15,
36364
+ "u_factor": null,
36365
+ "solar_heat_gain_coefficient": null,
36366
+ "visible_transmittance": null,
34729
36367
  "optical_data_type": null,
34730
36368
  "solar_transmittance_at_normal_incidence": null,
34731
36369
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34750,21 +36388,21 @@
34750
36388
  "sort": null
34751
36389
  },
34752
36390
  {
34753
- "name": "U 1.36 SHGC 0.36 Simple Glazing",
34754
- "material_type": "SimpleGlazing",
34755
- "roughness": null,
34756
- "thickness": null,
34757
- "conductivity": null,
34758
- "resistance": null,
34759
- "density": null,
34760
- "specific_heat": null,
34761
- "thermal_absorptance": null,
34762
- "solar_absorptance": null,
34763
- "visible_absorptance": null,
36391
+ "name": "W3_R11.36",
36392
+ "material_type": "StandardOpaqueMaterial",
36393
+ "roughness": "Smooth",
36394
+ "thickness": 2.24,
36395
+ "conductivity": 0.02,
36396
+ "resistance": 11.36,
36397
+ "density": 1.0,
36398
+ "specific_heat": 0.27,
36399
+ "thermal_absorptance": 0.9,
36400
+ "solar_absorptance": 0.7,
36401
+ "visible_absorptance": 0.8,
34764
36402
  "gas_type": null,
34765
- "u_factor": 1.36,
34766
- "solar_heat_gain_coefficient": 0.36,
34767
- "visible_transmittance": 0.23,
36403
+ "u_factor": null,
36404
+ "solar_heat_gain_coefficient": null,
36405
+ "visible_transmittance": null,
34768
36406
  "optical_data_type": null,
34769
36407
  "solar_transmittance_at_normal_incidence": null,
34770
36408
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34789,21 +36427,21 @@
34789
36427
  "sort": null
34790
36428
  },
34791
36429
  {
34792
- "name": "U 1.36 SHGC 0.39 Simple Glazing",
34793
- "material_type": "SimpleGlazing",
34794
- "roughness": null,
34795
- "thickness": null,
34796
- "conductivity": null,
34797
- "resistance": null,
34798
- "density": null,
34799
- "specific_heat": null,
34800
- "thermal_absorptance": null,
34801
- "solar_absorptance": null,
34802
- "visible_absorptance": null,
36430
+ "name": "W4_R12.62",
36431
+ "material_type": "StandardOpaqueMaterial",
36432
+ "roughness": "Smooth",
36433
+ "thickness": 2.24,
36434
+ "conductivity": 0.02,
36435
+ "resistance": 12.62,
36436
+ "density": 1.0,
36437
+ "specific_heat": 0.27,
36438
+ "thermal_absorptance": 0.9,
36439
+ "solar_absorptance": 0.7,
36440
+ "visible_absorptance": 0.8,
34803
36441
  "gas_type": null,
34804
- "u_factor": 1.36,
34805
- "solar_heat_gain_coefficient": 0.39,
34806
- "visible_transmittance": 0.23,
36442
+ "u_factor": null,
36443
+ "solar_heat_gain_coefficient": null,
36444
+ "visible_transmittance": null,
34807
36445
  "optical_data_type": null,
34808
36446
  "solar_transmittance_at_normal_incidence": null,
34809
36447
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34828,21 +36466,21 @@
34828
36466
  "sort": null
34829
36467
  },
34830
36468
  {
34831
- "name": "U 1.36 SHGC 0.61 Simple Glazing",
34832
- "material_type": "SimpleGlazing",
34833
- "roughness": null,
34834
- "thickness": null,
34835
- "conductivity": null,
34836
- "resistance": null,
34837
- "density": null,
34838
- "specific_heat": null,
34839
- "thermal_absorptance": null,
34840
- "solar_absorptance": null,
34841
- "visible_absorptance": null,
36469
+ "name": "W_T24_2013_R13.99",
36470
+ "material_type": "StandardOpaqueMaterial",
36471
+ "roughness": "Smooth",
36472
+ "thickness": 2.24,
36473
+ "conductivity": 0.02,
36474
+ "resistance": 13.99,
36475
+ "density": 1.0,
36476
+ "specific_heat": 0.27,
36477
+ "thermal_absorptance": 0.9,
36478
+ "solar_absorptance": 0.7,
36479
+ "visible_absorptance": 0.8,
34842
36480
  "gas_type": null,
34843
- "u_factor": 1.36,
34844
- "solar_heat_gain_coefficient": 0.61,
34845
- "visible_transmittance": 0.23,
36481
+ "u_factor": null,
36482
+ "solar_heat_gain_coefficient": null,
36483
+ "visible_transmittance": null,
34846
36484
  "optical_data_type": null,
34847
36485
  "solar_transmittance_at_normal_incidence": null,
34848
36486
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34867,21 +36505,21 @@
34867
36505
  "sort": null
34868
36506
  },
34869
36507
  {
34870
- "name": "U 1.70 SHGC 0.36 Simple Glazing",
34871
- "material_type": "SimpleGlazing",
34872
- "roughness": null,
34873
- "thickness": null,
34874
- "conductivity": null,
34875
- "resistance": null,
34876
- "density": null,
34877
- "specific_heat": null,
34878
- "thermal_absorptance": null,
34879
- "solar_absorptance": null,
34880
- "visible_absorptance": null,
36508
+ "name": "W_m1_R15",
36509
+ "material_type": "StandardOpaqueMaterial",
36510
+ "roughness": "Smooth",
36511
+ "thickness": 2.24,
36512
+ "conductivity": 0.02,
36513
+ "resistance": 15.0,
36514
+ "density": 1.0,
36515
+ "specific_heat": 0.27,
36516
+ "thermal_absorptance": 0.9,
36517
+ "solar_absorptance": 0.7,
36518
+ "visible_absorptance": 0.8,
34881
36519
  "gas_type": null,
34882
- "u_factor": 1.7,
34883
- "solar_heat_gain_coefficient": 0.36,
34884
- "visible_transmittance": 0.23,
36520
+ "u_factor": null,
36521
+ "solar_heat_gain_coefficient": null,
36522
+ "visible_transmittance": null,
34885
36523
  "optical_data_type": null,
34886
36524
  "solar_transmittance_at_normal_incidence": null,
34887
36525
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34906,21 +36544,21 @@
34906
36544
  "sort": null
34907
36545
  },
34908
36546
  {
34909
- "name": "U 1.80 SHGC 0.36 Simple Glazing",
34910
- "material_type": "SimpleGlazing",
34911
- "roughness": null,
34912
- "thickness": null,
34913
- "conductivity": null,
34914
- "resistance": null,
34915
- "density": null,
34916
- "specific_heat": null,
34917
- "thermal_absorptance": null,
34918
- "solar_absorptance": null,
34919
- "visible_absorptance": null,
36547
+ "name": "W_m2_R19",
36548
+ "material_type": "StandardOpaqueMaterial",
36549
+ "roughness": "Smooth",
36550
+ "thickness": 2.24,
36551
+ "conductivity": 0.02,
36552
+ "resistance": 19.0,
36553
+ "density": 1.0,
36554
+ "specific_heat": 0.27,
36555
+ "thermal_absorptance": 0.9,
36556
+ "solar_absorptance": 0.7,
36557
+ "visible_absorptance": 0.8,
34920
36558
  "gas_type": null,
34921
- "u_factor": 1.8,
34922
- "solar_heat_gain_coefficient": 0.36,
34923
- "visible_transmittance": 0.23,
36559
+ "u_factor": null,
36560
+ "solar_heat_gain_coefficient": null,
36561
+ "visible_transmittance": null,
34924
36562
  "optical_data_type": null,
34925
36563
  "solar_transmittance_at_normal_incidence": null,
34926
36564
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34945,21 +36583,21 @@
34945
36583
  "sort": null
34946
36584
  },
34947
36585
  {
34948
- "name": "U 1.90 SHGC 0.27 Simple Glazing",
34949
- "material_type": "SimpleGlazing",
34950
- "roughness": null,
34951
- "thickness": null,
34952
- "conductivity": null,
34953
- "resistance": null,
34954
- "density": null,
34955
- "specific_heat": null,
34956
- "thermal_absorptance": null,
34957
- "solar_absorptance": null,
34958
- "visible_absorptance": null,
36586
+ "name": "W_m3_R21",
36587
+ "material_type": "StandardOpaqueMaterial",
36588
+ "roughness": "Smooth",
36589
+ "thickness": 2.24,
36590
+ "conductivity": 0.02,
36591
+ "resistance": 21.0,
36592
+ "density": 1.0,
36593
+ "specific_heat": 0.27,
36594
+ "thermal_absorptance": 0.9,
36595
+ "solar_absorptance": 0.7,
36596
+ "visible_absorptance": 0.8,
34959
36597
  "gas_type": null,
34960
- "u_factor": 1.9,
34961
- "solar_heat_gain_coefficient": 0.27,
34962
- "visible_transmittance": 0.25,
36598
+ "u_factor": null,
36599
+ "solar_heat_gain_coefficient": null,
36600
+ "visible_transmittance": null,
34963
36601
  "optical_data_type": null,
34964
36602
  "solar_transmittance_at_normal_incidence": null,
34965
36603
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -34984,7 +36622,46 @@
34984
36622
  "sort": null
34985
36623
  },
34986
36624
  {
34987
- "name": "U 1.90 SHGC 0.34 Simple Glazing",
36625
+ "name": "Wall Insulation [31]",
36626
+ "material_type": "StandardOpaqueMaterial",
36627
+ "roughness": "MediumRough",
36628
+ "thickness": 1.32677165354331,
36629
+ "conductivity": 0.29952598169589,
36630
+ "resistance": 4.429571171,
36631
+ "density": 5.68094441242916,
36632
+ "specific_heat": 0.199914015477214,
36633
+ "thermal_absorptance": 0.9,
36634
+ "solar_absorptance": 0.5,
36635
+ "visible_absorptance": 0.5,
36636
+ "gas_type": null,
36637
+ "u_factor": null,
36638
+ "solar_heat_gain_coefficient": null,
36639
+ "visible_transmittance": null,
36640
+ "optical_data_type": null,
36641
+ "solar_transmittance_at_normal_incidence": null,
36642
+ "front_side_solar_reflectance_at_normal_incidence": null,
36643
+ "back_side_solar_reflectance_at_normal_incidence": null,
36644
+ "visible_transmittance_at_normal_incidence": null,
36645
+ "front_side_visible_reflectance_at_normal_incidence": null,
36646
+ "back_side_visible_reflectance_at_normal_incidence": null,
36647
+ "infrared_transmittance_at_normal_incidence": null,
36648
+ "front_side_infrared_hemispherical_emissivity": null,
36649
+ "back_side_infrared_hemispherical_emissivity": null,
36650
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
36651
+ "solar_diffusing": null,
36652
+ "material_standard": null,
36653
+ "material_standard_source": null,
36654
+ "code_category": null,
36655
+ "code_identifier": null,
36656
+ "framing_material": null,
36657
+ "framing_configuration": null,
36658
+ "framing_depth": null,
36659
+ "framing_size": null,
36660
+ "cavity_insulation": null,
36661
+ "sort": 255.0
36662
+ },
36663
+ {
36664
+ "name": "Window10",
34988
36665
  "material_type": "SimpleGlazing",
34989
36666
  "roughness": null,
34990
36667
  "thickness": null,
@@ -34995,10 +36672,10 @@
34995
36672
  "thermal_absorptance": null,
34996
36673
  "solar_absorptance": null,
34997
36674
  "visible_absorptance": null,
34998
- "gas_type": null,
34999
- "u_factor": 1.9,
35000
- "solar_heat_gain_coefficient": 0.34,
35001
- "visible_transmittance": 0.25,
36675
+ "gas_type": "Air",
36676
+ "u_factor": 1.23,
36677
+ "solar_heat_gain_coefficient": 0.62,
36678
+ "visible_transmittance": 0.81,
35002
36679
  "optical_data_type": null,
35003
36680
  "solar_transmittance_at_normal_incidence": null,
35004
36681
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35023,7 +36700,7 @@
35023
36700
  "sort": null
35024
36701
  },
35025
36702
  {
35026
- "name": "U 1.90 SHGC 0.39 Simple Glazing",
36703
+ "name": "Window11",
35027
36704
  "material_type": "SimpleGlazing",
35028
36705
  "roughness": null,
35029
36706
  "thickness": null,
@@ -35034,10 +36711,10 @@
35034
36711
  "thermal_absorptance": null,
35035
36712
  "solar_absorptance": null,
35036
36713
  "visible_absorptance": null,
35037
- "gas_type": null,
35038
- "u_factor": 1.9,
35039
- "solar_heat_gain_coefficient": 0.39,
35040
- "visible_transmittance": 0.25,
36714
+ "gas_type": "Air",
36715
+ "u_factor": 0.47,
36716
+ "solar_heat_gain_coefficient": 0.47,
36717
+ "visible_transmittance": 0.81,
35041
36718
  "optical_data_type": null,
35042
36719
  "solar_transmittance_at_normal_incidence": null,
35043
36720
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35062,7 +36739,7 @@
35062
36739
  "sort": null
35063
36740
  },
35064
36741
  {
35065
- "name": "U 1.90 SHGC 0.65 Simple Glazing",
36742
+ "name": "Window12",
35066
36743
  "material_type": "SimpleGlazing",
35067
36744
  "roughness": null,
35068
36745
  "thickness": null,
@@ -35073,10 +36750,10 @@
35073
36750
  "thermal_absorptance": null,
35074
36751
  "solar_absorptance": null,
35075
36752
  "visible_absorptance": null,
35076
- "gas_type": null,
35077
- "u_factor": 1.9,
35078
- "solar_heat_gain_coefficient": 0.65,
35079
- "visible_transmittance": 0.25,
36753
+ "gas_type": "Air",
36754
+ "u_factor": 1.23,
36755
+ "solar_heat_gain_coefficient": 0.5,
36756
+ "visible_transmittance": 0.81,
35080
36757
  "optical_data_type": null,
35081
36758
  "solar_transmittance_at_normal_incidence": null,
35082
36759
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35101,7 +36778,7 @@
35101
36778
  "sort": null
35102
36779
  },
35103
36780
  {
35104
- "name": "U 1.98 SHGC 0.16 Simple Glazing",
36781
+ "name": "Window2",
35105
36782
  "material_type": "SimpleGlazing",
35106
36783
  "roughness": null,
35107
36784
  "thickness": null,
@@ -35112,10 +36789,10 @@
35112
36789
  "thermal_absorptance": null,
35113
36790
  "solar_absorptance": null,
35114
36791
  "visible_absorptance": null,
35115
- "gas_type": null,
35116
- "u_factor": 1.98,
35117
- "solar_heat_gain_coefficient": 0.16,
35118
- "visible_transmittance": 0.15,
36792
+ "gas_type": "Air",
36793
+ "u_factor": 0.77,
36794
+ "solar_heat_gain_coefficient": 0.77,
36795
+ "visible_transmittance": 0.81,
35119
36796
  "optical_data_type": null,
35120
36797
  "solar_transmittance_at_normal_incidence": null,
35121
36798
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35140,7 +36817,7 @@
35140
36817
  "sort": null
35141
36818
  },
35142
36819
  {
35143
- "name": "U 1.98 SHGC 0.19 Simple Glazing",
36820
+ "name": "Window3",
35144
36821
  "material_type": "SimpleGlazing",
35145
36822
  "roughness": null,
35146
36823
  "thickness": null,
@@ -35151,10 +36828,10 @@
35151
36828
  "thermal_absorptance": null,
35152
36829
  "solar_absorptance": null,
35153
36830
  "visible_absorptance": null,
35154
- "gas_type": null,
35155
- "u_factor": 1.98,
35156
- "solar_heat_gain_coefficient": 0.19,
35157
- "visible_transmittance": 0.15,
36831
+ "gas_type": "Air",
36832
+ "u_factor": 0.47,
36833
+ "solar_heat_gain_coefficient": 0.5,
36834
+ "visible_transmittance": 0.81,
35158
36835
  "optical_data_type": null,
35159
36836
  "solar_transmittance_at_normal_incidence": null,
35160
36837
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35179,7 +36856,7 @@
35179
36856
  "sort": null
35180
36857
  },
35181
36858
  {
35182
- "name": "U 1.98 SHGC 0.36 Simple Glazing",
36859
+ "name": "Window4",
35183
36860
  "material_type": "SimpleGlazing",
35184
36861
  "roughness": null,
35185
36862
  "thickness": null,
@@ -35190,10 +36867,10 @@
35190
36867
  "thermal_absorptance": null,
35191
36868
  "solar_absorptance": null,
35192
36869
  "visible_absorptance": null,
35193
- "gas_type": null,
35194
- "u_factor": 1.98,
35195
- "solar_heat_gain_coefficient": 0.36,
35196
- "visible_transmittance": 0.25,
36870
+ "gas_type": "Air",
36871
+ "u_factor": 0.77,
36872
+ "solar_heat_gain_coefficient": 0.62,
36873
+ "visible_transmittance": 0.81,
35197
36874
  "optical_data_type": null,
35198
36875
  "solar_transmittance_at_normal_incidence": null,
35199
36876
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35218,7 +36895,7 @@
35218
36895
  "sort": null
35219
36896
  },
35220
36897
  {
35221
- "name": "U 1.98 SHGC 0.39 Simple Glazing",
36898
+ "name": "Window5",
35222
36899
  "material_type": "SimpleGlazing",
35223
36900
  "roughness": null,
35224
36901
  "thickness": null,
@@ -35229,10 +36906,10 @@
35229
36906
  "thermal_absorptance": null,
35230
36907
  "solar_absorptance": null,
35231
36908
  "visible_absorptance": null,
35232
- "gas_type": null,
35233
- "u_factor": 1.98,
35234
- "solar_heat_gain_coefficient": 0.39,
35235
- "visible_transmittance": 0.25,
36909
+ "gas_type": "Air",
36910
+ "u_factor": 0.47,
36911
+ "solar_heat_gain_coefficient": 0.49,
36912
+ "visible_transmittance": 0.81,
35236
36913
  "optical_data_type": null,
35237
36914
  "solar_transmittance_at_normal_incidence": null,
35238
36915
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35257,7 +36934,7 @@
35257
36934
  "sort": null
35258
36935
  },
35259
36936
  {
35260
- "name": "U 1.98 SHGC 0.61 Simple Glazing",
36937
+ "name": "Window6",
35261
36938
  "material_type": "SimpleGlazing",
35262
36939
  "roughness": null,
35263
36940
  "thickness": null,
@@ -35268,10 +36945,10 @@
35268
36945
  "thermal_absorptance": null,
35269
36946
  "solar_absorptance": null,
35270
36947
  "visible_absorptance": null,
35271
- "gas_type": null,
35272
- "u_factor": 1.98,
35273
- "solar_heat_gain_coefficient": 0.61,
35274
- "visible_transmittance": 0.25,
36948
+ "gas_type": "Air",
36949
+ "u_factor": 0.47,
36950
+ "solar_heat_gain_coefficient": 0.47,
36951
+ "visible_transmittance": 0.81,
35275
36952
  "optical_data_type": null,
35276
36953
  "solar_transmittance_at_normal_incidence": null,
35277
36954
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35296,21 +36973,21 @@
35296
36973
  "sort": null
35297
36974
  },
35298
36975
  {
35299
- "name": "Vapor permeable felt - 1/8 in.",
35300
- "material_type": "StandardOpaqueMaterial",
35301
- "roughness": "Rough",
35302
- "thickness": 0.13,
35303
- "conductivity": 2.0796,
35304
- "resistance": 0.06251202154,
35305
- "density": 22.0,
35306
- "specific_heat": 0.3,
36976
+ "name": "Window7",
36977
+ "material_type": "SimpleGlazing",
36978
+ "roughness": null,
36979
+ "thickness": null,
36980
+ "conductivity": null,
36981
+ "resistance": null,
36982
+ "density": null,
36983
+ "specific_heat": null,
35307
36984
  "thermal_absorptance": null,
35308
36985
  "solar_absorptance": null,
35309
36986
  "visible_absorptance": null,
35310
- "gas_type": null,
35311
- "u_factor": null,
35312
- "solar_heat_gain_coefficient": null,
35313
- "visible_transmittance": null,
36987
+ "gas_type": "Air",
36988
+ "u_factor": 0.47,
36989
+ "solar_heat_gain_coefficient": 0.46,
36990
+ "visible_transmittance": 0.81,
35314
36991
  "optical_data_type": null,
35315
36992
  "solar_transmittance_at_normal_incidence": null,
35316
36993
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35323,33 +37000,33 @@
35323
37000
  "back_side_infrared_hemispherical_emissivity": null,
35324
37001
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
35325
37002
  "solar_diffusing": null,
35326
- "material_standard": "CEC Title24-2013",
35327
- "material_standard_source": "AEC",
35328
- "code_category": "Building Membrane",
35329
- "code_identifier": "Vapor permeable felt - 1/8 in.",
37003
+ "material_standard": null,
37004
+ "material_standard_source": null,
37005
+ "code_category": null,
37006
+ "code_identifier": null,
35330
37007
  "framing_material": null,
35331
37008
  "framing_configuration": null,
35332
37009
  "framing_depth": null,
35333
37010
  "framing_size": null,
35334
37011
  "cavity_insulation": null,
35335
- "sort": 346.0
37012
+ "sort": null
35336
37013
  },
35337
37014
  {
35338
- "name": "Vapor seal - 2 layers of mopped 15 lb felt - 1/4 in.",
35339
- "material_type": "StandardOpaqueMaterial",
35340
- "roughness": "Rough",
35341
- "thickness": 0.25,
35342
- "conductivity": 2.0796,
35343
- "resistance": 0.120215426,
35344
- "density": 22.0,
35345
- "specific_heat": 0.3,
37015
+ "name": "Window8",
37016
+ "material_type": "SimpleGlazing",
37017
+ "roughness": null,
37018
+ "thickness": null,
37019
+ "conductivity": null,
37020
+ "resistance": null,
37021
+ "density": null,
37022
+ "specific_heat": null,
35346
37023
  "thermal_absorptance": null,
35347
37024
  "solar_absorptance": null,
35348
37025
  "visible_absorptance": null,
35349
- "gas_type": null,
35350
- "u_factor": null,
35351
- "solar_heat_gain_coefficient": null,
35352
- "visible_transmittance": null,
37026
+ "gas_type": "Air",
37027
+ "u_factor": 0.77,
37028
+ "solar_heat_gain_coefficient": 0.61,
37029
+ "visible_transmittance": 0.81,
35353
37030
  "optical_data_type": null,
35354
37031
  "solar_transmittance_at_normal_incidence": null,
35355
37032
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35362,33 +37039,33 @@
35362
37039
  "back_side_infrared_hemispherical_emissivity": null,
35363
37040
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
35364
37041
  "solar_diffusing": null,
35365
- "material_standard": "CEC Title24-2013",
35366
- "material_standard_source": "AEC",
35367
- "code_category": "Building Membrane",
35368
- "code_identifier": "Vapor seal - 2 layers of mopped 15 lb felt - 1/4 in.",
37042
+ "material_standard": null,
37043
+ "material_standard_source": null,
37044
+ "code_category": null,
37045
+ "code_identifier": null,
35369
37046
  "framing_material": null,
35370
37047
  "framing_configuration": null,
35371
37048
  "framing_depth": null,
35372
37049
  "framing_size": null,
35373
37050
  "cavity_insulation": null,
35374
- "sort": 347.0
37051
+ "sort": null
35375
37052
  },
35376
37053
  {
35377
- "name": "Vapor seal - plastic film - 1/16 in.",
35378
- "material_type": "StandardOpaqueMaterial",
35379
- "roughness": "Rough",
35380
- "thickness": 0.63,
35381
- "conductivity": 62.4996,
35382
- "resistance": 0.01008006451,
35383
- "density": 30.0,
35384
- "specific_heat": 0.3,
37054
+ "name": "Window9",
37055
+ "material_type": "SimpleGlazing",
37056
+ "roughness": null,
37057
+ "thickness": null,
37058
+ "conductivity": null,
37059
+ "resistance": null,
37060
+ "density": null,
37061
+ "specific_heat": null,
35385
37062
  "thermal_absorptance": null,
35386
37063
  "solar_absorptance": null,
35387
37064
  "visible_absorptance": null,
35388
- "gas_type": null,
35389
- "u_factor": null,
35390
- "solar_heat_gain_coefficient": null,
35391
- "visible_transmittance": null,
37065
+ "gas_type": "Air",
37066
+ "u_factor": 0.77,
37067
+ "solar_heat_gain_coefficient": 0.5,
37068
+ "visible_transmittance": 0.81,
35392
37069
  "optical_data_type": null,
35393
37070
  "solar_transmittance_at_normal_incidence": null,
35394
37071
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35401,33 +37078,33 @@
35401
37078
  "back_side_infrared_hemispherical_emissivity": null,
35402
37079
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
35403
37080
  "solar_diffusing": null,
35404
- "material_standard": "CEC Title24-2013",
35405
- "material_standard_source": "AEC",
35406
- "code_category": "Building Membrane",
35407
- "code_identifier": "Vapor seal - plastic film - 1/16 in.",
37081
+ "material_standard": null,
37082
+ "material_standard_source": null,
37083
+ "code_category": null,
37084
+ "code_identifier": null,
35408
37085
  "framing_material": null,
35409
37086
  "framing_configuration": null,
35410
37087
  "framing_depth": null,
35411
37088
  "framing_size": null,
35412
37089
  "cavity_insulation": null,
35413
- "sort": 348.0
37090
+ "sort": null
35414
37091
  },
35415
37092
  {
35416
- "name": "Vermiculite aggregate - 45 lb/ft3 - 1/2 in.",
35417
- "material_type": "StandardOpaqueMaterial",
35418
- "roughness": "Smooth",
35419
- "thickness": 0.5,
35420
- "conductivity": 1.7004,
35421
- "resistance": 0.2940484592,
35422
- "density": 45.0,
35423
- "specific_heat": 0.32,
37093
+ "name": "Window_Skylt_T24_2013",
37094
+ "material_type": "SimpleGlazing",
37095
+ "roughness": null,
37096
+ "thickness": null,
37097
+ "conductivity": null,
37098
+ "resistance": null,
37099
+ "density": null,
37100
+ "specific_heat": null,
35424
37101
  "thermal_absorptance": null,
35425
37102
  "solar_absorptance": null,
35426
37103
  "visible_absorptance": null,
35427
- "gas_type": null,
35428
- "u_factor": null,
35429
- "solar_heat_gain_coefficient": null,
35430
- "visible_transmittance": null,
37104
+ "gas_type": "Air",
37105
+ "u_factor": 0.58,
37106
+ "solar_heat_gain_coefficient": 0.25,
37107
+ "visible_transmittance": 0.49,
35431
37108
  "optical_data_type": null,
35432
37109
  "solar_transmittance_at_normal_incidence": null,
35433
37110
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35440,33 +37117,33 @@
35440
37117
  "back_side_infrared_hemispherical_emissivity": null,
35441
37118
  "dirt_correction_factor_for_solar_and_visible_transmittance": null,
35442
37119
  "solar_diffusing": null,
35443
- "material_standard": "CEC Title24-2013",
35444
- "material_standard_source": "AEC",
35445
- "code_category": "Plastering Materials",
35446
- "code_identifier": "Vermiculite aggregate - 45 lb/ft3 - 1/2 in.",
37120
+ "material_standard": null,
37121
+ "material_standard_source": null,
37122
+ "code_category": null,
37123
+ "code_identifier": null,
35447
37124
  "framing_material": null,
35448
37125
  "framing_configuration": null,
35449
37126
  "framing_depth": null,
35450
37127
  "framing_size": null,
35451
37128
  "cavity_insulation": null,
35452
- "sort": 679.0
37129
+ "sort": null
35453
37130
  },
35454
37131
  {
35455
- "name": "Wall Insulation [31]",
35456
- "material_type": "StandardOpaqueMaterial",
35457
- "roughness": "MediumRough",
35458
- "thickness": 1.32677165354331,
35459
- "conductivity": 0.29952598169589,
35460
- "resistance": 4.429571171,
35461
- "density": 5.68094441242916,
35462
- "specific_heat": 0.199914015477214,
35463
- "thermal_absorptance": 0.9,
35464
- "solar_absorptance": 0.5,
35465
- "visible_absorptance": 0.5,
35466
- "gas_type": null,
35467
- "u_factor": null,
35468
- "solar_heat_gain_coefficient": null,
35469
- "visible_transmittance": null,
37132
+ "name": "Window_m1",
37133
+ "material_type": "SimpleGlazing",
37134
+ "roughness": null,
37135
+ "thickness": null,
37136
+ "conductivity": null,
37137
+ "resistance": null,
37138
+ "density": null,
37139
+ "specific_heat": null,
37140
+ "thermal_absorptance": null,
37141
+ "solar_absorptance": null,
37142
+ "visible_absorptance": null,
37143
+ "gas_type": "Air",
37144
+ "u_factor": 0.29,
37145
+ "solar_heat_gain_coefficient": 0.2,
37146
+ "visible_transmittance": 0.42,
35470
37147
  "optical_data_type": null,
35471
37148
  "solar_transmittance_at_normal_incidence": null,
35472
37149
  "front_side_solar_reflectance_at_normal_incidence": null,
@@ -35488,7 +37165,85 @@
35488
37165
  "framing_depth": null,
35489
37166
  "framing_size": null,
35490
37167
  "cavity_insulation": null,
35491
- "sort": 255.0
37168
+ "sort": null
37169
+ },
37170
+ {
37171
+ "name": "Window_m2",
37172
+ "material_type": "SimpleGlazing",
37173
+ "roughness": null,
37174
+ "thickness": null,
37175
+ "conductivity": null,
37176
+ "resistance": null,
37177
+ "density": null,
37178
+ "specific_heat": null,
37179
+ "thermal_absorptance": null,
37180
+ "solar_absorptance": null,
37181
+ "visible_absorptance": null,
37182
+ "gas_type": "Air",
37183
+ "u_factor": 0.25,
37184
+ "solar_heat_gain_coefficient": 0.175,
37185
+ "visible_transmittance": 0.42,
37186
+ "optical_data_type": null,
37187
+ "solar_transmittance_at_normal_incidence": null,
37188
+ "front_side_solar_reflectance_at_normal_incidence": null,
37189
+ "back_side_solar_reflectance_at_normal_incidence": null,
37190
+ "visible_transmittance_at_normal_incidence": null,
37191
+ "front_side_visible_reflectance_at_normal_incidence": null,
37192
+ "back_side_visible_reflectance_at_normal_incidence": null,
37193
+ "infrared_transmittance_at_normal_incidence": null,
37194
+ "front_side_infrared_hemispherical_emissivity": null,
37195
+ "back_side_infrared_hemispherical_emissivity": null,
37196
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
37197
+ "solar_diffusing": null,
37198
+ "material_standard": null,
37199
+ "material_standard_source": null,
37200
+ "code_category": null,
37201
+ "code_identifier": null,
37202
+ "framing_material": null,
37203
+ "framing_configuration": null,
37204
+ "framing_depth": null,
37205
+ "framing_size": null,
37206
+ "cavity_insulation": null,
37207
+ "sort": null
37208
+ },
37209
+ {
37210
+ "name": "Window_u2_T24_2013",
37211
+ "material_type": "SimpleGlazing",
37212
+ "roughness": null,
37213
+ "thickness": null,
37214
+ "conductivity": null,
37215
+ "resistance": null,
37216
+ "density": null,
37217
+ "specific_heat": null,
37218
+ "thermal_absorptance": null,
37219
+ "solar_absorptance": null,
37220
+ "visible_absorptance": null,
37221
+ "gas_type": "Air",
37222
+ "u_factor": 0.36,
37223
+ "solar_heat_gain_coefficient": 0.25,
37224
+ "visible_transmittance": 0.42,
37225
+ "optical_data_type": null,
37226
+ "solar_transmittance_at_normal_incidence": null,
37227
+ "front_side_solar_reflectance_at_normal_incidence": null,
37228
+ "back_side_solar_reflectance_at_normal_incidence": null,
37229
+ "visible_transmittance_at_normal_incidence": null,
37230
+ "front_side_visible_reflectance_at_normal_incidence": null,
37231
+ "back_side_visible_reflectance_at_normal_incidence": null,
37232
+ "infrared_transmittance_at_normal_incidence": null,
37233
+ "front_side_infrared_hemispherical_emissivity": null,
37234
+ "back_side_infrared_hemispherical_emissivity": null,
37235
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
37236
+ "solar_diffusing": null,
37237
+ "material_standard": null,
37238
+ "material_standard_source": null,
37239
+ "code_category": null,
37240
+ "code_identifier": null,
37241
+ "framing_material": null,
37242
+ "framing_configuration": null,
37243
+ "framing_depth": null,
37244
+ "framing_size": null,
37245
+ "cavity_insulation": null,
37246
+ "sort": null
35492
37247
  },
35493
37248
  {
35494
37249
  "name": "Wood - 1 in.",
@@ -43757,6 +45512,45 @@
43757
45512
  "framing_size": null,
43758
45513
  "cavity_insulation": null,
43759
45514
  "sort": 898.0
45515
+ },
45516
+ {
45517
+ "name": "window1",
45518
+ "material_type": "SimpleGlazing",
45519
+ "roughness": null,
45520
+ "thickness": null,
45521
+ "conductivity": null,
45522
+ "resistance": null,
45523
+ "density": null,
45524
+ "specific_heat": null,
45525
+ "thermal_absorptance": null,
45526
+ "solar_absorptance": null,
45527
+ "visible_absorptance": null,
45528
+ "gas_type": "Air",
45529
+ "u_factor": 1.23,
45530
+ "solar_heat_gain_coefficient": 0.82,
45531
+ "visible_transmittance": 0.81,
45532
+ "optical_data_type": null,
45533
+ "solar_transmittance_at_normal_incidence": null,
45534
+ "front_side_solar_reflectance_at_normal_incidence": null,
45535
+ "back_side_solar_reflectance_at_normal_incidence": null,
45536
+ "visible_transmittance_at_normal_incidence": null,
45537
+ "front_side_visible_reflectance_at_normal_incidence": null,
45538
+ "back_side_visible_reflectance_at_normal_incidence": null,
45539
+ "infrared_transmittance_at_normal_incidence": null,
45540
+ "front_side_infrared_hemispherical_emissivity": null,
45541
+ "back_side_infrared_hemispherical_emissivity": null,
45542
+ "dirt_correction_factor_for_solar_and_visible_transmittance": null,
45543
+ "solar_diffusing": null,
45544
+ "material_standard": null,
45545
+ "material_standard_source": null,
45546
+ "code_category": null,
45547
+ "code_identifier": null,
45548
+ "framing_material": null,
45549
+ "framing_configuration": null,
45550
+ "framing_depth": null,
45551
+ "framing_size": null,
45552
+ "cavity_insulation": null,
45553
+ "sort": null
43760
45554
  }
43761
45555
  ]
43762
45556
  }