About 55 results
Open links in new tab
  1. Comparison between different Modelica compilers/simulators

    Mar 30, 2020 · I am looking for a detailed comparison between different Modelica compilers or simulators, including Dymola, MapleSim, Wolfran System Modler, SimulationX, OpenModelic. …

  2. modelica - Automating OpenModelica Simulations using …

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

  3. openmodelica - What are the differences between diffferent …

    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.

  4. How to show results of a static model in Modeling view with …

    May 29, 2023 · I am new to modelica. I would like to add two static numbers in OpenModelica and display the result in the Modeling view. source1 = 10 # Modelica.Blocks.Sources.Constant …

  5. Newest 'openmodelica' Questions - Stack Overflow

    Oct 6, 2025 · While it is possible to compile using the OpenModelica Connection Editor, when executing omc -s xxxx.mo from the command prompt, the compilation fails. It seems that the …

  6. simulink - Modelica vs Simscape - Stack Overflow

    Sep 11, 2017 · I would like to know the advantages and disadvantages of this Simscape vs Modelica comparison. To avoid misunderstanding, I need to underline that Modelica is a …

  7. How to use openmodelica compiler in CLI? - Stack Overflow

    Jun 5, 2020 · I am trying to use OpenModelica compiler (omc) in the CLI, so I use the Terminal provided in OMEdit. I tried to debug Modelica.Blocks.Examples.PID_Controller, but it seems …

  8. 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 …

  9. Starting a OPC UA Server in OpenModelica using OMShell/Linux

    I want to run an OpenModelica simulation on an pc running Linux and then connect via opc ua to the simulation. I tried simulating my model in OMShell with simulate (MyTestModel).

  10. openmodelica - Create a package in Modelica - Stack Overflow

    May 20, 2020 · I am using Modelica in my work, where I have modeled a system that contains many models. I want to make it simple to use by creating a package using " within" so this …