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

How to obtain autosized Values in EnergyPlus

asked 2023-09-27 07:25:46 -0500

mrks's avatar

In my energyplus building file (.idf) I specified some values as "autosize". Now I am wondering, where can I see what the autosized values are in the simulation? I expected to find this somewhere in the ouput files but was not lucky. Any help appreciated.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-09-27 07:47:04 -0500

Use Output:Table:SummaryReports with the HVACSizingSummary and ComponentSizingSummary keys (or just use AllSummary) and OutputControl:Table:Style, HTML;and you'll get it in the HTML

You can also use

Output:SQLite,
  SimpleAndTabular;                       !- Option Type

And you can query the ComponentSizes table.


FYI, openstudio has handy methods on every object that has an autosizable fields, where if you associated a sql file to your model, you can just call a method and it'll give you the autosized value.

For example, for a CoilCoolingDXSingleSpeed, you have a autosizedRatedAirFlowRate() method.

You can also do Model::applySizingValues and every autosized field will be replaced by the calculated autosized value.

edit flag offensive delete link more

Comments

2

Or you could look in the *.eio file.

rraustad's avatar rraustad  ( 2023-09-27 08:13:02 -0500 )edit

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: 2023-09-27 07:25:46 -0500

Seen: 51 times

Last updated: Sep 27 '23