Why OTFMI ?
============
About FMI, OpenTURNS and PyFMI
------------------------------
The `functional mock-up interface (FMI)
standard `__ specifies a multipurpose
interfaces to 0D/1D physical models. It is currently supported by many
softwares, such as `OpenModelica `__,
`Dymola `__,
`Amesim `__,
`Ansys `__,
`Simulink `__, etc.
`OpenTURNS `__
library proposes a large range of mathematical methods to quantify,
propagate and handle uncertainties.
`PyFMI `__ is a package for loading and
interacting with FMUs in Python.
The need for otfmi
------------------
Using Python to easily perform computer experiments on 0D/1D models is
seducing. Yet the tool chain, from the physical model to OpenTURNS, was
incomplete. PyFMI objects, close to the FMUs methods, were to be adapted
for an easier use with OpenTURNS’ methods.
otfmi is developed by `Phimeca `__, on the
demand of EDF Prisme department, to meet this need of compatibility
between PyFMI objects and OpenTURNS.