FMU (.fmu)
"FMU" from WSMLink is being phased out in favor of "FMU", which was introduced experimentally in Version 11.3.
Background
-
- Model or component with defined interfaces for simulation.
- A Functional Mockup Unit (FMU) implements the Functional Mockup Interface (FMI).
- An FMU for model exchange represents an ODE model with events.
- Contains a binary library with a standardized C interface.
- Contains XML file with variable definitions and other model information.
Import & Export
- Export["file.fmu","mmodel","FMU"] exports an FMU for Modelica model mmodel.