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 2021-02-22 13:36:41 -0500

amitche8's avatar

updated 2021-04-05 09:50:14 -0500

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
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-02-22 19:32:28 -0500

updated 2021-02-22 19:32:56 -0500

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) ?)
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: 2021-02-22 13:36:41 -0500

Seen: 458 times

Last updated: Feb 23 '21