Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the Help page!

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

value for cp Specific heat of air

asked 3 years ago

mdengusiak's avatar

updated 3 years ago

What is the value for cp Specific heat of the air used in energy plus?

We normally use for air in Europe cp= 1.0005 kJ/kgK but I guess might be different on other side :)

ps. I think there is an error in Units for cp (J/kg)
1. https://bigladdersoftware.com/epx/doc...

also, I found cp= 1.0005 kJ/kgK value in some parts of documentation for cp, but not sure if this is unified approach?
https://bigladdersoftware.com/epx/doc...

Preview: (hide)

Comments

@mdengusiak great catch on cp using the wrong units (J/kg should be J/kgK) in the EnergyPlus documentation. You can mention this in the ongoing documentation issues list on Github where the EnergyPlus source code is hosted.

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

1 Answer

Sort by » oldest newest most voted
2

answered 3 years ago

In general, EnergyPlus uses variable specific heat of air. The psychrometric function PsyCpAirFnW calculates specific heat as a function of humidity ratio.

But there are a few instances of 1005. lurking in the code, in the ecoroof module (as noted above), the Mundt room air model, baseboard heat standard rating calculations, and the VRF DX controls.

Preview: (hide)
link

Comments

this is great! especially link to the source in code thanks! so when I want to calculate manually infiltration based on the mass flow Q = m * cp * dt [W] Q = Zone Infiltration Mass Flow Rate * cp * (Zone Outdoor Air Drybulb Temperature - Zone Air Temperature) I should recalculate cp for each hour from Zone Outdoor Air Drybulb Temperature and Site Outdoor Air Humidity Ratio ? or a should use different variable? I am referring to https://unmethours.com/question/65256...

mdengusiak's avatar mdengusiak  ( 3 years ago )

See answer here.

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

1 follower

Stats

Asked: 3 years ago

Seen: 1,675 times

Last updated: Dec 01 '21