Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

Laplace Transform in Open Modelica

Laplace Transform in Open Modelica

In my modeling equation, I have lot of Laplace terms.  In Matlab you just type laplace(function,s) and you will get the solution. Is there any library available for Laplace transform?

Re: Laplace Transform in Open Modelica

Maybe you mean Simulink.
Simulink is deigned for control (cyber) systems, even though often used for  physical systems as well, but this usage is tricky.

Physical systems are governed by physical equations, not laplace transforms. That's why in the physical part of Modelica models time-based differential equations are used (not Laplaces')
Modelica is for Cyber-physical systems. In Modelica you can manage simulink-like cyber systems. Consider for instance Modelica.Blocks.Continuous.TransferFunction.

There are 0 guests and 0 other users also viewing this topic
You are here: