ModelicaStandardLibrary icon indicating copy to clipboard operation
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...

Results 401 ModelicaStandardLibrary issues
Sort by recently updated
recently updated
newest added

- Block is useful for applying asserts via graphical layer (rather than via equations)

L: Blocks

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

L: Clocked

* fix #3963 * Clean up whitespaces. Co-authored-by: Dietmar Winkler

bug
L: Electrical.Polyphase

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

enhancement
L: Mechanics.Rotational

Address #4012: - Moved `RotationalCopling` to `Modelica.Electrical.Machines.Utilities`. - Used `IdealGear(ratio=-1)` inside the coupling. - Imrpoved documentation.

enhancement
L: Electrical.Machines
L: Mechanics.Rotational

When preparing lectures for this fall, I noticed that an important signal source is missing: Gaussian pulse.

enhancement
L: Blocks

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

enhancement
L: Blocks

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.

enhancement
L: Blocks

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*...

discussion
needsinput