-
Notifications
You must be signed in to change notification settings - Fork 34
Generate Flat Modelica
Jens Möckel edited this page Nov 17, 2015
·
2 revisions
Dymola provides the possibility to produce flattened Modelica as an output.
There are two flags, that could be used to have flattened Modelica as an output file.
- Setting
OutputFlatModelica
totrue
generates an output file with file name[Full path of your model].mof
which contains a listing of flat Modelica code. - Setting
Advanced.OutputModelicaCode
totrue
generates an output file with file namedsmodel.mof
which contains a listing of translated Modelica code.
One could also use the graphical interface of Dymola to generate flat Modelica output files by enabling corresponding options in the Simulation Setup
.