.PowerSystems.Utilities.Transforms.der2_park

2nd derivative of Park transform

Information

Second derivative of function park(theta) with respect to time.

Interface

function der2_park
  extends Modelica.Icons.Function;
  input SI.Angle theta "transformation angle";
  input SI.AngularFrequency omega "d/dt theta";
  input SI.AngularAcceleration omega_dot "d/dt omega";
  output Real[3, 3] der2_P "d2/dt2 park";
end der2_park;

Generated at 2026-01-07T19:14:18Z by OpenModelicaOpenModelica 1.26.0 using GenerateDoc.mos