Skip to content

Commit

Permalink
Add README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Widl committed Aug 1, 2022
1 parent 55f3db1 commit 916c7db
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# The FMI++ TRNSYS FMU Export Utility

This open-source project provides a stand-alone tool for exporting FMUs for Co-Simulation from [TRNSYS 17](https://www.trnsys.com) models.
The current release supports FMI version 1.0 and 2.0.

Instructions on installation and usage are given in the documentation, which is provided as part of the download.
This documentation also contains a tutorial on how to export a TRNSYS model as FMU for co-simulation and how to link it with a simple controller implemented in Modelica.

The tool is based on code from the [FMI++ library](https://github.com/fmipp/fmipp).

Features:

+ exports [TRNSYS 17](https://www.trnsys.com) models as FMUs for co-simulation (tool coupling)
+ generated FMUs are compliant with FMI Version 1.0 and 2.0
+ requires an installed version of [TRNSYS 17](https://www.trnsys.com) at runtime
+ FMUs can be generated with the help of a graphical user interface or using Python scripts

0 comments on commit 916c7db

Please sign in to comment.