All Projects → LBNL-ETA → SimulatorToFMU

LBNL-ETA / SimulatorToFMU

Licence: other
No description, website, or topics provided.

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
Modelica
51 projects
c
50402 projects - #5 most used programming language
CSS
56736 projects
Batchfile
5799 projects

SimulatorToFMU

https://travis-ci.org/LBNL-ETA/SimulatorToFMU.svg?branch=master

Overview

SimulatorToFMU is a software package written in Python which allows users to export a Python-driven simulation program or a Python script as a Functional Mock-up Unit (FMU) for model-exchange or co-simulation using the Functional Mock-up Interface (FMI) standard version 1.0 or 2.0 (https://www.fmi-standard.org). This FMU can then be imported into a variety of simulation programs that support the import of Functional Mock-up Units.

Note

SimulatorToFMU generates FMUs that use the Python/C API for interfacing with Python-driven simulation programs and Python scripts.

Requirements

Installation

To install SimulatorToFMU, clone the master branch of the development repository locally or run

pip install --user git+https://github.com/LBNL-ETA/SimulatorToFMU.git

For more information visit the development page at https://github.com/LBNL-ETA/SimulatorToFMU

The license is at LICENSE.txt

Help

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].