Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.52 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.52 KB

The FMI++ PowerFactory FMU Export Utility

The FMI++ PowerFactory FMU Export Utility is a stand-alone tool for exporting FMUs for Co-Simulation (FMI Version 1.0 & 2.0) from DIgSILENT PowerFactory models. It is open-source (BSD-like license) and freely available. It is based on code from the FMI++ library and the Boost C++ libraries.

Instructions on installation and usage are given in the documentation, which is provided as part of the binary release version.

The FMI++ PowerFactory FMU Export Utility provides a graphical user interface (new in version v1.0) and - alternatively - Python scripts that generate FMUs from certain PowerFactory models. Additional files (e.g., time series files) and start values for exported variables can be specified.

Currently, two types of simulations are supported:

  • In quasi-static steady-state simulations a power system’s evolution with respect to time is captured by a series of load flow snapshots.
  • RMS simulations allow to calculate the time-dependent dynamics of electromechanical models, including control devices (new in version v0.6).

Features

  • compliant to FMU for Co-Simulation (version 1.0 and 2.0)
  • creates FMUs from certain DiGSILENT PowerFactory models
  • supports quasi-static steady-state simulations
  • supports RMS simulations
  • graphical user interface