openfedem / fedem-gui

Graphical user interface for FEDEM
https://openfedem.org
Apache License 2.0
0 stars 1 forks source link

The FMU export should also support the FMI 3.0 standard #22

Open kmokstad opened 2 months ago

kmokstad commented 2 months ago

It is not compatible with FMI 2.0 so the fedem_fmu library needs to be refactored to support both standards, or we replace it with two, e.g., fedem_fmu2 and fedem_fmu3and a toggle in the export dialog selecting which standard to use.