This function determines the orientation matrix of the symmetrical winding with m phases.
User's guide on symmetrical components and orientation.
function symmetricOrientationMatrix extends Modelica.Icons.Function; import Modelica.Constants.pi; input Integer m "Number of phases"; output SI.Angle oM[m, m] "Angles of symmetric transformation matrix"; end symmetricOrientationMatrix;