Anton Haumer

Results 38 issues of Anton Haumer

I noticed that the blocks {Mean, RectifiedMean, RootMeanSquare} are extremely usefull to inspect the results of power electronics simulations, but they depend on constant frequency. Therefore I created a triggered...

enhancement
L: Blocks

fixes #3901 - thanks for pointing out.

bug
L: Electrical.Batteries

In Simulink a block UnwrapAngle exists, in Modelica it's missing. I'm pretty sure that this is a block used in many applications, here is a robust implementation (angle tracking observer)...

enhancement
L: Blocks

In Simulink a block IntervalTest (i.e. checking whether the input lies within or without the specified interval) exists, in Modelica you have to implement it again and again using Modelica.Blocks.Logical.{And,...

enhancement
L: Blocks

Some time ago we discussed the release cycle of the Modelica Standard library. It seems that we are making no progress (latest release: 4.0.0, 2020-06-04). That means, we have for...

discussion
V: 4.0.0-dev

I'd like to enhance the examples Modelica.Electrical.Machines.Examples.ControlledDCDrives, including a UseresGuide with some explanations. The delays and the timing that have to be taken into account are explained in more detail....

enhancement
L: Electrical.Machines
example

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

Chapter 3.7.2.1 states: "For simplicity, this is not supported because the minimum delay time has to be give**n** as additional argument to be fixed at compile time." There seems to...

Since I can't reopen an issue you've closed, here a new one: Well, tried v.3.0-alpha.3: [PMDC_DRV_1CurrentControlledStandStill/FMU] ... Error message from FMU -> Error [PMDC_DRV_1CurrentControlledStandStill/FMU] INFO(4) = 1 and TSTOP (=2.000000e-01)...

### Description 1. Implement a partial model with a replaceable component. 2. Implement a model, extending from the partial model, and redeclare final the replaceable component. 3. Use the model...