1

[EP]How to set up humidity gain from infiltration or seepage for underground buildings

For underground buildings, usually the effect of humidity gain per hour from infiltration or seepage should be considered. However, I cannot find such set up in either open studio or energy plus. Anyone knows how to set up this kind of internal gain in either open studio or energy plus?

Please advise if any. Thanks a lot.

finorths's avatar
79
finorths
asked 2017-10-31 03:51:18 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2017-11-01 12:31:58 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

You can define infiltration in OpenStudio in the Space Types model data tab on the left edge. You can use either a design flow rate or effective leakage area approach, and I would argue that design flow rate may be more appropriate for underground buildings.

image description

image description

EnergyPlus will normally only account for sensible heat transfer through underground surfaces. To account for seepage, you will need to set the Algorithm input field of the HeatBalanceAlgorithm object to "CombinedHeatAndMoistureFiniteElement" instead of the default "ConductionTransferFunction". You will also need to include special objects like MaterialProperty:HeatAndMoistureTransfer:Settings within the model. These other special objects are not accessible from the OpenStudio application, but you can use OpenStudio SDK methods to write an OpenStudio Measure to add them.

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2017-11-01 13:37:33 -0500
edit flag offensive 0 remove flag delete link

Comments

That's really detailed and helpful, I will try and give you feed back then. Thanks a lot.

finorths's avatar finorths (2017-11-04 10:25:28 -0500) edit
add a comment see more comments