Extends from Modelica.Icons.Library2 (Icon for library where additional icon elements shall be added).
Name | Description |
---|---|
Yy00 | Transformer Yy0 |
Yy02 | Transformer Yy2 |
Yy04 | Transformer Yy4 |
Yy06 | Transformer Yy6 |
Yy08 | Transformer Yy8 |
Yy10 | Transformer Yy10 |
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 | |
NegativePin | starpoint2 |
model Yy00 "Transformer Yy0" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yy00");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; equationconnect(star1.pin_n, starpoint1); connect(star2.pin_n, starpoint2); 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, l2sigma.plug_p); connect(core.plug_n3, star2.plug_p); end Yy00;
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 | |
NegativePin | starpoint2 |
model Yy02 "Transformer Yy2" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yy02");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; Modelica.Electrical.MultiPhase.Basic.Delta Rot2(final m=m); equationconnect(star1.pin_n, starpoint1); connect(star2.pin_n, starpoint2); connect(l2sigma.plug_p, Rot2.plug_p); connect(l1sigma.plug_n, core.plug_p1); connect(core.plug_n2, core.plug_p3); connect(core.plug_n1, star1.plug_p); connect(core.plug_n3, Rot2.plug_n); connect(core.plug_p2, star2.plug_p); end Yy02;
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 | |
NegativePin | starpoint2 |
model Yy04 "Transformer Yy4" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yy04");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; Modelica.Electrical.MultiPhase.Basic.Delta Rot2(final m=m); equationconnect(star1.pin_n, starpoint1); connect(star2.pin_n, starpoint2); connect(Rot2.plug_n, l2sigma.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, Rot2.plug_p); connect(core.plug_n3, star2.plug_p); end Yy04;
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 | |
NegativePin | starpoint2 |
model Yy06 "Transformer Yy6" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yy06");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; equationconnect(star1.pin_n, starpoint1); connect(star2.pin_n, starpoint2); connect(l1sigma.plug_n, core.plug_p1); connect(core.plug_n1, star1.plug_p); connect(core.plug_n2, core.plug_p3); connect(l2sigma.plug_p, core.plug_n3); connect(core.plug_p2, star2.plug_p); end Yy06;
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 | |
NegativePin | starpoint2 |
model Yy08 "Transformer Yy8" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yy08");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; Modelica.Electrical.MultiPhase.Basic.Delta Rot2(final m=m); equationconnect(star1.pin_n, starpoint1); connect(star2.pin_n, starpoint2); connect(Rot2.plug_p, l2sigma.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, Rot2.plug_n); connect(core.plug_n3, star2.plug_p); end Yy08;
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 | |
NegativePin | starpoint2 |
model Yy10 "Transformer Yy10" extends Machines.BasicMachines.Components.BasicTransformer(final VectorGroup="Yy10");Modelica.Electrical.MultiPhase.Basic.Star star1(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint1; Modelica.Electrical.MultiPhase.Basic.Star star2(final m=m); Modelica.Electrical.Analog.Interfaces.NegativePin starpoint2; Modelica.Electrical.MultiPhase.Basic.Delta Rot2(final m=m); equationconnect(star1.pin_n, starpoint1); connect(star2.pin_n, starpoint2); connect(l2sigma.plug_p, Rot2.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, Rot2.plug_p); connect(core.plug_p2, star2.plug_p); end Yy10;