Johann Hell

Results 6 issues of Johann Hell

## testing a simple control circuit with a nonlinear element and received wrong result. ![circuit](https://github.com/ModiaSim/Modia.jl/assets/88904874/e61410a8-879a-4972-a4bb-33a12e18128e) OM circuit diagram ### wrong result - Modia ![Figure_1](https://github.com/ModiaSim/Modia.jl/assets/88904874/d599a93b-0bfc-49ff-88e2-5ed94332634f) ### correct result - Modia -...

## test case `instModel.result.n_w_invariant = 149` `instModel.nsegments = 1` `length(instModel.x_start) = 17` `number of result points = 5509` ### timing ``` ... Timings for simulation of SMtest (without initialization): ─────────────────────────────────────────────────────────────────────────────────────────...

in my example I tried to simulate an induction machines in a 3~ system with position dependent coupling/inductance's. ## part of the model for testing ```julia netz = Spannung |...

I tried to run my MODELICA model for synchronous machine with a quadratic saturation in Modia ### my 1st attempt ==> unstable ```julia SynchronousMachine = SynchrPart | Model( Omegarated=Var(_outer=true), rfd...

I tried to linearize a simple electrical system and received an error message when using option ```analytic=true``` * ```linearize!(model, analytic=false, ...``` ==> OK * ```simulate!(...``` ==> OK The problem occurs...

# issue with spaces in equations ## correct results two spaces ```julia ConstantTest = Model( AA=1.3, equations = :[ der(X) = -1.0*X + 2.0*AA ] ) ct = @instantiateModel(ConstantTest, log=true)...