Description
Reverting #1783 change implies that we have a number of final parameters that are part of records where the entire record gets a new value.
In most cases it's the same value (since the new record is using the same record class), and it could be that we should refine the specification to handle that better; that's a separate issue.
However, in Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.InductionMachines.ComparisonPolyphase.IMC_DOL_Polyphase
the value of aimcM.statorCoreParameters.m
is 3 - which is unusual for a 5-phase machine.
There are at least 4 models with this mismatch in MSL, all in ComparisonPolyphase packages specifically:
- All 3 models in
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.InductionMachines.ComparisonPolyphase
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SynchronousMachines.ComparisonPolyphase.SMPM_Inverter_Polyphase
Since they are intended for comparison it doesn't seem that critical - it more means that one variant works and the other does not.