.PowerSystems.Utilities.Transforms.jj_dq0

Rotation(pi/2) of vector around {0,0,1} and projection on orth plane

Information

The function jj_dq0(u) corresponds to j_dq0 but has a matrix argument u.
It acts on the first index in the same way as j_dq0 for all values of the second index.

Interface

function jj_dq0
  extends Modelica.Icons.Function;
  input Real[:, :] u "array of 3- (or 2-) vectors (voltage, current)";
  output Real[size(u, 1), size(u, 2)] y "array of rotated vectors (voltage, current)";
end jj_dq0;

Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos