FMU (.fmu)
Background
Import & Export
Options
Examples
Basic Examples
WSMLink`Export supports Versions 1.0 and 2.0 of the FMI standard for model exchange.
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.