BIM2SIM / bim2sim

A python tool to create simulation models for different domains based on BIM IFC models.
https://bim2sim.github.io/bim2sim/
GNU Lesser General Public License v3.0
43 stars 7 forks source link

run EnergyPlus using subprocess instead of eppy #597

Open veronikarichter opened 9 months ago

veronikarichter commented 9 months ago

When running multiple PluginEnergyPlus examples from the same file, the idf.run() function may lead to an undefined error. This can be avoided using the command line execution of EnergyPlus (using subprocess).