ModelicaStandardLibrary
ModelicaStandardLibrary copied to clipboard
Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functi...
- Block is useful for applying asserts via graphical layer (rather than via equations)
Hi there, (I hope, this is the right place to post this) I have stumbled across some strange behavior in said class when trying to implement a time-discrete simulation. It...
* fix #3963 * Clean up whitespaces. Co-authored-by: Dietmar Winkler
As mentioned in #3977: I see that we have a rather sophisticated Mechanics.Rotational.Components.OneWayClutch, but no simple ideal freewheel (like the Electrical.Analog.Ideal.Diode). We could introduce such a component for usage e.g....
Address #4012: - Moved `RotationalCopling` to `Modelica.Electrical.Machines.Utilities`. - Used `IdealGear(ratio=-1)` inside the coupling. - Imrpoved documentation.
When preparing lectures for this fall, I noticed that an important signal source is missing: Gaussian pulse.
This block adds a key missing mathematical function that is not available in Modelica.Blocks.Math. It was previously discussed here: https://github.com/modelica/ModelicaStandardLibrary/discussions/3967 Note that ideally this block should be called "Power" while...
Triggered by a discussion with @GallLeo and looking into #3762, I developed a continuous block to detect signal extrema, based on derivative. It works for non-differentiable inputs, too.
Whenever I need utility functions for example to regularize a characteristic I search within the Media and the Fluid libraries. I found that these two functions do the same: -...
In `Modelica.Blocks.Continuous` the controllers are spelled, for example, the following way: - PI-controller - PID-controller In Electropedia the following spelling is used: - [PI element](https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=351-50-11) or *proportional plus integral element*...