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

CO2 concentration in room with SpawnOfEnergyPlus

asked 2021-11-22 10:41:33 -0500

MPK's avatar

updated 2021-11-22 11:35:27 -0500

I ventilate the model with outside air with a CO2 concentration of 400 PPM. However, the CO2 concentration in the room settles at 261 PPM. What could be the cause of this problem?

Here is how I add CO2 to the fluid mix: package Medium=Buildings.Media.Air(extraPropertiesNames={"CO2"})

Here is how I define the outside CO2 concentration in the source block: fill(400/1000000, 1)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-11-23 09:23:22 -0500

MPK's avatar

I found the answer:

The fill command uses weight fractions, not PPM. Air has a weight of 29 g/mol. CO2 has a weight of 44 g/mol.

--> fill(400/1000000*44/29, 1)

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2021-11-22 10:41:33 -0500

Seen: 133 times

Last updated: Nov 23 '21