OTFMI documentation#
A bridge between OpenTURNS and functional mockup units (FMUs), based on PyFMI .
🎲 Load a FMU in OpenTURNS
You have a model in FMU format ? OTFMI transforms it into a OpenTURNS function, to let you analyze your model.
🚀 Simulate the model
Initialise your model and run simulations, for a single set of input values or a sample
🔌 Integrate an OpenTURNS model into a Modelica model.
You can export your machine learning model built with OpenTURNS, to use it as a component of your Modelica model.
First install OpenTURNS according to the instructions. Then use the following commands to install OTFMI:
conda install -y otfmi
You can contribute to the project or signal issues on otfmi GitHub repository. This package is licensed under the LGPL3.