This is a detailed transformer model that takes into account the winding Joule losses and the leakage reactances on both primary and secondary side. The model also describes the core or iron losses and the losses due to magnetization effects.
The losses are represented by a series of resistances R1, R2, Rm and inductances L1, L2, and Lm.
The model is parameterized using the following parameters
VHigh
- RMS voltage at primary side,VLow
- RMS voltage at secondary side,VABase
- apparent nominal power of the transformer,f
- frequency,R_1, L_1
- resistance and inductance at primary side (per unit),R_2, L_2
- resistance and inductance at secondary side (per unit), andR_m, L_m
- resistance and inductance for magnetization effects (per unit).Given the nominal conditions, the model computes the values of the nominal impedances at both primary and secondary side. Given these values, the per unit values are transformed into the actual values of the resistances and inductances.
The magnetization losses can be enabled or disabled using the boolean flag magEffects
.
replaceable
for the terminal.
PhaseSystem.thetaRef
out of
derivative operator as this is not yet supported by JModelica.
phi_1
and phi_2
that are
used during initialization to specify the angle of the voltage phasor.
stateSelect
statement to use
the current i[:]
on the connectors as iteration variable for the
initialization problem.