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

EnergyPlus Pause Simulation, adjust heading schedule, resume?

asked 2021-11-01 11:16:20 -0500

LoaiA's avatar

updated 2022-02-22 13:22:41 -0500

I was wondering if there is a way to pause the simulation as it runs to adjust the heating / cooling system parameters, Essentially creating a bespoke schedule as the simulation as it runs to observe results? Maybe through a python API or if this feature is built into the standard energy plus?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-11-01 13:30:40 -0500

There are a few options. If the logic to change the parameters mid-simulation come from other simulation output then EMS or Python EMS are the first two things I would look at. You can use a sensor value to change an actuator that alters or sets a schedule value at a the current time step.

If you are some external influence that isn't related to weather or simulation output then you might consider something like Alpha. One use for Alpha is to do hardware in the loop simulations to test physical control systems with EnergyPlus or Modelica simulations. It can be run in real time, or faster than real tie depending on the use case. This could tie multiple simulations together instead of using hardware.

If you can inter the output you want based on weather conditions, then you might consider pre-processing the schedule values and then just add that schedule into EnergyPlus. That can be a CSV file that Schedule File object reads from.

edit flag offensive delete link more

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: 2021-11-01 11:16:20 -0500

Seen: 136 times

Last updated: Nov 01 '21