Extends from Modelica.Icons.Library2 (Icon for library where additional icon elements shall be added).
| Name | Description |
|---|---|
| Transformer Dy1 | |
| Transformer Dy3 | |
| Transformer Dy5 | |
| Transformer Dy7 | |
| Transformer Dy9 | |
| Transformer Dy11 |
Modelica.Electrical.Machines.BasicMachines.Transformers.Dy.Dy01
Extends from Machines.BasicMachines.Components.BasicTransformer (Partial model of threephase transformer).
| Type | Name | Default | Description |
|---|---|---|---|
| Real | n | primary voltage (line-to-line) / secondary voltage (line-to-line) | |
| Resistance | R1 | warm primary resistance per phase [Ohm] | |
| Inductance | L1sigma | primary stray inductance per phase [H] | |
| Resistance | R2 | warm secondary resistance per phase [Ohm] | |
| Inductance | L2sigma | secondary stray inductance per phase [H] |
| Type | Name | Description |
|---|---|---|
| PositivePlug | plug1 | |
| NegativePlug | plug2 | |
| NegativePin | starpoint2 |
model Dy01 "Transformer Dy1" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Dy01");Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; Modelica.Electrical.MultiPhase.Basic.Delta Delta1(final m=m); Modelica.Electrical.MultiPhase.Basic.Delta Rot2(final m=m); equationconnect(star2.pin_n, starpoint2); connect(l2sigma.plug_p, Rot2.plug_p); connect(Delta1.plug_p, r1.plug_p); connect(Delta1.plug_n, core.plug_n1); connect(l1sigma.plug_n, core.plug_p1); connect(core.plug_n2, core.plug_p3); connect(core.plug_n3, Rot2.plug_n); connect(core.plug_p2, star2.plug_p); end Dy01;
Modelica.Electrical.Machines.BasicMachines.Transformers.Dy.Dy03
Extends from Machines.BasicMachines.Components.BasicTransformer (Partial model of threephase transformer).
| Type | Name | Default | Description |
|---|---|---|---|
| Real | n | primary voltage (line-to-line) / secondary voltage (line-to-line) | |
| Resistance | R1 | warm primary resistance per phase [Ohm] | |
| Inductance | L1sigma | primary stray inductance per phase [H] | |
| Resistance | R2 | warm secondary resistance per phase [Ohm] | |
| Inductance | L2sigma | secondary stray inductance per phase [H] |
| Type | Name | Description |
|---|---|---|
| PositivePlug | plug1 | |
| NegativePlug | plug2 | |
| NegativePin | starpoint2 |
model Dy03 "Transformer Dy3" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Dy03");Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; Modelica.Electrical.MultiPhase.Basic.Delta Delta1(final m=m); Modelica.Electrical.MultiPhase.Basic.Delta Rot2(final m=m); equationconnect(star2.pin_n, starpoint2); connect(Rot2.plug_n, l2sigma.plug_p); connect(Delta1.plug_p, r1.plug_p); connect(l1sigma.plug_n, core.plug_p1); connect(Delta1.plug_n, core.plug_n1); connect(core.plug_p2, Rot2.plug_p); connect(core.plug_n2, core.plug_p3); connect(core.plug_n3, star2.plug_p); end Dy03;
Modelica.Electrical.Machines.BasicMachines.Transformers.Dy.Dy05
Extends from Machines.BasicMachines.Components.BasicTransformer (Partial model of threephase transformer).
| Type | Name | Default | Description |
|---|---|---|---|
| Real | n | primary voltage (line-to-line) / secondary voltage (line-to-line) | |
| Resistance | R1 | warm primary resistance per phase [Ohm] | |
| Inductance | L1sigma | primary stray inductance per phase [H] | |
| Resistance | R2 | warm secondary resistance per phase [Ohm] | |
| Inductance | L2sigma | secondary stray inductance per phase [H] |
| Type | Name | Description |
|---|---|---|
| PositivePlug | plug1 | |
| NegativePlug | plug2 | |
| NegativePin | starpoint2 |
model Dy05 "Transformer Dy5" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Dy05");Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; Modelica.Electrical.MultiPhase.Basic.Delta Delta1(final m=m); equationconnect(star2.pin_n, starpoint2); connect(Delta1.plug_p, r1.plug_p); connect(Delta1.plug_n, core.plug_n1); connect(l1sigma.plug_n, core.plug_p1); connect(core.plug_n2, core.plug_p3); connect(l2sigma.plug_p, core.plug_n3); connect(core.plug_p2, star2.plug_p); end Dy05;
Modelica.Electrical.Machines.BasicMachines.Transformers.Dy.Dy07
Extends from Machines.BasicMachines.Components.BasicTransformer (Partial model of threephase transformer).
| Type | Name | Default | Description |
|---|---|---|---|
| Real | n | primary voltage (line-to-line) / secondary voltage (line-to-line) | |
| Resistance | R1 | warm primary resistance per phase [Ohm] | |
| Inductance | L1sigma | primary stray inductance per phase [H] | |
| Resistance | R2 | warm secondary resistance per phase [Ohm] | |
| Inductance | L2sigma | secondary stray inductance per phase [H] |
| Type | Name | Description |
|---|---|---|
| PositivePlug | plug1 | |
| NegativePlug | plug2 | |
| NegativePin | starpoint2 |
model Dy07 "Transformer Dy7" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Dy07");Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; Modelica.Electrical.MultiPhase.Basic.Delta Delta1(final m=m); Modelica.Electrical.MultiPhase.Basic.Delta Rot2(final m=m); equationconnect(star2.pin_n, starpoint2); connect(r1.plug_p, Delta1.plug_p); connect(Rot2.plug_p, l2sigma.plug_p); connect(l1sigma.plug_n, core.plug_p1); connect(Delta1.plug_n, core.plug_n1); connect(core.plug_n2, core.plug_p3); connect(core.plug_n3, star2.plug_p); connect(core.plug_p2, Rot2.plug_n); end Dy07;
Modelica.Electrical.Machines.BasicMachines.Transformers.Dy.Dy09
Extends from Machines.BasicMachines.Components.BasicTransformer (Partial model of threephase transformer).
| Type | Name | Default | Description |
|---|---|---|---|
| Real | n | primary voltage (line-to-line) / secondary voltage (line-to-line) | |
| Resistance | R1 | warm primary resistance per phase [Ohm] | |
| Inductance | L1sigma | primary stray inductance per phase [H] | |
| Resistance | R2 | warm secondary resistance per phase [Ohm] | |
| Inductance | L2sigma | secondary stray inductance per phase [H] |
| Type | Name | Description |
|---|---|---|
| PositivePlug | plug1 | |
| NegativePlug | plug2 | |
| NegativePin | starpoint2 |
model Dy09 "Transformer Dy9" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Dy09");Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; Modelica.Electrical.MultiPhase.Basic.Delta Delta1(final m=m); Modelica.Electrical.MultiPhase.Basic.Delta Rot2(final m=m); equationconnect(star2.pin_n, starpoint2); connect(r1.plug_p, Delta1.plug_p); connect(l2sigma.plug_p, Rot2.plug_n); connect(l1sigma.plug_n, core.plug_p1); connect(Delta1.plug_n, core.plug_n1); connect(core.plug_n2, core.plug_p3); connect(core.plug_n3, Rot2.plug_p); connect(core.plug_p2, star2.plug_p); end Dy09;
Modelica.Electrical.Machines.BasicMachines.Transformers.Dy.Dy11
Extends from Machines.BasicMachines.Components.BasicTransformer (Partial model of threephase transformer).
| Type | Name | Default | Description |
|---|---|---|---|
| Real | n | primary voltage (line-to-line) / secondary voltage (line-to-line) | |
| Resistance | R1 | warm primary resistance per phase [Ohm] | |
| Inductance | L1sigma | primary stray inductance per phase [H] | |
| Resistance | R2 | warm secondary resistance per phase [Ohm] | |
| Inductance | L2sigma | secondary stray inductance per phase [H] |
| Type | Name | Description |
|---|---|---|
| PositivePlug | plug1 | |
| NegativePlug | plug2 | |
| NegativePin | starpoint2 |
model Dy11 "Transformer Dy11" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Dy11");Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; Modelica.Electrical.MultiPhase.Basic.Delta Delta1(final m=m); equationconnect(star2.pin_n, starpoint2); connect(r1.plug_p, Delta1.plug_p); connect(l1sigma.plug_n, core.plug_p1); connect(Delta1.plug_n, core.plug_n1); connect(core.plug_n2, core.plug_p3); connect(core.plug_n3, star2.plug_p); connect(core.plug_p2, l2sigma.plug_p); end Dy11;