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

Workaround for EnergyPlus Construction Layer Limitation

asked 3 years ago

mdaher's avatar

updated 3 years ago

The EnergyPlus documentation is clear that the Construction object cannot support more than ten layers. Are there any workarounds to this that anyone here has had success with in the past? Thank you very much for your help!

Preview: (hide)

Comments

Out of curiosity, what kind of construction are you trying to model that requires more than ten layers?

shorowit's avatar shorowit  ( 3 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 3 years ago

willyJohan's avatar

updated 3 years ago

Edit: guess my first answer won't work. Other thing I can recommend is combining layers, a fairly straight forward process for continuous layers (i.e. when you don have to account for thermal bridging), lots of info online on how to do it for discontinuous layers as well.

I think you can update the EnergyPlus idd file to expand the Construction object to include more layers:

...
       \object-list MaterialName
  A10, \field Layer 9
       \type object-list
       \object-list MaterialName
  A11; \field Layer 10
       \type object-list
       \object-list MaterialName

Becomes

...
       \object-list MaterialName
  A10, \field Layer 9
       \type object-list
       \object-list MaterialName
  A11, \field Layer 10
       \type object-list
       \object-list MaterialName
  A12; \field Layer 11
       \type object-list
       \object-list MaterialName

Alternatively, you could combine layers/materials prior to defining them in EnergyPlus.

Preview: (hide)
link

Comments

Changing the IDD will only affect how IDF Editor will allow you to change input fields, but not how the EnergyPlus engine will use them -- you would need to build a custom EnergyPlus executable after making the IDD changes for those to have an effect on calculation processes.

Combining similar adjacent layers is likely the easier & faster option.

Aaron Boranian's avatar Aaron Boranian  ( 3 years ago )

well, never mind then.

willyJohan's avatar willyJohan  ( 3 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

2 followers

Stats

Asked: 3 years ago

Seen: 165 times

Last updated: Mar 03 '22