modelACACTransformerFull

AC AC transformer detailed equivalent circuit (YY)

Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Conversion.BaseClasses.PartialConverterYY (Model of a transformer with Y connection primary side and Y connection secondary side).

Information

This is a detailed transformer model that takes into accounts the winding Joule losses, and the leakage reactances on the primary and secondary side. The model also takes into account 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), and
  • R_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 the primary and secondary side. Given these values, the per unit values are transformed into the actual values of the resistances and inductancs.

The magnetization losses can be enabled or disabled using the boolean flag magEffects.

Configuration:

The image below describes the connection of the windings.

image

Note:

This model reuses models from Buildings.Electrical.AC.OnePhase.Conversion.ACACTransformerFull.

See Buildings.Electrical.AC.ThreePhasesUnbalanced.Conversion.BaseClasses.PartialConverterYY for details on the connections.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.VoltageVHighRms voltage on side 1 of the transformer (primary side)
Modelica.Units.SI.VoltageVLowRms voltage on side 2 of the transformer (secondary side)
Modelica.Units.SI.ApparentPowerVABaseNominal power of the transformer
Modelica.Units.SI.FrequencyfNominal frequency
Buildings.Electrical.Types.PerUnitR1Resistance on side 1 of the transformer (pu)
Buildings.Electrical.Types.PerUnitL1Inductance on side 1 of the transformer (pu)
Buildings.Electrical.Types.PerUnitR2Resistance on side 2 of the transformer (pu)
Buildings.Electrical.Types.PerUnitL2Inductance on side 2 of the transformer (pu)
Magnetization
BooleanmagEffectsfalseIf =true introduce magnetization effects
Buildings.Electrical.Types.PerUnitRmMagnetization resistance (pu)
Buildings.Electrical.Types.PerUnitLmMagnetization inductance (pu)
Ground › side 1
Booleanground_1falseConnect side 1 of converter to ground
Ground › side 2
Booleanground_2trueConnect side 2 of converter to ground

Connectors

TypeNameDefaultDescription
Interfaces.Terminal_nterminal_n (from PartialConverter)Electrical connector side N
Interfaces.Terminal_pterminal_p (from PartialConverter)Electrical connector side P

Components

TypeNameDefaultDescription
Buildings.Electrical.Interfaces.PartialConversionconv1 (from PartialConverter)
Buildings.Electrical.Interfaces.PartialConversionconv2 (from PartialConverter)
Buildings.Electrical.Interfaces.PartialConversionconv3 (from PartialConverter)
Interfaces.Connection3to3Ground_nconnection3to4_n (from PartialConverterYY)Conversion between 3 to 4 connectors
Interfaces.Connection3to3Ground_pconnection3to4_p (from PartialConverterYY)Conversion between 3 to 4 connectors
OnePhase.Basics.Groundground_n (from PartialConverterYY)Ground reference
OnePhase.Basics.Groundground_p (from PartialConverterYY)Ground reference

Revisions

  • October 3, 2014, by Marco Bonvini:
    Revised documentation.
  • June 6, 2014, by Marco Bonvini:
    First implementation.