- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Modelica Standard Library 2.2.1
Modelica Standard Library 2.2.1
Modelica Standard Library 2.2.1
Hi,
I am trying to compile a package that I built and compile using Dymola 6.0 and Modelica Standard Library 2.2.1 in OpenModelica. It seems that the default standard Modelica library that is loaded in OpenModelica is version 3.1? Is it possible to change this and compile a model/package that uses Modelica 2.2.1? If yes, how?
Thanks in Advance,
Erick
Re: Modelica Standard Library 2.2.1
First install the MSL package (installed by default on OSX/Windows):
Code:
apt-get install omlibrary-msl221
Then load it:
Code:
loadModel(Modelica,{"2.2.1"})
- sjoelund.se
- 1700 Posts
Re: Modelica Standard Library 2.2.1
1.7 is too old for this API; you need to manually move libraries around or change the environment variable OPENMODELICALIBRARY
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Modelica Standard Library 2.2.1