modelPowerTransformer
Power transformer including iron losses
Information
The PowerTransformer is a two port. The left port voltage v1, left port current i1, right port voltage v2 and right port current i2 are connected by the following relations:
v1 = R1 *i1 + jωL_1s *i1 + R_Fe*jωL_h/(R_Fe + jωL_h)*(i1 + i2')
v2' = R2'*i2' + jωL_2s'*i2' + R_Fe*jωL_h/(R_Fe + jωL_h)*(i1 + i2')
V2' = w1_w2*v2; i2'=i2/w1_w2; L_2s'=(w1_w2)^2*L_2s; R2'=(w1_w2)^2*R2
All parameters have constant values.
Fraunhofer ISE, Freiburg
email: matthias.vetter@ise.fraunhofer.de
Fraunhofer IIS/EAS, Dresden
email: olaf.enge@eas.iis.fraunhofer.de
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Resistance | R1 | 10 | Primary winding's resistance |
| SI.Resistance | R2 | 0.001 | Secondary winding's resistance |
| SI.Resistance | R_Fe | 1000000 | Resistance of iron loss |
| SI.Inductance | L_h | 1000000 | Main inductance |
| SI.Inductance | L_1s | 0.01 | Primary stray inductance |
| SI.Inductance | L_2s | 0.000001 | Secondary stray inductance |
| Real | w1_w2 | 100 | Turns ratio |
| SI.Angle | phase | 0 | Phase shift |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ComplexLib.SinglePhase.Interfaces.PosComplexPin | pin_p_1 | Positive complex pin of primary winding | |
| ComplexLib.SinglePhase.Interfaces.PosComplexPin | pin_p_2 | Positive complex pin of secondary winding | |
| ComplexLib.SinglePhase.Interfaces.NegComplexPin | pin_n_1 | Negative complex pin of primary winding | |
| ComplexLib.SinglePhase.Interfaces.NegComplexPin | pin_n_2 | Negative complex pin of secondary winding |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ComplexLib.SinglePhase.Basic.Resistor | resistor1 | ||
| ComplexLib.SinglePhase.Basic.Resistor | resistor2 | ||
| ComplexLib.SinglePhase.Basic.Resistor | resistance_Fe | ||
| ComplexLib.SinglePhase.Basic.Inductor | inductance_h | ||
| ComplexLib.SinglePhase.Basic.Inductor | inductance1s | ||
| ComplexLib.SinglePhase.Basic.Inductor | inductance2s | ||
| IdealTransformer2 | idealTransformer |