Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
Name | Description |
---|---|
Yz01 | Transformer Yz1 |
Yz03 | Transformer Yz3 |
Yz05 | Transformer Yz5 |
Yz07 | Transformer Yz7 |
Yz09 | Transformer Yz9 |
Yz11 | Transformer Yz11 |
Extends from QuasiStationary.Machines.Interfaces.PartialBasicTransformer (Partial model of threephase transformer).
Type | Name | Default | Description |
---|---|---|---|
Real | n | Ratio primary voltage (line-to-line) / secondary voltage (line-to-line) | |
Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
Operational temperatures | |||
Temperature | T1Operational | Operational temperature of primary resistance [K] | |
Temperature | T2Operational | Operational temperature of secondary resistance [K] | |
Nominal resistances and inductances | |||
Resistance | R1 | Primary resistance per phase at TRef [Ohm] | |
Temperature | T1Ref | Reference temperature of primary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_1 | Temperature coefficient of primary resistance at 20 degC [1/K] | |
Inductance | L1sigma | Primary stray inductance per phase [H] | |
Resistance | R2 | Secondary resistance per phase at TRef [Ohm] | |
Temperature | T2Ref | Reference temperature of secondary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_2 | Temperature coefficient of secondary resistance at 20 degC [1/K] | |
Inductance | L2sigma | Secondary stray inductance per phase [H] |
Type | Name | Description |
---|---|---|
PositivePlug | plug1 | Primary plug |
NegativePlug | plug2 | Secondary plug |
ThermalPortTransformer | thermalPort | |
NegativePin | starpoint1 | |
NegativePin | starpoint2 |
model Yz01 "Transformer Yz1" extends QuasiStationary.Machines.Interfaces.PartialBasicTransformer( final VectorGroup="Yz01");QuasiStationary.MultiPhase.Basic.Star star1(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint1; QuasiStationary.MultiPhase.Basic.Star star2(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint2; QuasiStationary.MultiPhase.Basic.Delta Rot21(final m=m); QuasiStationary.MultiPhase.Basic.Delta Rot22(final m=m); 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_p2, Rot21.plug_n); connect(core.plug_p3, Rot21.plug_p); connect(l2sigma.plug_p, Rot22.plug_p); connect(Rot22.plug_n, core.plug_n2); connect(core.plug_n3, star2.plug_p); end Yz01;
Extends from QuasiStationary.Machines.Interfaces.PartialBasicTransformer (Partial model of threephase transformer).
Type | Name | Default | Description |
---|---|---|---|
Real | n | Ratio primary voltage (line-to-line) / secondary voltage (line-to-line) | |
Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
Operational temperatures | |||
Temperature | T1Operational | Operational temperature of primary resistance [K] | |
Temperature | T2Operational | Operational temperature of secondary resistance [K] | |
Nominal resistances and inductances | |||
Resistance | R1 | Primary resistance per phase at TRef [Ohm] | |
Temperature | T1Ref | Reference temperature of primary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_1 | Temperature coefficient of primary resistance at 20 degC [1/K] | |
Inductance | L1sigma | Primary stray inductance per phase [H] | |
Resistance | R2 | Secondary resistance per phase at TRef [Ohm] | |
Temperature | T2Ref | Reference temperature of secondary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_2 | Temperature coefficient of secondary resistance at 20 degC [1/K] | |
Inductance | L2sigma | Secondary stray inductance per phase [H] |
Type | Name | Description |
---|---|---|
PositivePlug | plug1 | Primary plug |
NegativePlug | plug2 | Secondary plug |
ThermalPortTransformer | thermalPort | |
NegativePin | starpoint1 | |
NegativePin | starpoint2 |
model Yz03 "Transformer Yz3" extends QuasiStationary.Machines.Interfaces.PartialBasicTransformer( final VectorGroup="Yz03");QuasiStationary.MultiPhase.Basic.Star star1(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint1; QuasiStationary.MultiPhase.Basic.Star star2(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint2; QuasiStationary.MultiPhase.Basic.Delta Rot21(final m=m); QuasiStationary.MultiPhase.Basic.Delta Rot22(final m=m); 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_p2, Rot21.plug_p); connect(core.plug_p3, Rot21.plug_n); connect(l2sigma.plug_p, Rot22.plug_p); connect(Rot22.plug_n, core.plug_n2); connect(core.plug_n3, star2.plug_p); end Yz03;
Extends from QuasiStationary.Machines.Interfaces.PartialBasicTransformer (Partial model of threephase transformer).
Type | Name | Default | Description |
---|---|---|---|
Real | n | Ratio primary voltage (line-to-line) / secondary voltage (line-to-line) | |
Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
Operational temperatures | |||
Temperature | T1Operational | Operational temperature of primary resistance [K] | |
Temperature | T2Operational | Operational temperature of secondary resistance [K] | |
Nominal resistances and inductances | |||
Resistance | R1 | Primary resistance per phase at TRef [Ohm] | |
Temperature | T1Ref | Reference temperature of primary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_1 | Temperature coefficient of primary resistance at 20 degC [1/K] | |
Inductance | L1sigma | Primary stray inductance per phase [H] | |
Resistance | R2 | Secondary resistance per phase at TRef [Ohm] | |
Temperature | T2Ref | Reference temperature of secondary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_2 | Temperature coefficient of secondary resistance at 20 degC [1/K] | |
Inductance | L2sigma | Secondary stray inductance per phase [H] |
Type | Name | Description |
---|---|---|
PositivePlug | plug1 | Primary plug |
NegativePlug | plug2 | Secondary plug |
ThermalPortTransformer | thermalPort | |
NegativePin | starpoint1 | |
NegativePin | starpoint2 |
model Yz05 "Transformer Yz5" extends QuasiStationary.Machines.Interfaces.PartialBasicTransformer( final VectorGroup="Yz05");QuasiStationary.MultiPhase.Basic.Star star1(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint1; QuasiStationary.MultiPhase.Basic.Star star2(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint2; QuasiStationary.MultiPhase.Basic.Delta Rot21(final m=m); 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_p2, Rot21.plug_n); connect(core.plug_p3, Rot21.plug_p); connect(core.plug_n3, star2.plug_p); connect(l2sigma.plug_p, core.plug_n2); end Yz05;
Extends from QuasiStationary.Machines.Interfaces.PartialBasicTransformer (Partial model of threephase transformer).
Type | Name | Default | Description |
---|---|---|---|
Real | n | Ratio primary voltage (line-to-line) / secondary voltage (line-to-line) | |
Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
Operational temperatures | |||
Temperature | T1Operational | Operational temperature of primary resistance [K] | |
Temperature | T2Operational | Operational temperature of secondary resistance [K] | |
Nominal resistances and inductances | |||
Resistance | R1 | Primary resistance per phase at TRef [Ohm] | |
Temperature | T1Ref | Reference temperature of primary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_1 | Temperature coefficient of primary resistance at 20 degC [1/K] | |
Inductance | L1sigma | Primary stray inductance per phase [H] | |
Resistance | R2 | Secondary resistance per phase at TRef [Ohm] | |
Temperature | T2Ref | Reference temperature of secondary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_2 | Temperature coefficient of secondary resistance at 20 degC [1/K] | |
Inductance | L2sigma | Secondary stray inductance per phase [H] |
Type | Name | Description |
---|---|---|
PositivePlug | plug1 | Primary plug |
NegativePlug | plug2 | Secondary plug |
ThermalPortTransformer | thermalPort | |
NegativePin | starpoint1 | |
NegativePin | starpoint2 |
model Yz07 "Transformer Yz7" extends QuasiStationary.Machines.Interfaces.PartialBasicTransformer( final VectorGroup="Yz07");QuasiStationary.MultiPhase.Basic.Star star1(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint1; QuasiStationary.MultiPhase.Basic.Star star2(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint2; QuasiStationary.MultiPhase.Basic.Delta Rot21(final m=m); 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_p2, Rot21.plug_p); connect(core.plug_p3, Rot21.plug_n); connect(l2sigma.plug_p, core.plug_n2); connect(core.plug_n3, star2.plug_p); end Yz07;
Extends from QuasiStationary.Machines.Interfaces.PartialBasicTransformer (Partial model of threephase transformer).
Type | Name | Default | Description |
---|---|---|---|
Real | n | Ratio primary voltage (line-to-line) / secondary voltage (line-to-line) | |
Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
Operational temperatures | |||
Temperature | T1Operational | Operational temperature of primary resistance [K] | |
Temperature | T2Operational | Operational temperature of secondary resistance [K] | |
Nominal resistances and inductances | |||
Resistance | R1 | Primary resistance per phase at TRef [Ohm] | |
Temperature | T1Ref | Reference temperature of primary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_1 | Temperature coefficient of primary resistance at 20 degC [1/K] | |
Inductance | L1sigma | Primary stray inductance per phase [H] | |
Resistance | R2 | Secondary resistance per phase at TRef [Ohm] | |
Temperature | T2Ref | Reference temperature of secondary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_2 | Temperature coefficient of secondary resistance at 20 degC [1/K] | |
Inductance | L2sigma | Secondary stray inductance per phase [H] |
Type | Name | Description |
---|---|---|
PositivePlug | plug1 | Primary plug |
NegativePlug | plug2 | Secondary plug |
ThermalPortTransformer | thermalPort | |
NegativePin | starpoint1 | |
NegativePin | starpoint2 |
model Yz09 "Transformer Yz9" extends QuasiStationary.Machines.Interfaces.PartialBasicTransformer( final VectorGroup="Yz09");QuasiStationary.MultiPhase.Basic.Star star1(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint1; QuasiStationary.MultiPhase.Basic.Star star2(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint2; QuasiStationary.MultiPhase.Basic.Delta Rot21(final m=m); QuasiStationary.MultiPhase.Basic.Delta Rot22(final m=m); 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_p2, Rot21.plug_n); connect(core.plug_p3, Rot21.plug_p); connect(core.plug_n3, star2.plug_p); connect(l2sigma.plug_p, Rot22.plug_n); connect(Rot22.plug_p, core.plug_n2); end Yz09;
Extends from QuasiStationary.Machines.Interfaces.PartialBasicTransformer (Partial model of threephase transformer).
Type | Name | Default | Description |
---|---|---|---|
Real | n | Ratio primary voltage (line-to-line) / secondary voltage (line-to-line) | |
Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
Operational temperatures | |||
Temperature | T1Operational | Operational temperature of primary resistance [K] | |
Temperature | T2Operational | Operational temperature of secondary resistance [K] | |
Nominal resistances and inductances | |||
Resistance | R1 | Primary resistance per phase at TRef [Ohm] | |
Temperature | T1Ref | Reference temperature of primary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_1 | Temperature coefficient of primary resistance at 20 degC [1/K] | |
Inductance | L1sigma | Primary stray inductance per phase [H] | |
Resistance | R2 | Secondary resistance per phase at TRef [Ohm] | |
Temperature | T2Ref | Reference temperature of secondary resistance [K] | |
LinearTemperatureCoefficient20 | alpha20_2 | Temperature coefficient of secondary resistance at 20 degC [1/K] | |
Inductance | L2sigma | Secondary stray inductance per phase [H] |
Type | Name | Description |
---|---|---|
PositivePlug | plug1 | Primary plug |
NegativePlug | plug2 | Secondary plug |
ThermalPortTransformer | thermalPort | |
NegativePin | starpoint1 | |
NegativePin | starpoint2 |
model Yz11 "Transformer Yz11" extends QuasiStationary.Machines.Interfaces.PartialBasicTransformer( final VectorGroup="Yz11");QuasiStationary.MultiPhase.Basic.Star star1(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint1; QuasiStationary.MultiPhase.Basic.Star star2(final m=m); QuasiStationary.SinglePhase.Interfaces.NegativePin starpoint2; QuasiStationary.MultiPhase.Basic.Delta Rot21(final m=m); QuasiStationary.MultiPhase.Basic.Delta Rot22(final m=m); 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_p2, Rot21.plug_p); connect(core.plug_p3, Rot21.plug_n); connect(l2sigma.plug_p, Rot22.plug_n); connect(Rot22.plug_p, core.plug_n2); connect(core.plug_n3, star2.plug_p); end Yz11;