Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
3

Replacing wall construction with another construction

asked 9 years ago

Dubravka's avatar

updated 9 years ago

Hello! I am trying to make an energy model for retrofit of existing building. I have applied several measures for building design, but now I am thinking about replacing the wall construction of the first story. I was wondering if there is some measure similar to "Replacing Exterior Window Construction with the Different Construction from the Model". Do you have some suggestions how to do that using measures? I am not experienced in writing measures so any help and suggestion is more than welcome.

Thank you

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
1

answered 9 years ago

updated 9 years ago

There is a measure to set the exterior wall R value to a specified value.

You can also just create a construction set and assign the construction you want for the exterior wall. Then assign this to the building story object you want it used on. It will override the building default exterior wall construction.

Here is a video that demonstrates this and downloading constructions form BCL. The second half shows how to add the new construction set and assign it to a story. Below are screenshots of this with the the new grid view facility tab.

image description
Adding construction to new default construction set in "Construction Tab"

image description
Assigning new construction set to the first story in the "Stories" sub tab of the "Facility" tab in OpenStudio 1.9.0.

Preview: (hide)
link

Comments

Thank you for your comment. I have already used measure to set the exterior wall R value to a specified value, but that measure only adds new layer of insulation and I wanted to see the results for major retrofit when I completely change the construction of the walls.

Dubravka's avatar Dubravka  ( 9 years ago )
1

answered 9 years ago

The BCL measure Set Interior Walls to Selected Construction has almost everything you need to do what you describe. You'd just have to change the section in run that loops through surfaces and checks if they are interior walls (i.e. if surface.surfaceType == "Wall" and surface.outsideBoundaryCondition == "Surface") to instead check if the surface is on the first story and is an external wall. If the surface passes those checks, surface.setConstruction(construction) will set the construction to the one chosen as a user argument.

Preview: (hide)
link

Comments

Thank you for your answer. This is what I was looking for and thank you very much for detailed description for script change.

Dubravka's avatar Dubravka  ( 9 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 9 years ago

Seen: 474 times

Last updated: Oct 27 '15