Upload an FMU File to Run a Simulation Model
The Functional Mock-up Interface (FMI) standard is an open and tool-independent standard for exchange of models between tools. FMI defines a C interface that is implemented by an executable called a Functional Mock-up Unit (FMU).
FMU is a standard for exporting and importing simulation models. There are two types:
- Static FMU: doesn’t use state variables and it needs to have the last output calculated to calculate the new value
- Dynamic FMU: stores the value of the last output calculated in a state variable
FMU files can be generated in many simulation tools, for example using Altair Activate, a block diagram environment for model-based development and multi-domain simulation.
To create a new FMU function: