Tag: openmodelica

Modelica Conference 2012

The conference is over now, it was pretty interesting. My paper about the usage of ncDataReader2 with Modelica is linked at the publications page.


DyMat | version 0.5 reads more file formats

Version 0.5 of my package DyMat has been released. Read access to different file structures has been implemented. The new version will be able to read most mat files written by dymola. DyMat should still be handled as beta software, it may have some bugs!


Dymolas different mat file formats – the Aclass quest

When playing a bit with the result files of Dymola 2012 I discovered an strange behaviour in the structure of the saved mat-files. Until now I’ve seen three variants of these files: The format of the regular result files saved automatically by the simulation process. This format is also used by OpenModelica and can be…


DyMat | Reading Modelica results with python

The simple module has turned into a complete python package including a script, documentation and more output options. This package is released under the BSD License.  The development is hosted on github.com, feel free to contribute! Project homepage: http://www.j-raedler.de/projects/DyMat Development hosting: https://github.com/jraedler/DyMat Highlights: documentation (well,  some …) command-line script DyMatExport export to CSV, Gnuplot, MATLAB…


DyMat

| View all articles regarding DyMat | 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…


DyMat.py used in LBLs Modelica Buildings Library

My python module DyMat.py will now be part of free Modelica Library for Building Energy and Control Systems developed at the Lawrence Berkeley National Laboratory. The module may be used under the terms of the Modelica License 2. I will add the copyright notice and license information to the file soon.


Reading dymolas mat-files with python

INFO: This post is outdated! Please have a look here. Dymola stores its simulation results in regular mat-files, but the program uses a special variable structure to store the data efficiently. An easy way to access the data is MATLAB, but I was looking for a more pythonic solution. If you want to access the…


ncDataReader2 | 2.2.4

A new release 2.2.4 of ncDataReader2 is out. Some bugs were fixed and the API has slightly changed. This version should work both with Dymola and OpenModelica on Linux and Windows. When you have a DAP-enabled netcdf library  it will even fetch data from the web in background. I already did some Dymola simulations with…