First time here? Check out the Help page!

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

use autosizing values for next simulations

asked 8 years ago

PJRosado's avatar

updated 7 years ago

I am running a parametric analysis using prototypes that are autosizing most HVAC components. How can I run this prototype once, to obtain the values auto-calculated, and then fix those values for subsequent runs. I do not want each run to autosize the HVAC system, but to use only the autosized values from the 1st run.

Preview: (hide)

Comments

1

Just curious if anything may have changed in the last three years on the E+ side? The Eppy method is feasible, but not ideal, and this would be a really useful native feature of E+.

bbrannon4's avatar bbrannon4  ( 4 years ago )

2 Answers

Sort by » oldest newest most voted
4

answered 8 years ago

@PJRosado Are you using EnergyPlus to run the simulations? If yes and if you know some Python, you could use eppy do so. I've done it in the past.

Preview: (hide)
link

Comments

@Jeremy Thanks for your response! I am using jEPlus to run the parametric analysis. Also, I am writing a python code right now using eppy, but I'm struggling to extract the sized values from the .eio file and to match the field names from the .eio files to the actual field names in the .idf file. Any recommendations on how you did it with python? Thank you!!

PJRosado's avatar PJRosado  ( 8 years ago )

The script I used reads the output of the simulations via the HTML files using the eppy (here). If you are looking for some help with your code, it might be best to post a snippet.

Jeremy's avatar Jeremy  ( 8 years ago )
1

answered 8 years ago

kpp's avatar

I did something similar some time back to fix the VAV size. I don't know if there is an easier way to do it. You can find the designed or sized outputs in .eio file that is generated after the first simulation. From this .eio file look for the right table for the right sized variable. Replace the autosize variable in .idf file with the designed value from the .eio file from the earlier simulation.

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: 8 years ago

Seen: 559 times

Last updated: Nov 23 '17