You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

SimulatorToFMU

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

SimulatorToFMU

Package for exporting a Simulator as a Functional Mock-up Unit


Maintainers
1

Readme

SimulatorToFMU

Overview ^^^^^^^^

SimulatorToFMU is a software package written in Python which allows users to export a memoryless Python-driven simulation program or 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.

A memoryless Python-driven simulation program/script is a simulation program which meets following requirements:

  • The simulation program/script can be invoked through a Python script.
  • The invocation of the simulation program/script is memoryless. That is, the output of the simulation program at any invocation time t depends only on the inputs at the time t.
  • The inputs and the outputs of the simulation program/script must be real numbers.

.. note::

SimulatorToFMU generates FMUs that use the Python 2.7/ C API for executing Python-driven simulation programs/scripts.

Requirements ^^^^^^^^^^^^

  • jinja2 <https://pypi.python.org/pypi/Jinja2>_
  • lxml <http://pypi.python.org/pypi/lxml>_

Installation ^^^^^^^^^^^^ To install run

.. code:: text

pip install --user simulatortofmu

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

The license is at LICENSE.txt <https://github.com/tsnouidui/SimulatorToFMU/blob/master/simulatortofmu/LICENSE.txt>_

Help ^^^^

  • For support questions use the SimulatorToFMU Forum <https://groups.google.com/forum/#!forum/simulatortofmu>_
  • For bug reports use the SimulatorToFMU GitHub Issues <https://github.com/LBNL-ETA/SimulatorToFMU/issues>_

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc