Skip to content

Commit

Permalink
fix(construction): Upgrade constructions to new schema
Browse files Browse the repository at this point in the history
This is aligned with this change here:
ladybug-tools/honeybee-schema#310
  • Loading branch information
Chris Mackey committed May 10, 2021
1 parent 05a6540 commit 8a2d9b8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions honeybee_standards/energy_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Interior Door",
"layers": [
"materials": [
"Generic 25mm Wood"
]
},
{
"type": "WindowConstructionAbridged",
"identifier": "Generic Single Pane",
"layers": [
"materials": [
"Generic Clear Glass"
]
},
Expand All @@ -73,7 +73,7 @@
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Interior Ceiling",
"layers": [
"materials": [
"Generic LW Concrete",
"Generic Ceiling Air Gap",
"Generic Acoustic Tile"
Expand All @@ -82,7 +82,7 @@
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Interior Wall",
"layers": [
"materials": [
"Generic Gypsum Board",
"Generic Wall Air Gap",
"Generic Gypsum Board"
Expand All @@ -91,7 +91,7 @@
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Exposed Floor",
"layers": [
"materials": [
"Generic Painted Metal",
"Generic Ceiling Air Gap",
"Generic 50mm Insulation",
Expand All @@ -101,7 +101,7 @@
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Interior Floor",
"layers": [
"materials": [
"Generic Acoustic Tile",
"Generic Ceiling Air Gap",
"Generic LW Concrete"
Expand All @@ -110,15 +110,15 @@
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Ground Slab",
"layers": [
"materials": [
"Generic 50mm Insulation",
"Generic HW Concrete"
]
},
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Roof",
"layers": [
"materials": [
"Generic Roof Membrane",
"Generic 50mm Insulation",
"Generic LW Concrete",
Expand All @@ -129,7 +129,7 @@
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Exterior Wall",
"layers": [
"materials": [
"Generic Brick",
"Generic LW Concrete",
"Generic 50mm Insulation",
Expand All @@ -140,7 +140,7 @@
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Underground Wall",
"layers": [
"materials": [
"Generic 50mm Insulation",
"Generic HW Concrete",
"Generic Wall Air Gap",
Expand All @@ -156,7 +156,7 @@
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Underground Roof",
"layers": [
"materials": [
"Generic 50mm Insulation",
"Generic HW Concrete",
"Generic Ceiling Air Gap",
Expand All @@ -166,7 +166,7 @@
{
"type": "WindowConstructionAbridged",
"identifier": "Generic Double Pane",
"layers": [
"materials": [
"Generic Low-e Glass",
"Generic Window Air Gap",
"Generic Clear Glass"
Expand All @@ -175,7 +175,7 @@
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Exterior Door",
"layers": [
"materials": [
"Generic Painted Metal",
"Generic 25mm Insulation",
"Generic Painted Metal"
Expand Down

0 comments on commit 8a2d9b8

Please sign in to comment.