Tag: modelica

DyMat | HDF5 export and other Modelica/Python projects

After the request of a user I added a very simple HDF5 export to my DyMat package. The code is already in the github repository and will be part of the next release. If you are interested in the handling of Modelica simulations with Python you should also have a look at these packages: ModelicaRes…


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.


Talk at the Modelica Conference 2012 in Munich

I will have a presentation and talk at the 9. International Modelica Conference in Munich at 3.-5. September 2012. It will focus on: ncDataReader2  – my file reader library, its usage from Modelica and its application in recent research projects. Version 2.3.0 is out now, but  I hope to get some improvements done til september….


ncDataReader2 | version 2.3 coming soon

Version 2.3 of my data reader library is coming in the next days. Here’s a list of recent improvements and bug fixes: added CosWin approximation added constant extrapolation example GenerateBigFile is much faster now fixed a bug with Akima and default extrapolation near the right border that existed for a long time added functions to dump…


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.