- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » only single nonstructured entity
Page Start Prev 1 Next End
only single nonstructured entity
only single nonstructured entity
Dec-20-15 03:06:27
Hello,
I have several Modelica models that I cannot open and simulate with OpenModelica because they don't have a single nonstructured entity. How best to convert these models into models that can be opened with OpenModelica? Is this only possible through manual refactoring of the models? If yes, is there a certain best practice to apply?
Best regards,
Axel
Re: only single nonstructured entity
Dec-20-15 05:24:39
They can be opened in OpenModelica, but not OMEdit.
- sjoelund.se
- 1700 Posts
Re: only single nonstructured entity
Dec-20-15 10:57:26
You can load them via scripts or command line in omc.
If you want them in OMEdit then you need to encapsulate them in a package:
Code:
within ;
package MyPackage
// contents of the other file
end MyPackage
- adrpo
- 885 Posts
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » only single nonstructured entity
There are 0 guests and 0 other users also viewing this topic