controllab / fmi-export-20sim

FMI export code generation template for 20-sim
GNU General Public License v3.0
3 stars 4 forks source link

Support multiple instances of an FMU #5

Closed margro closed 8 years ago

margro commented 8 years ago

Currently the generated code supports only a single instance for each FMU. To support the usage of multiple instances of the same FMU in a single co-simulation experiment, the FMU should internally have a separate model state storage for each instance, such that we can distinquish between instances...

margro commented 8 years ago

Should be possible now since I merged the multi-instance branch into the master branch with #8.