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

The pressure difference between each zone and the external pressure

asked 2017-05-19 14:36:27 -0500

r.aghamolaei's avatar

updated 2017-05-22 10:29:31 -0500

I had a question about analyzing the pressure in each zone of a residential building. Could you please let me know that energy plus provides "The pressure difference between each zone and the external pressure" or not? and how can I have this output?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2017-05-22 10:29:24 -0500

updated 2017-05-23 07:56:46 -0500

Normally, EnergyPlus does not track air pressure differences between zones, outdoor air, and HVAC system nodes. To enable EnergyPlus to be able to track air pressure values, you will need to add a series of AirflowNetwork objects to incorporate CONTAM calculation processes (read here for more info).

Just so that you know, AirflowNetwork objects require lots of detailed inputs. Luckily, someone has already asked a similar question for modeling ventilation between zones with external pressure, so there is lots of overlap there for your question regarding pressure differences between zones and outdoor air.

To examine output results from EnergyPlus, you should run a simulation and then open the report data dictionary (RDD) output file. This will contain a full list of every output variable that EnergyPlus can generate in a CSV output file from your IDF input file. Find the Output:Variable object you are interested in (perhaps AFN Linkage Node 1 to Node 2 Pressure Difference or AFN Node Total Pressure), copy that entire line for the object from the RDD file and paste it into your IDF input file. Run a simulation again, and then you should be able to see that output variable in the CSV output file.

I would highly recommend referring to the EnergyPlus example files that showcase the AirflowNetwork objects (e.g., AirflowNetwork_MultiZone_House.idf).

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

2 followers

Stats

Asked: 2017-05-19 14:36:27 -0500

Seen: 346 times

Last updated: May 23 '17