.Spot.Base.Transforms.j_abc

Information

The function j_abc(u) is a rotation of u by +90 degrees around the axis {1,1,1}.

The notation is chosen in analogy to the expression

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

The matrix expression corresponding to

  j*u
is
  J_abc*u = ([0,-1,1; 1,0,-1; -1,1,0]/sqrt(3))*u

up users guide

Interface

function j_abc
  extends Icons.Function;
  input Real[3] u "vector (voltage, current)";
  output Real[3] y "rotated vector (voltage, current)";
end j_abc;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos