jokabrink / DyMat

Read and process result files from Dymola and OpenModelica with Python. Forked from Jörg Rädler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package contains some modules to read and process the result files from
Dymola and OpenModelica with python. A script is included that will help you to
browse and export the contents of these files to other formats.

Both simulation systems save their results in regular mat-files, but use a
special variable structure to store the data efficiently. An easy way to
access the data is MATLAB, but some people (like me) don't have it or don't want
to use it.

The homepage of this package is http://www.j-raedler.de/projects/DyMat .

About

Read and process result files from Dymola and OpenModelica with Python. Forked from Jörg Rädler

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.3%Language:Modelica 0.7%