About 3,500,000 results
Open links in new tab
  1. Newest 'modelica' Questions - Stack Overflow

    Nov 4, 2025 · In Modelica, I want to create a frame whose position and orientation are determined by 6 inputs (3 for translation and 3 for orientation) relative to the world coordinate system.

  2. simulink - Modelica vs Simscape - Stack Overflow

    Sep 11, 2017 · However, Modelica isn't the only option here. There is also Simscape, using which you can combine physical ports (as in Modelica) with block-based modeling of Simulink. I …

  3. modelica - How to use an initial equation to determine parameter …

    Jun 27, 2024 · By default, parameters need to be computed when they are declared (=binding equation). There is a possibility though e.g. mentioned in Modelica Specification Section 4.4.3. …

  4. modelica - OpenModelica water hammer model - result not what I …

    Oct 30, 2024 · I'm trying to learn how to use OpenModelica. For a while, I have been trying to make a simple model to simulate the water hammer effect caused by a valve suddenly closing …

  5. fluid - How to add a fan with a fan curve to a set of air ducts in ...

    Mar 23, 2023 · I am trying to model a network of pipes that will transport air in Openmodelica Fluid library. I tried the "Pump", "ControlledPump" and "PrescribedPump" from Fluid.Mac...

  6. modelica - Inversing a model with OpenModelica raises an error …

    Oct 25, 2023 · I'm studying the motorization of the trolley of a boat loading gantry. The gantry consists of a frame that moves on rails on the port quay. The frame supports an M=32 ton …

  7. modelica - How to assign some components value to a vector with …

    Sep 30, 2024 · 0 I would like to know if it is possible to link some components of an object into a vector via a modelica loop or if I should pass through a python script. I have two applications …

  8. modelica - Embedding externally generated C-code within …

    Nov 10, 2022 · The code can be saved into a function that can be called from outside. What is the best way to embed this kind of external C-code into the rest of the Modelica model? How can …

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

  10. modelica - How to define a model within another model - Stack …

    Jun 13, 2024 · I am trying to define a model Toto within another model Example1. I know this is not Best Practices, but Toto is purely meant for this specific model Example1 and I don't want …