Model Export to FMI

The FMIClosedFunctional Mockup Interface export takes an ASCMO-STATIC model and exports it as an FMUClosed Functional Mockup Unit that conforms to the FMI standard. The FMI standard was defined by the Modelisar Consortium and is a tool-independent standard that supports both model exchange and co-simulation of dynamic models using a combination of XML files and compiled C code (stored in a ZIP file with the extension *.fmu). This allows ASCMO-STATIC models to be used for further processing in other tools.

The FMU file contains the ASCMO-STATIC model as a DLL file for Windows (32 bit and 64 bit) as well as an XML meta description of the inputs and outputs.

For more information about the FMI standard, visit www.fmi-standard.org.