Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openmodelica/omsens
OpenModelica sensitivity analysis and optimization module.
https://github.com/openmodelica/omsens
Last synced: 17 days ago
JSON representation
OpenModelica sensitivity analysis and optimization module.
- Host: GitHub
- URL: https://github.com/openmodelica/omsens
- Owner: OpenModelica
- Created: 2019-11-29T10:44:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T15:12:01.000Z (about 1 month ago)
- Last Synced: 2024-11-15T15:43:45.602Z (about 1 month ago)
- Language: Modelica
- Homepage:
- Size: 7.77 MB
- Stars: 12
- Watchers: 10
- Forks: 20
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OMSens
OpenModelica sensitivity analysis and optimization module.
[![Test](https://github.com/OpenModelica/OMSens/actions/workflows/Test.yml/badge.svg)](https://github.com/OpenModelica/OMSens/actions/workflows/Test.yml)
## Dependencies
- [OpenModelica](https://github.com/OpenModelica/OpenModelica)
- [Python >= 3.6](https://www.python.org/)
- [Python setuptools](https://pypi.org/project/setuptools/)## Supported platforms
- Windows
- Linux## Build/Install instructions
Follow the instructions matching your OS:
- [OMCompiler/README.Linux.md](https://github.com/OpenModelica/OpenModelica/blob/master/OMCompiler/README.Linux.md)
- [OMCompiler/README.Windows.md](https://github.com/OpenModelica/OpenModelica/blob/master/OMCompiler/README.Windows.md)### Windows MSYS Makefiles
If you used MSYS Makefiles to compile OpenModelica you need one additional step:
Start a MSYS terminal `$OMDEV\tools\msys\mingw64.exe` (64 bit) or
`$OMDEV\tools\msys\mingw32.exe` (32 bit) and run:```bash
$ cd /path/to/OpenModelica
make -f Makefile.omdev.mingw omsens -j
```### Linux
Install the dependencies mentioned above and then run the following commands in the `terminal`.
```bash
$ cd /path/to/OpenModelica/OMSens
$ python setup.py install
```## Bug Reports
- Submit bugs through the [OpenModelica GitHub issues](https://github.com/OpenModelica/OpenModelica/issues/new).
- [Pull requests](../../pulls) are welcome ❤️