Anton Haumer

Results 38 issues of 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....

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

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

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

discussion
help wanted

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

L: Mechanics.Rotational
help wanted

I recognized that modeling of permanent magnets in electrcal machines would need some explanations.

enhancement
L: Magnetic.FundamentalWave
documentation

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

enhancement
L: Icons
help wanted

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

enhancement
L: Mechanics.Rotational

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.

enhancement
L: Blocks