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
3

Is There a Way to Speedacceleratings Simulations?

asked 1 year ago

eoinfwepi's avatar

I am running EnergyPlus simulations, but they seem to be running slower than I expected. The simulation time is significantly extended due to the vast number of pipe networks in my photovoltaic panels and horizontal ground heat exchangers. I know that for coding languages like Python, one can reduce computational time by using multithreading or utilizing the GPU. Does EnergyPlus not have such capabilities?

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
3

answered 1 year ago

You can run multiple simulations in parallel, but you cannot parallelize a single simulation, due to the nature of what's happening (all calculations must happen in a defined order).

You could break up your simulation in 12 monthly runperiods and collate the results after the fact, loosing a bit in accuracy though. This has been discussed for eg here: https://unmethours.com/question/38611... and if my memory serves, this is something that JEplus / JESS client does for you.

Shading calculations can be run on the GPU. See https://bigladdersoftware.com/epx/doc...

Preview: (hide)
link

Comments

Your memory is correct, Julien! You can try it out using the web portal here (https://app.ensims.com/jess/#!/new) after creating an account yourself and then requesting JESS access.

Yi Zhang's avatar Yi Zhang  ( 1 year ago )
3

answered 1 year ago

You also may want to take a look at the PerformancePrecisionTradeoffs object. The documentation for it is here

https://bigladdersoftware.com/epx/doc...

I would encourage you to try different options when running a short time period and see the impact on energy consumption. After you have gained confidence, run the entire year using those options.

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: 1 year ago

Seen: 270 times

Last updated: Jul 04 '23