Do you know if there is a C library to handle FMU and run simulations including a good solver?
As far as I know there are:
- FMUSDK from QTronic
- FMI Library from Modelon
Both can open FMUs, but only let running FMU for co-simulation with a simple Euler solver.
Libraries including a good solver handling discontinuities, but not in C, are:
- PyFMI from Modelon: For Python
- JFMY from Ptolemy: For Java (not sure if this includes a good solver)