Anton Haumer
Anton Haumer
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.
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.
Recently I had a discussion with @casella and @perost about parameter records, as used in Modelica.Magnetic.FluxTubes. As today, the parameter record is instantiated as ``` parameter FluxTubes.Material.SoftMagnetic.BaseData material=Material.SoftMagnetic.BaseData() annotation (choicesAllMatching=true);...
Can anybody tell me whether I'm using the LossyGear in a wrong way, or this is a bug in LossyGear? I want to model a gear with constant efficiency eta....
I recognized that modeling of permanent magnets in electrcal machines would need some explanations.
Extending from the above mentioned icons, it would be nice to be able to use different colours for different busses. I tried different solutions but didn't find a real nice...
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. in bicycle models. Any...
Comparing more than 2 Boolean signals with logical blocks {and, or} quickly gets tedious. For these cases I've implemented Modelica.Blocks.Logical.{MultiAnd, MulitOr}, using Modelica.Math.BooleanVectors.allTrue and Modelica.Math.BooleanVectors.anyTrue.