Dd08

model Dd08 "Transformer Dd8"
    extends QuasiStationary.Machines.Interfaces.PartialBasicTransformer(final VectorGroup = "Dd08");

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

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