Skip to content

Various non-normative test FMUs for the upcoming FMI 3.0 standard

License

Notifications You must be signed in to change notification settings

fmi-tools/FMI30TestFMUs

 
 

Repository files navigation

Non-normative Test FMUs for FMI 3.0

C/C++ CMake CI

This repository contains non-normative Test FMUs implementing the current release version of the FMI 3.0 standard. The FMUs are manually coded in order to excercise various parts of the specification and implementations thereof in order to aid in finalizing the specification and to aid in implementors implementing and testing their own implementations against a wider variety of test FMUs.

It should be noted that these FMUs are non-normative, and that it is not unlikely that they will at various points in time contain bugs and errors vis-a-vis the current specification. They should be viewed as a starting point for discussions on FMI 3.0, not as any sort of validation suite.

The FMUs are made available under the MPL 2.0, see LICENSE.txt. Any feedback or contributions under this license is highly welcome.

Build Instructions

$ git clone https://github.com/PMSFIT/FMI30TestFMUs.git
$ cd FMI30TestFMUs
$ git submodule update --init
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

About

Various non-normative test FMUs for the upcoming FMI 3.0 standard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.8%
  • CMake 5.8%
  • HTML 4.4%