Skip to content

Commit

Permalink
Merge pull request #1589 from NREL/appx_g/bugfix/exterior_window_inco…
Browse files Browse the repository at this point in the history
…rrect_construction

Include fenestration types_to_modify to apply correct PRM constructio…
  • Loading branch information
weilixu authored Sep 5, 2023
2 parents 81d4a02 + 68a7d20 commit b5d0f55
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,10 @@ def model_apply_prm_construction_types(model)
types_to_modify << ['Outdoors', 'ExteriorWall', 'SteelFramed']
types_to_modify << ['Outdoors', 'ExteriorRoof', 'IEAD']
types_to_modify << ['Outdoors', 'ExteriorFloor', 'SteelFramed']
types_to_modify << ['Outdoors', 'ExteriorWindow', 'Any Vertical Glazing']
types_to_modify << ['Outdoors', 'GlassDoor', 'Any Vertical Glazing']
types_to_modify << ['Outdoors', 'ExteriorDoor', 'NonSwinging']
types_to_modify << ['Outdoors', 'ExteriorDoor', 'Swinging']
types_to_modify << ['Ground', 'GroundContactFloor', 'Unheated']
types_to_modify << ['Ground', 'GroundContactWall', 'Mass']

Expand Down

0 comments on commit b5d0f55

Please sign in to comment.