-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSL 4.1.0 Regressions: set FundamentalWave..SymmetricPolyphaseWinding.ZeroInductor.i0 #4486
Conversation
….ZeroInductor.i0(nominal=10) to avoid timeout during regression test
Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_YD.mo
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand, that changing the model Modelica/Magnetic/FundamentalWave/BasicMachines/Components/SymmetricPolyphaseWinding.mo
is a simple solution as all example models inherit from it. Yet I wonder, if i0(nominal = 10)
is a setting general enough to go to SymmetricPolyphaseWinding
. Possibly this setting shall go to the affected examples.
…/FundamentalWave/BasicMachines/Components/SymmetricPolyphaseWinding 7to Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_YD
ok done: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine in System Modeler before and after.
@Esther-Devakirubai please back-port this to maint/4.1.x. Thanks! @AHaumer when each of these issues is resolved on master, please remember to ask @Esther-Devakirubai to back-port it to the maintenance branch, otherwise the regression won't go away. |
See #4491. |
Modelica.Magnetic.FundamentalWave.Examples.InductionMachines.IMC_YD works fine with this change og ZeroInductor in Dymola even with stricter Tolerance=1e-7. |
MSL 4.1.0 Regressions: set FundamentalWave..SymmetricPolyphaseWinding.ZeroInductor.i0(nominal=10) to avoid timeout during regression test (see #4333)