OpenModelica sensitivity analysis and optimization module.
- Windows
- Linux
OMSens is installed automatically with OpenModelica on Windows. If you still want to build it then setup the Windows environment. Once the environment is ready then run the makefile.
cd /path/to/OpenModelica
make -f Makefile.omdev.mingw omsens
OR
cd /path/to/OpenModelica/OMSens
make -f Makefile.omdev.mingw OMBUILDDIR=/path/to/OpenModelica/builddirectory
Install the dependencies mentioned above and then run the following commands in the terminal
.
$ cd /path/to/OpenModelica/OMSens
$ python setup.py install
Hint: To find the installation path run OMEdit
and then go to Help->About OMEdit
.
- Submit bugs through the issues.
- Pull requests are welcome.