Utilities to set up and analyze Modelica simulation experiments
Project description
ModelicaRes is a free, open-source tool to manage Modelica simulations, interpret results, and create publishable figures. It is currently possible to
Auto-generate simulation scripts,
Run model executables with varying parameters,
Browse data,
Perform custom calculations, and
Produce various plots and diagrams.
The figures are generated via matplotlib, which offers a rich set of plotting routines. ModelicaRes includes convenient functions to automatically pre-format and label some figures, like xy plots, Bode and Nyquist plots, and Sankey diagrams. ModelicaRes can be scripted or run from a Python interpreter with math and matrix functions from NumPy.
For more information, please see the main project site or the doc folder of the package for the full documentation and many examples. The development site is https://github.com/kdavies4/modelicares.
Installation
An installable copy of this package can be downloaded from the main project site or the PyPI page. After extracting the package, run the set up script (setup.py) from the base folder. On Windows, use the following command:
python setup.py install
On Linux, use:
sudo python setup.py install
The matplotlibrc file in the bin folder has some recommended revisions to matplotlib’s defaults. To use it, move or copy the file to the working directory or matplotlib’s configuration directory. See http://matplotlib.org/users/customizing.html for details.
Credits
The main author is Kevin Davies. Kevin Bandy also helped with the development. Third-party code has been included from:
Jason Grout (ArrowLine class),
Jason Heeris (efficient base-10 logarithm),
Richard Murray (python-control), and
Joerg Raedler (method to expand a Modelica variable tree - from DyMat).
License terms
ModelicaRes is published under the terms of the BSD license (see LICENSE.txt). Please share any modifications you make (preferably on a Github fork from https://github.com/kdavies4/ModelicaRes) so that others may benefit from your work.
See also
The following Python projects are related:
awesim: helps run simulation experiments and organize results
BuildingsPy: supports unit testing
DyMat: exports Modelica simulation data to comma separated values (CSV), Gnuplot, MATLAB®, and Network Common Data Form (netCDF)
pysimulator: elaborate GUI; supports the Functional Mock-up Interface (FMI)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ModelicaRes-0.7.1.tar.gz
.
File metadata
- Download URL: ModelicaRes-0.7.1.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28051fb15405e1b3911e1d94f5ac1a0d44d19595c4c9dcd83430425336951920 |
|
MD5 | 4d4bd8bce8d57991565106743af9adf4 |
|
BLAKE2b-256 | 053c17df851cc7250e1ceebd963ac2cd80f641a9ef1d98c74ec3b7ba12ff9524 |