open-simulation-platform / libcosim

OSP C++ co-simulation library
https://open-simulation-platform.github.io/libcosim
Mozilla Public License 2.0
54 stars 10 forks source link

Implement partial FMI 3.0 support #741

Open kyllingstad opened 12 months ago

kyllingstad commented 12 months ago

FMI 3.0 has been out for a long time, and FMI Library now has (alpha level) support for it too. We should start working towards supporting it.

I propose a first implementation that covers:

Once this is in place, we can work towards supporting other important FMI 3.0 features, in particular array variables. (Separate issues should be created for this.)

kyllingstad commented 12 months ago

I have some funding to work on this this autumn, so I assigned it to myself.

kyllingstad commented 11 months ago

The issue was discussed in today's OSP committee meeting, and the committee approves of the plan outlined in the issue description.

kyllingstad commented 5 months ago

I had to unassign the issue for the time being, as it has been decided that our current project more urgently needs #757.