Skip to content

Commit

Permalink
feat(construction): Add default Shade and AirBoundary Construction
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Feb 15, 2020
1 parent f614db3 commit 0541a89
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions honeybee_standards/data/constructions/default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"Generic Air Boundary": {
"type": "AirBoundaryConstructionAbridged",
"name": "Generic Air Boundary",
"air_mixing_per_area": 0.1,
"air_mixing_schedule": "Always On"
},
"Generic Context": {
"type": "ShadeConstruction",
"name": "Generic Context",
"solar_reflectance": 0.2,
"visible_reflectance": 0.2,
"is_specular": false
},
"Generic Shade": {
"type": "ShadeConstruction",
"name": "Generic Shade",
"solar_reflectance": 0.35,
"visible_reflectance": 0.35,
"is_specular": false
}
}

0 comments on commit 0541a89

Please sign in to comment.