Extends from Modelica.Icons.Library2 (Icon for library where additional icon elements shall be added).
| Name | Description |
|---|---|
| Transformer Yd1 | |
| Transformer Yd3 | |
| Transformer Yd5 | |
| Transformer Yd7 | |
| Transformer Yd9 | |
| Transformer Yd11 |
Modelica.Electrical.Machines.BasicMachines.Transformers.Yd.Yd01
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 | starpoint1 |
model Yd01 "Transformer Yd1" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yd01");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Delta Delta2(final m=m); equationconnect(star1.pin_n, starpoint1); connect(Delta2.plug_p, r2.plug_n); connect(l1sigma.plug_n, core.plug_p1); connect(core.plug_n1, star1.plug_p); connect(core.plug_n2, core.plug_p3); connect(core.plug_n3, Delta2.plug_n); connect(core.plug_p2, l2sigma.plug_p); end Yd01;
Modelica.Electrical.Machines.BasicMachines.Transformers.Yd.Yd03
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 | starpoint1 |
model Yd03 "Transformer Yd3" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yd03");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Delta Delta2(final m=m); Modelica.Electrical.MultiPhase.Basic.Delta Rot2(final m=m); equationconnect(star1.pin_n, starpoint1); connect(Delta2.plug_n, r2.plug_n); connect(l2sigma.plug_p, Rot2.plug_p); connect(l1sigma.plug_n, core.plug_p1); connect(core.plug_n1, star1.plug_p); connect(core.plug_n2, core.plug_p3); connect(core.plug_p2, Delta2.plug_p); connect(core.plug_n3, Rot2.plug_n); end Yd03;
Modelica.Electrical.Machines.BasicMachines.Transformers.Yd.Yd05
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 | starpoint1 |
model Yd05 "Transformer Yd5" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yd05");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Delta Delta2(final m=m); equationconnect(star1.pin_n, starpoint1); connect(Delta2.plug_n, r2.plug_n); connect(l1sigma.plug_n, core.plug_p1); connect(core.plug_n1, star1.plug_p); connect(core.plug_n2, core.plug_p3); connect(core.plug_n3, l2sigma.plug_p); connect(core.plug_p2, Delta2.plug_p); end Yd05;
Modelica.Electrical.Machines.BasicMachines.Transformers.Yd.Yd07
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 | starpoint1 |
model Yd07 "Transformer Yd7" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yd07");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Delta Delta2(final m=m); equationconnect(star1.pin_n, starpoint1); connect(Delta2.plug_p, r2.plug_n); connect(l1sigma.plug_n, core.plug_p1); connect(core.plug_n1, star1.plug_p); connect(core.plug_n2, core.plug_p3); connect(core.plug_p2, Delta2.plug_n); connect(l2sigma.plug_p, core.plug_n3); end Yd07;
Modelica.Electrical.Machines.BasicMachines.Transformers.Yd.Yd09
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 | starpoint1 |
model Yd09 "Transformer Yd9" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yd09");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Delta Delta2(final m=m); Modelica.Electrical.MultiPhase.Basic.Delta Rot2(final m=m); equationconnect(star1.pin_n, starpoint1); connect(Rot2.plug_p, l2sigma.plug_p); connect(Delta2.plug_n, r2.plug_n); connect(l1sigma.plug_n, core.plug_p1); connect(core.plug_n1, star1.plug_p); connect(core.plug_n2, core.plug_p3); connect(core.plug_p2, Rot2.plug_n); connect(core.plug_n3, Delta2.plug_p); end Yd09;
Modelica.Electrical.Machines.BasicMachines.Transformers.Yd.Yd11
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 | starpoint1 |
model Yd11 "Transformer Yd11" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yd11");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Delta Delta2(final m=m); equationconnect(star1.pin_n, starpoint1); connect(Delta2.plug_n, r2.plug_n); connect(l1sigma.plug_n, core.plug_p1); connect(core.plug_n1, star1.plug_p); connect(core.plug_n2, core.plug_p3); connect(core.plug_n3, Delta2.plug_p); connect(core.plug_p2, l2sigma.plug_p); end Yd11;