.OpenIPSL.Electrical.ThreePhase.Branches.MonoTri.TransformerFcn.Yg_Yg_FinImp

Information

This function calculates impedance matrices of a hybrid positive-sequece/three-phase transformer modeled as a pi-equivalent.

The transformer that uses this function should have its primary and secondary windings connected in grounded-wye (grounded-star). In addition, this function considers that positive-, negative-, and zero-sequence Norton equivalent impedances have finite values.

Interface

function Yg_Yg_FinImp
  extends Modelica.Icons.Function;
  import OpenIPSL.Electrical.ThreePhase.Branches.MonoTri.MonoTriFcn.Inverse;
  import OpenIPSL.Electrical.ThreePhase.Branches.MonoTri.MonoTriFcn.PositiveFilter;
  import OpenIPSL.Electrical.ThreePhase.Branches.MonoTri.MonoTriFcn.NegZerFilter;
  input Real X;
  input Real R;
  input Real tap;
  input Real[1, 18] Y012;
  output Real[1, 32] Y;
end Yg_Yg_FinImp;

Generated at 2025-01-09T19:26:08Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos