4

How is Site Standard Air Density calculated in EnergyPlus?

In EnergyPlus documentation, I did not find any description about how the site elevation corrected standard air density is calculated. I assume it follows the method described in the ASHRAE HOF, just want to confirm.

TiejunWu's avatar
563
TiejunWu
asked 2016-04-26 16:16:34 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2016-10-20 19:37:44 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

5

It would appear that you're correct. According to the DesignBuilder help, it follows this approach:

Air is assumed to be dry and at 20°C. The site elevation is used to calculate standard atmospheric pressure using the equation for 'standard atmospheric' pressure on p 6.1 of the ASHRAE 1997 HOF.

Density = P / (R * T)

Where:

R is the Gas constant = 287.05 J/kg-K

T is the temperature in K. Air is assumed to be at 20°C so, T = (20 + 273.15)

P is standard pressure:

P = 101325 x (1.0 − Z x 0.0000225577)^5.2559

where:

Z = Elevation above sea level (m)

This is referred to in the Engineering Reference section on demand controlled ventilation.

RhoStd = standard air density (1.204 kg/m${^3}$}) adjusted for the local barometric pressure (standard barometric pressure corrected for altitude, ASHRAE 1997 HOF pg. 6.1).

Jamie Bull's avatar
5.1k
Jamie Bull
answered 2016-04-27 06:29:55 -0500
Jeremy's avatar
1.6k
Jeremy
updated 2020-02-14 12:10:56 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments