Skip to content

EnergyPlus co-simulation toolbox v1.1

Compare
Choose a tag to compare
@dostaji4 dostaji4 released this 23 Oct 13:24
· 73 commits to master since this release

Structure of the main Simulink library was changed in order to work around the 63char. signal name length limit.

Added

  • Bus objects now support signal names longer then 63 characters.
  • Simulation and initialization is now considerably faster.
  • Vector to Bus block. Make a bus out of a apprapriately sized vector.
  • Browse buttons in the simulink block mask.

Changed

  • mlep system object does not work internally with busses anymore. It imposed the 63char. limit and was slow anyway.
  • Renamed the main simulink block from EnergyPlus SO to EnergyPlus Simulation.
  • The working directory is by default the directory of the selected IDF file.
  • IDF and EPW files are no longer required to be on the Matlab searchpath.