About 52 results
Open links in new tab
  1. modelica - Is it possible to install openmodelica in a linux server ...

    Oct 18, 2022 · I run a jupyterhub server with python, julia, sagemath and others. I wanted to share notebooks running OpenModelica models from jupyter notebooks using OMPython. And it works, …

  2. OpenModelica - All examples including EnergyPlus_9_6_0 fail

    Feb 26, 2024 · I've started to play around with OpenModelica and it's Building library version 10.0.0. I am trying to figure out possibilities to create and simulate HVAC system in OpenModelica with …

  3. modelica - OpenModelica: How to model plug flow for multi substance ...

    Jan 26, 2022 · OpenModelica: How to model plug flow for multi substance fluid medium? Asked 4 years, 1 month ago Modified 4 years, 1 month ago Viewed 567 times

  4. modelica - Automating OpenModelica Simulations using …

    Apr 24, 2024 · Automating OpenModelica Simulations using OpenModelica Script Asked 1 year, 10 months ago Modified 1 year, 10 months ago Viewed 376 times

  5. openmodelica - What are the differences between diffferent Modelica ...

    OpenModelica apparently supports Modelica 3.3 (as noted in the release notes). The MSL has also evolved a bit in the meantime, with the current version being 3.2.3.

  6. openmodelica - Controlling the output Temperature of a Heatpump in …

    Mar 12, 2024 · The mistake was so simple that I am almost embarresed to post the answer here: The reference temperature was compared to the input temperature + the minimum temperature shift. And …

  7. FMU export from OpenModelica to Python (FMPy) - Stack Overflow

    Feb 19, 2024 · I'm totally new to Function Mock-up Units (FMUs), but my objective is to export very basic FMUs from OpenModelica 1.22.1 and to open them in Python using FMPy (as a first step), I'm …

  8. OpenModelica on Python and external library using …

    May 22, 2023 · OpenModelica on Python and external library using mod=ModelicaSystem Asked 2 years, 9 months ago Modified 2 years, 9 months ago Viewed 380 times

  9. How to save OpenModelica Simulation results - Stack Overflow

    Mar 7, 2022 · I am using OpenModelica in my work. How do I save OpenModelica simulations results?

  10. Export .csv file from .mat file generated with OpenModelica

    Jun 3, 2021 · I am trying to export a .csv file from a .mat file, which was generated with OpenModelica. The following code seems to work quite well: from scipy.io import loadmat import numpy x = loadmat …