- Index
- » Programming
- » Modelica Language
- » C-Code Generation
C-Code Generation
C-Code Generation
Hello,
I am completely new to OpenModelica and wanted to know whether ( and if so - how) it is possible to export C Code of equations that can be used in other applications.
For now i have used the omc-Compiler to generate C Code, but it doesnt look like i can easily integrate it into another application,
My goal is to create Problems that can be expressed as ODE in Modelica but solve the equation with a custom library.
Re: C-Code Generation
OpenModelica is able to generate FMU from specific models. This FMU can than accessed via FMI (https://www.fmi-standard.org/) from a custom libraries, maybe also interesting a FMIL(http://www.jmodelica.org/FMILibrary).
- wbraun
- 75 Posts
- Index
- » Programming
- » Modelica Language
- » C-Code Generation