PhaseOrientation

class PhaseOrientation "Orientation of phases"
    extends Modelica.Icons.Information;

    annotation (
        preferredView = "info",
        DocumentationClass = true,
        Documentation(info = "<html>\n<p>\n<strong>In multiphase systems, the angular displacement of voltages and currents of the phases as well as the spatial displacement of machine windings have to follow the same rules, i.e., they are based on the same\n<a href=\"modelica://Modelica.Electrical.MultiPhase.Functions.symmetricOrientation\">orientation function</a>.</strong>\n</p>\n<h4>Symmetrical three phase system</h4>\n<p>\nA symmetrical three phases system consists of three sinusoidal sine waves with an angular displacement of 2 &pi; / 3.\n</p>\n<h4>Symmetrical multi phase system</h4>\n<p>\nIn symmetrical multi phase systems odd and even phase numbers have to be distinguished.\n</p>\n<h5>Odd number of phases</h5>\n<p>\nFor a symmetrical multi phase system with m phases the displacement of the sine waves is 2 &pi; / m.\n</p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\">\n  <caption align=\"bottom\"><strong>Fig. 1: </strong>Symmetrical (a) three phase and (b) five phase current system</caption>\n  <tr>\n    <td>\n      <img src=\"modelica://Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/MultiPhase/phase35.png\"\n           alt=\"phase35.png\">\n    </td>\n  </tr>\n</table>\n<h5>Even number of phases</h5>\n<p>\nIn case of an even number of phases the aligned orientation does not add any information. Instead the m phases are divided into two or more different groups (the base systems).\n</p>\n<p>\nThe number of phases m can be divided by 2 recursively until the result is either an odd number or 2. The result of this division is called m<sub>Base</sub>, the number of phases of the base system.\nThe number of base systems n<sub>Base</sub> is defined by the number of divisions, i.e., m = n<sub>Base</sub> * m<sub>Base</sub>.\n</p>\n<p>\nFor a base system with m<sub>Base</sub> phases the displacement of the sine waves belonging to that base system is 2 &pi; / m<sub>Base</sub>.\n</p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\">\n  <caption align=\"bottom\"><strong>Fig. 2: </strong>Symmetrical (a) six and (b) ten phase current system</caption>\n  <tr>\n    <td>\n      <img src=\"modelica://Modelica/Resources/Images/Magnetic/FundamentalWave/UsersGuide/MultiPhase/phase610.png\"\n           alt=\"phase610.png\">\n    </td>\n  </tr>\n</table>\n<p>\nThe displacement of the base systems is defined as &pi; / n<sub>Base</sub>.\n</p>\n<h4>Note</h4>\n<p>\nIn array or matrices, the base systems are stored one after another.\n</p>\n<h4>Symmetrical components</h4>\n<p>\nFor each base system of time phasors, symmetrical components can be calculated according to the idea of Charles L. Fortescue.\n</p>\n<p>\nThe first symmetrical component is the direct component with positive sequence.<br>\nIn case of  m<sub>Base</sub> = 2, the second component is the inverse component with negative sequence.<br>\nIn case of  m<sub>Base</sub> &gt; 2, the components [2..m<sub>Base</sub> - 1] are components with non-positive sequence,<br>\nand the last component [m<sub>Base</sub>] is the zero sequence component.\n</p>\n<p>\nThis set of symmetrical components is repeated for each of the n<sub>Base</sub> base systems.\n</p>\n<h4>See also</h4>\n<p>\n<a href=\"modelica://Modelica.Magnetic.FundamentalWave.UsersGuide.MultiPhase\">User's guide</a> on multi phase winding.\n</p>\n</html>"));
end PhaseOrientation;