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

Zone Infiltration Mass Flow Rate of the building

asked 2021-10-08 09:50:15 -0500

Melina's avatar

updated 2021-10-08 16:53:30 -0500

Hello. I want to plot the hourly Zone Infiltration Mass Flow Rate of the building in energy plus but as I have 27 zones and in the output: variable I cannot define the whole building in the key value, it gives me the result for each zone separately. How can I see the hourly Zone Infiltration Mass Flow Rate for all zones?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-10-08 10:18:04 -0500

updated 2021-10-08 10:18:30 -0500

You can use a Meter:Custom object to accomplish this. In particular, the EnergyPlus documentation has an example of calculating building-level Infiltration Heat Loss & Heat Gain by summing zone-level output variables:

Meter:Custom,
  Building Infiltration Heat Loss,          !- Name
  Generic,                                  !- Resource Type
  *,                                        !- Key Name 1
  Zone Infiltration Total Heat Loss Energy; !- Output Variable Name 1

Meter:Custom,
  Building Infiltration Heat Gain,          !- Name
  Generic,                                  !- Resource Type
  *,                                        !- Key Name 1
  Zone Infiltration Total Heat Gain Energy; !- Output Variable Name 1

You can then request hourly output for the custom meter.

edit flag offensive delete link more

Comments

Thank you very much for your time and help.

Melina's avatar Melina  ( 2021-10-12 15:02:02 -0500 )edit

The field was renamed in more recent EnergyPlus versions but the inputs are the same. You should still use "Generic".

shorowit's avatar shorowit  ( 2021-10-12 15:09:23 -0500 )edit

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-10-08 09:50:15 -0500

Seen: 149 times

Last updated: Oct 08 '21