You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenModelica Editor is the most convenient way to create Modelica models (.mo). It has an interface with drag-and-drop elements to simulate many engineering aspects. It can export the .mo models as FMU models as well, but not with the rollback functionality we need for implicit coupling.
There was a recent push to integrate the export of FMUs with canGetAndSetFMUstate=true in the OpenModelica Compiler: OpenModelica/OpenModelica#8638
This is still experimental and not part of the standard function of the OM Compiler. I am not sure how the OM Compiler and the OM Editor work together, but my guess is that the OM Editor calls the OM Compiler to build FMUs. So it might be some way to go until OM Editor can export rollback FMUs.
TODO:
Try to export a rollback FMU with OM Compiler
Test capabilities of rollback FMU
Ask developers if they plan to include it in OM Editor
No description provided.
The text was updated successfully, but these errors were encountered: