Simulate Functional Mockup Units (FMUs) in Python
Project description
FMPy is a free Python library to simulate Functional Mockup Units (FMUs) that…
supports FMI 1.0 and 2.0
supports Co-Simulation and Model Exchange
runs on Windows, Linux and macOS
can validate FMUs
provides fixed and variable-step solvers
is pure Python (with ctypes)
Installation
To install the latest release from PyPI or update an existing installation type:
python -m pip install --upgrade fmpy
or, to install the latest development version:
python -m pip install --upgrade https://github.com/CATIA-Systems/FMPy/archive/develop.zip
Simulate an FMU on the command line
To simulate Rectifier.fmu and plot the results download the FMU for your platform and run the following command in the folder where you downloaded the FMU:
python -m fmpy.simulate Rectifier.fmu --show-plot
Rectifier.fmu |
To get more information about the available options type:
python -m fmpy.simulate --help
Simulate an FMU in Python
For an example of how to simulate an FMU in Python see coupled_clutches.py. To run the script type:
python -m fmpy.examples.coupled_clutches
© 2017 Dassault Systèmes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.