This function determines the number of base systems of the symmetrical winding with m phases.
User's guide on symmetrical components and orientation.
function numberOfSymmetricBaseSystems extends Modelica.Icons.Function; input Integer m = 3 "Number of phases"; output Integer n "Number of symmetric base systems"; end numberOfSymmetricBaseSystems;