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

Results from EnergyPlus

asked 10 years ago

updated 9 years ago

Three questions about output results from EnergyPlus:

1) How can I set to especific Summary Report EnergyPlus in OpenStudio? Example: I want the "SummaryReport: ZoneCoolingSummaryMonthly". Is it possible to activate this directly from OpenStudio? Some measure for this?

2) Is there some way to output a graphic result from the Thermal Load HVAC? I saw this graphic in a paper from NREL. How to obtain this? Some measure?

Image and video hosting by TinyPic

3) When I use the Ideal Air Loads, I want to know the simultaneous thermal load of a group of Thermal Zones to choose the capacity of my system. Is there some field in EnergyPlus to report this? Or the only way to do this is creating a system with the thermal zones and set autocalculate?

Preview: (hide)

Comments

@Pithon - please add the software you're asking about so that others can find it. Also suggest correcting idelairloads tag to ideal-air-loads on this question and others.

MatthewSteen's avatar MatthewSteen  ( 10 years ago )

I created that graphic by hand to illustrate the OpenStudio "expert system" concept. It's not automatically output by any (currently existing) reporting measure, although David has created some example pie charts in a sample reporting measure available in the BCL.

ljbrackney's avatar ljbrackney  ( 10 years ago )

2 Answers

Sort by » oldest newest most voted
3

answered 10 years ago

  1. You would want to add this as an EnergyPlus measure. You could look at the Add Output Diagnostics Measure to get an idea of what it might look like.
  2. The Annual End Use has a pie chart of the space type makeup of your model. It is a reporting measure that pulls some tabular data form the EnergyPlus SQL file, but the space types come form the model input, specifically the OSM file.
  3. I may let some other people chime in with better answers for this, but you could have a reporting measure post process zones (tabular or time-series data), but as others have mentioned keep an eye out for how Ideal Air Load works, specifically lack of ventilation.
Preview: (hide)
link
2

answered 10 years ago

scottb's avatar

updated 10 years ago

Regarding question 3.

You can create a custom meter which is a summation of ideal loads in zones.

Here is an example of a custom meter using electricity consumption in various zones:

Meter:Custom,
SuiteElectricity,         !- Name
Electricity,             !- Fuel Type
,       !- Key Name 1
Electricity:Zone:Thermal Zone 1,  !- Output Variable or Meter Name 1
,       !- Key Name 2
Electricity:Zone:Thermal Zone 2,  !- Output Variable or Meter Name 2
,       !- Key Name 3
Electricity:Zone:Thermal Zone 3;  !- Output Variable or Meter Name 3

Just change the output variable name to the appropriate ideal loads name.

As you can probably tell, I use this feature to separate out suite electricity from common areas in multi-res buildings.

Check the E+ InputOutput manual for other examples

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

1 follower

Stats

Asked: 10 years ago

Seen: 626 times

Last updated: Dec 10 '14