You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the saturation always calculates the total field ψ_pp = sqrt(ψd_pp^2 + ψq_pp^2) and later passes the value through the function. This adds an unnecessary calculation if the saturation parameters are 0.0.
Implement a saturation function that takes the values of ψd_pp and ψq_pp directly.
The text was updated successfully, but these errors were encountered:
The current implementation of the saturation always calculates the total field
ψ_pp = sqrt(ψd_pp^2 + ψq_pp^2)
and later passes the value through the function. This adds an unnecessary calculation if the saturation parameters are 0.0.Implement a saturation function that takes the values of
ψd_pp
andψq_pp
directly.The text was updated successfully, but these errors were encountered: