.ModPowerSystems.EmtThreePhase.Transforms.Functions.ABCtoDQ_Machowski

Information

Implemented according to [1].

References:

[1] J. Machowski, J. W. Bialek, und J. R. Bumby, Power system dynamics, 2nd ed. Oxford: John Wiley, 2008.

Interface

function ABCtoDQ_Machowski
  input Real f_abc[3];
  input Real theta;
  output Real f_dq[2];
  constant Real[2, 3] K_mat = {{sqrt(2/3)*cos(theta), sqrt(2/3)*cos(theta - 2*pi/3), sqrt(2/3)*cos(theta + 2*pi/3)}, {sqrt(2/3)*sin(theta), sqrt(2/3)*sin(theta - 2*pi/3), sqrt(2/3)*sin(theta + 2*pi/3)}};
end ABCtoDQ_Machowski;

Generated at 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos