Anton Haumer
Anton Haumer
annotation(Icon(graphics={ Rectangle(extent={{-100,100},{100,-100}}, lineColor={0,0,255}, fillColor={255,255,255}, fillPattern=FillPattern.Solid, radius=10), Rectangle(extent={{-94,94},{94,6}}, lineColor={0,0,255}, fillColor={215,215,215}, fillPattern=FillPattern.Solid), Ellipse(extent={{-80,-10},{-20,-70}}, lineColor={0,0,255}, fillColor={215,215,215}, fillPattern=FillPattern.Sphere), Ellipse(extent={{20,-10},{80,-70}}, lineColor={0,0,255}, fillColor={215,215,215}, fillPattern=FillPattern.Sphere), Text(extent={{-140,140},{140,100}}, lineColor={0,0,255}, textString="%name"), Text(extent={{-80,60},{80,40}}, textColor={0,0,0}, textString="%V0", horizontalAlignment=TextAlignment.Left), Text(extent={{-80,30},{80,10}}, textColor={0,0,0}, textString="%I0", horizontalAlignment=TextAlignment.Right), Text(extent={{-60,-30},{-40,-50}},...
python -m fmpy.gui No suitable graphics backend found. Aborted (core dumped) This happens after opening a fmu. This is Anaconda on Linut Mint 21.1 (in a VirtualBox). fmpy.gui shows v0.3.15,...
improve comparisonSignals.txt of Modelica.Electrical.PowerConverters.Examples.DCDC.HBridge.* It doesn't make sense to compare potential and current of positive and negative pin on both sides, better compare voltage and current on both sides. This...
Check the material properties of Modelica.Magnetic.FluxTubes, especially Modelica.Magnetic.FluxTubes.Material.SoftMagnetic.ElectricSheet whether they fit to standard and/or manufacturer data.
implemented start value for ie (excitation current) of electrical excited synchronous machine (Electrical,Machines and Magnetic.FundamentalWave) as requested in #4242
Consider the latest version of EMOTH at [https://github.com/AHaumer/EMOTH](https://github.com/AHaumer/EMOTH): When starting the example EMOTH.Examples.TestRecuperation, it compiles and pretends to start, but stays at 0%. I see no reason why it shouldn't...
Consider the latest version of EMOTH at [https://github.com/AHaumer/EMOTH](https://github.com/AHaumer/EMOTH): When compiling the example EMOTH.Examples.TestWithDriver, you get the error message: [1] 20:15:22 Translation Error [C:/OM122/OM64bit/OMCompiler/Compiler/NFFrontEnd/NFConnection.mo: 134:7-136:109]: Internal error NFConnection.checkBalance got unbalanced connection...
Please consider the enclosed model: Translation finishes quite well, but simulation is stuck at 0% and has no progress. Simulation settings are: Stop Time = 1 Interval = 1e-5 Tolerance...
fixes bug #4386
Is it possible to explain - maybe with links to further reading - the different spline interpolations a little bit more in detail: 2 - Akima 4 - Fritsch-Butland 5...