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

Trouble-shooting Energyplus sizing calculation

asked 2015-11-23 14:48:18 -0500

SVVitale's avatar

updated 2015-11-23 15:53:30 -0500

I am trying to troubleshoot my Energyplus/Openstudio sizing results. Is there a way to obtain a load breakdown for lighting, internal equipment, people and most-importantly envelope gains (conductance and solar)? I am seeing Energyplus sizing results that are very far-off what I would expect based on running Trane Trace 700 to perform the envelope loss/gain calculations.

What I would like to do is find a way to break down the Energyplus sizing so I can trouble-shoot where I am going wrong with my inputs.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
3

answered 2015-11-24 07:02:41 -0500

Yes, you can export the model to the .idf, but there is one way more easy, fast and that allows you to change the model direct in OS.

Use the measure zone_report available in BCL. It can be use direct in OpenStudio and will activate the report ZoneComponentLoadSummary.

https://bcl.nrel.gov/node/82313

edit flag offensive delete link more
3

answered 2015-11-23 15:36:13 -0500

Add this to your input file if not already included:

OutputControl:Table:Style,
  HTML;                    !- Column Separator

Output:Table:SummaryReports,
  AllSummary,              !- Report 1 Name
  ZoneComponentLoadSummary;!- Report 2 Name

Then review the YourFileNameTable.html

Look at the Lighting, Equipment, and Sensible Heat Gain Summary reports.

edit flag offensive delete link more

Comments

Thank you, but I have several dumb questions since I'm working thru Openstudio and not directly with Energyplus files: 1. Where is my input file typically saved? 2. Once I edit my input file directly in a text editor, how to I process it? 3. Once I edit my input file directly, am I decoupling my model from Openstudio?

Sorry for the dumb questions.

SVVitale's avatar SVVitale  ( 2015-11-23 16:28:59 -0500 )edit
1

@SVVitale: To answer your questions: if you've run a successful simulation with OpenStudio, the idf will be in your project directory (same name and parent directory as your .osm file)\run\5-EnergyPlusPreProcess-0 as 'out.osm'. Once you edit the idf (preferably after copying and pasting to a new location) you can run it with EP-launch as with using EnergyPlus natively. Note, if you don't have a separate installation of EnergyPlus, you can use the one that is bundled with OS, where EP-launch is located in (in windows) C\Program Files\OpenStudio 1.9.0\share\openstudio\EnergyPlusV8-3-0.

ericringold's avatar ericringold  ( 2015-11-23 20:10:24 -0500 )edit
1

3) Editing your idf will decouple from OpenStudio: future edits to your osm will not retain any changes in your idf. OS import of idf is limited, so you can't just import it back in, either. The best way to keep your changes and be able to make future edits in OS is to write an EnergyPlus measure to automatically make the changes to the idf after OS translates your project from .osm to .idf.

ericringold's avatar ericringold  ( 2015-11-23 20:13:35 -0500 )edit
2

answered 2015-11-24 08:05:46 -0500

obuchely's avatar

This question can help you.

link text

edit flag offensive delete link more

Comments

1

Much appreciated!!

SVVitale's avatar SVVitale  ( 2015-11-24 15:04: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: 2015-11-23 14:48:18 -0500

Seen: 432 times

Last updated: Nov 24 '15