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

Zone Infiltration Mass Flow Rate of the building

asked 3 years ago

Melina's avatar

updated 3 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 3 years ago

updated 3 years ago

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.

Preview: (hide)
link

Comments

Thank you very much for your time and help.

Melina's avatar Melina  ( 3 years ago )

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

shorowit's avatar shorowit  ( 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: 196 times

Last updated: Oct 08 '21