1

Height difference (ΔHNPL) in ventilation stack in EnergyPlus

Hi!

The formula EnergyPlus uses for stack effect in ventilation is as follows: Qs=Cd * Opening Area * Schedule * SQRT(2gDH*(|(Tzone-Todb)|/Tzone))

The DH (referred as as "ΔHNPL" in the Inputoutput reference ) is defined as the height difference between the midpoint of an opening and the neutral pressure level. But EnergyPlus has considered the value of zero as default.

Doesn't this value of zero, makes the whole formula zero and consequently Qs=0?

Thanks a lot in advance!

Pouya's avatar
215
Pouya
asked 2016-09-19 05:31:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Yes, the default is zero for this input which means the ventilation due to stack effect by default is also zero. It is better to have no impact than an erroneous impact. This is a parameter that is complicated to determine and EnergyPlus does not try to do this automatically so instead the InputOutputReference says:

ΔHNPL = Height from midpoint of lower opening to the neutral pressure level [m]. Estimation of this value is difficult; refer to Chapter 16 of the 2009 ASHRAE Handbook of Fundamentals for guidance.

In Chapter 16 of the ASHRAE Handbook of Fundamentals (2009) is a section on Neutral Pressure Level that should be reviewed as well as Thermal Draft Coefficient that follows it. These same sections also appear int eh 2013 version of the handbook.

JasonGlazer's avatar
6.8k
JasonGlazer
answered 2016-09-19 08:52:51 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks a lot! yes apparently EnergyPlus just considers the wind effect by default.

Pouya's avatar Pouya (2016-09-19 09:20:53 -0500) edit
add a comment see more comments