This function determines the orientation angles of the symmetrical winding with m phases.
User's guide on symmetrical components and orientation.
function symmetricOrientation extends Modelica.Icons.Function; input Integer m "Number of phases"; output SI.Angle orientation[m] "Orientation of the resulting fundamental wave field phasors"; import Modelica.Constants.pi; end symmetricOrientation;