Skip to content

Commit

Permalink
fix(energy): Add generic constructions for plenum ceilings + floors
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Jan 29, 2025
1 parent d8085b2 commit 6fe0446
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
16 changes: 16 additions & 0 deletions honeybee_standards/constructions/default.idf
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,22 @@ Construction, !- opaque
Generic Ceiling Air Gap, !- layer 2
Generic LW Concrete; !- layer 3

Construction, !- opaque
Ceiling Plenum Top, !- name
Generic LW Concrete; !- layer 1

Construction, !- opaque
Ceiling Plenum Bottom, !- name
Generic Acoustic Tile; !- layer 1

Construction, !- opaque
Floor Plenum Top, !- name
Generic 25mm Wood; !- layer 1

Construction, !- opaque
Floor Plenum Bottom, !- name
Generic LW Concrete; !- layer 1

Construction, !- opaque
Generic Ground Slab, !- name
Generic 50mm Insulation, !- layer 1
Expand Down
28 changes: 28 additions & 0 deletions honeybee_standards/energy_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,34 @@
"Generic Acoustic Tile"
]
},
{
"type": "OpaqueConstructionAbridged",
"identifier": "Ceiling Plenum Top",
"materials": [
"Generic LW Concrete"
]
},
{
"type": "OpaqueConstructionAbridged",
"identifier": "Ceiling Plenum Bottom",
"materials": [
"Generic Acoustic Tile"
]
},
{
"type": "OpaqueConstructionAbridged",
"identifier": "Floor Plenum Top",
"materials": [
"Generic 25mm Wood"
]
},
{
"type": "OpaqueConstructionAbridged",
"identifier": "Floor Plenum Bottom",
"materials": [
"Generic LW Concrete"
]
},
{
"type": "OpaqueConstructionAbridged",
"identifier": "Generic Interior Wall",
Expand Down

0 comments on commit 6fe0446

Please sign in to comment.