Anton Haumer

Results 38 issues of Anton Haumer

I suppose the following two lines ```modelica v = (s*unitCurrent)*(if off then 1 else Ron) + Vknee; i = (s*unitVoltage)*(if off then Goff else 1) + Goff*Vknee; ``` should be...

bug
L: Electrical.Analog

Hi, I'm using GenOpt to optimze Modelica model parameters comparing simulation results with measured trajectories, this works fine. On the Modelica side, I use Dymola - many thanks for the...

@beutlich pls. try to simulate `Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.InductionMachines.IMC_Conveyor` or `Modelica.Electrical.Machines.Examples.InductionMachines.IMC_Conveyor`: Using Dympla 2024x on Win11, I get the following error: Compilation of [Modelica.Electrical.Machines.Examples.InductionMachines.IMC_Conveyor](modelica://Modelica.Electrical.Machines.Examples.InductionMachines.IMC_Conveyor) failed. Compiler message: Compiling and linking the model (Visual...

duplicate
P: high

Have a look at https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/ommatlab.html: ![grafik](https://github.com/OpenModelica/OpenModelica/assets/6900273/583ba92e-c4d7-4108-9580-3fb407ec7ef5) 1. Isn't prefix "omc." mssing in the second and third command just before "ModelicaSystem"? 2. I suppose the "mod" in the second and third...

COMP/Documentation

I exported an FMU from OpenModelica btoh ME and CoSim v.2.0: It is the bouncing ball (see enclosed source and FMU). The ME version runs but shows incorrect result at...

Modelica/Electrical/Analog/Examples/OpAmps/SignalGenerator.mo set {opAmp1, opAmp2}.strict=true see #4333

bug
L: Electrical.Analog
example

This is to test the support of tools for proper initialization menu of arrays, as discussed in #4457 . See `Modelica.Electrical.PolyPhase.Examples.TransformerYY` If this works well, the same style of initialization...

enhancement
L: Electrical.Polyphase

I wonder whether the results of the above mentioned example can be compared between different simulators. The default parameter settings lead to chaotic behavior. The results are extremely sensitive not...

L: Electrical.Analog
discussion
example