- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Are the ODE of the system obtainable?
Are the ODE of the system obtainable?
Are the ODE of the system obtainable?
After building a system, let's say a simple RLC circuit for example, are we able to obtain the final equations of the system (in ODE form), or can we only simulate the system without having access to these equations?
Re: Are the ODE of the system obtainable?
There are various ways to get the equations. The easiest is the ModelName_info.xml generated in the working directory. Or use https://build.openmodelica.org/Document … MLDAE.html (translation levels are flat, optimiser, backEnd, or stateSpace). Otherwise, look through the debug options using "omc +help=debug" or help("debug") in OMShell to see some intermediate representations of the model.
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Are the ODE of the system obtainable?