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 possible to
Auto-generate simulation scripts,
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
The easiest way to install this package is to use pip:
pip install modelicares
On Linux, it may be necessary to have root privileges:
sudo pip install modelicares
Another way is to download and extract a copy of the package from the main project site, the master branch at GitHub, or the PyPI page. Run the following command from the base folder:
python setup.py install
Or, on Linux:
sudo python setup.py install
The matplotlibrc file in the base folder has some recommended revisions to matplotlib’s defaults. To use it, move or copy it 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. Improvements, bug fixes, and suggestions have been provided by Arnout Aertgeerts, Kevin Bandy, Thomas Beutlich, Martin Sjölund, Mike Tiller, and Michael Wetter.
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 and development
ModelicaRes is published under a BSD license (see LICENSE.txt). Please share any modifications you make (preferably on a Github fork from https://github.com/kdavies4/ModelicaRes) in order to help others. If you find a bug, please report it. If you have suggestions, please share them.
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)
PyFMI: tools to work with models through the Functional Mock-Up Interface (FMI) standard
PySimulator: elaborate GUI; supports 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.10.0.tar.gz
.
File metadata
- Download URL: ModelicaRes-0.10.0.tar.gz
- Upload date:
- Size: 3.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 391a0518065276027a6df6123ea4e540166814a799d7cb02f9b27c9d00e06713 |
|
MD5 | 1825410399f20e1d2c79ce41c3945e99 |
|
BLAKE2b-256 | f1ef2a4f39cd6f9fa50af3d772d37568c8dfc9d36bcafb278c4f960af487cb0a |