.Modelica.Electrical.Polyphase.Functions.symmetricTransformationMatrix

Transformation matrix for symmetrical components

Information

This function determines the transformation matrix of the symmetrical winding with m phases.

The transformation matrix can be used to determine the symmetrical components from time phasors.

See also

User's guide on symmetrical components and orientation.

Interface

function symmetricTransformationMatrix
  extends Modelica.Icons.Function;
  import Modelica.ComplexMath.fromPolar;
  input Integer m "Number of phases";
  output Complex tM[m, m] "Transformation matrix for m phase symmetrical components";
end symmetricTransformationMatrix;

Generated at 2025-06-06T18:20:43Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos