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

Current tools for Co-simulation

asked 2023-12-13 22:40:27 -0500

Vaibhav's avatar

updated 2023-12-14 12:17:16 -0500

Dear Community!

Please update me which are the current tools used by the community for co-simulations. I wish to concurrently run EnergyPlus, Radiance, and Matlab models with some data fetched from real sensor data loggers.

Has there been other options similar to BCVTB in the recent past? Thank you!

Best regards, Vaibhav

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2023-12-15 08:13:59 -0500

For the coupling of these three tools I suggest you use the BCVTB.

edit flag offensive delete link more
1

answered 2023-12-16 23:01:28 -0500

Taoning Wang's avatar

You can do runtime callback with EnergyPlus and Radiance using frads in Python.

A simple example goes something like this, here is a more detailed example.

import frads as fr

emodel = fr.load_energyplus_model("model.idf")
with fr.EnergyPlusSetup(emodel, weather_file="weather.epw", enable_radiance=True) as ep:
    ep.set_callback(controller)
    ep.run()
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

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 2023-12-13 22:40:27 -0500

Seen: 125 times

Last updated: Dec 16 '23