.Spot.Base.Transforms.j_dqo

Information

The function j_dqo(u) is a projection of u onto the dq-plane and a rotation by +90 degrees around the axis {0,0,1}.

The notation is chosen in analogy to the expression

  j*omega*u
used in complex 2-dimensional notation with
  j: imaginary unit
 (omega: angular frequency)
  u: complex vector (voltage or current).

The matrix expression corresponding to

  j*u
is
  J_dqo*u = [0,-1,0; 1,0,0; 0,0,0]*u

Note: If the argument u is 2-dimensional, then j_dqo(u) is the restriction of j_dqo(u) to the dq-plane.

up users guide

Interface

function j_dqo
  extends Icons.Function;
  input Real[:] u "vector (voltage, current)";
  output Real[size(u, 1)] y "rotated vector (voltage, current)";
end j_dqo;

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos