Dd00

model Dd00 "Transformer Dd0"
    extends Machines.Interfaces.PartialBasicTransformer(final VectorGroup = "Dd00");

    Modelica.Electrical.MultiPhase.Basic.Delta Delta1(final m = m) annotation (Placement(transformation(extent = {
        {-50, -30}, 
        {-30, -10}})));
    Modelica.Electrical.MultiPhase.Basic.Delta Delta2(final m = m) annotation (Placement(transformation(extent = {
        {50, -30}, 
        {30, -10}})));
equation
    connect(Delta1.plug_n,core.plug_n1) annotation (Line(
        points = {
            {-30, -20}, 
            {-10, -20}, 
            {-10, -5}},
        color = {0, 0, 255}));
    connect(Delta2.plug_p,r2.plug_p) annotation (Line(
        points = {
            {50, -20}, 
            {90, -20}, 
            {90, 0}},
        color = {0, 0, 255}));
    connect(core.plug_n2,core.plug_p3) annotation (Line(
        points = {
            {10, 4}, 
            {10, -4}},
        color = {0, 0, 255}));
    connect(core.plug_n3,Delta2.plug_n) annotation (Line(
        points = {
            {10, -10}, 
            {10, -20}, 
            {30, -20}},
        color = {0, 0, 255}));
    connect(core.plug_p2,l2sigma.plug_n) annotation (Line(
        points = {
            {10, 10}, 
            {10, 20}, 
            {50, 20}, 
            {50, 0}},
        color = {0, 0, 255}));
    connect(l1sigma.plug_n,core.plug_p1) annotation (Line(
        points = {
            {-50, 0}, 
            {-50, 20}, 
            {-10, 20}, 
            {-10, 5}},
        color = {0, 0, 255}));
    connect(r1.plug_p,Delta1.plug_p) annotation (Line(
        points = {
            {-90, 0}, 
            {-90, -20}, 
            {-50, -20}},
        color = {0, 0, 255}));

    annotation (
        defaultComponentName = "transformer",
        Documentation(info = "<html>\nTransformer Dd0\n<br>Typical parameters see:\n<a href=\"modelica://Modelica.Electrical.Machines.Interfaces.PartialBasicTransformer\">PartialBasicTransformer</a>\n</html>"));
end Dd00;