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

AED (Adequate Exposure Diversity)

asked 4 years ago

amitche8's avatar

updated 3 years ago

We are looking at simulating a small house and are trying to determine if it meets adequate exposure diversity (AED) per Manual J, which is defined as:

A system has adequate exposure diversity if the peak-hour glass load for the entire conditioned space does not exceed the average glass load for the entire conditioned space by more than 30 percent.

So I have run the simulation in BEopt and have added the following variables in Energyplus, now with the hourly glass load, any advice on trying to process this?

OUTPUT:VARIABLE,
    living_1,                 !- Key Value
    Zone Windows Total Heat Gain Energy,    !- Variable Name
    Hourly;                   !- Reporting Frequency

OUTPUT:VARIABLE,
    living_1,                 !- Key Value
    Zone Windows Total Transmitted Solar Radiation Energy,    !- Variable Name
    Hourly;                   !- Reporting Frequency

OUTPUT:VARIABLE,
    living_1,                 !- Key Value
    Zone Windows Total Heat Loss Energy,    !- Variable Name
    Hourly;                   !- Reporting Frequency
Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 4 years ago

updated 4 years ago

EnergyPlus can generate these hourly output variables, but it won't tell you specifics like peak-hour values. Sounds like you need to set up a script using Python, Ruby, or something similar to do multiple steps:

  1. Read the hourly output variables that you're generating in the output CSV file created by EnergyPlus
  2. Find the peak-hour glass load (peak-hour for the whole year, each day, or something else?)
  3. Calculate the average glass load (average load for the whole year, each day, or something else?)
  4. Calculate the AED (is peak-hour glass load > (average glass load x 1.3) ?)
Preview: (hide)
link

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

2 followers

Stats

Asked: 4 years ago

Seen: 673 times

Last updated: Feb 23 '21