First time here? Check our help page!
3

The pressure difference between each zone and the external pressure

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?

r.aghamolaei's avatar
31
r.aghamolaei
asked 2017-05-19 14:36:27 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2017-05-22 10:29:31 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

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).

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2017-05-22 10:29:24 -0500, updated 2017-05-23 07:56:46 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments