I have an FMU zip file which I exported from Openmodelica. I am a quite newbie with FMUs and FMI and could not find the way in the documentation how to run a simulation using FMI Library.
In FMU SDK, it is easier to run an FMU zip file through "fmusim" command. But I want to run the simulation using FMI Library from Modelon. Could you help me how can I do that?
Would be better to tag FMI Library instead of OpenModelica. You mean OpenModelica documentation doesn't say how to run a simulation using FMI Library?
FMI Library doesn't have any executable program. It is a library and you need to use it in your own code to import FMUs. There are some test programs in the repository with examples on how to use the library.