modelACACTransformer

AC AC transformer simplified equivalent circuit

Extends from Buildings.Electrical.Icons.RefAngleConversion (Icon that represents if the angle symble should be displayed or not), Buildings.Electrical.Interfaces.PartialConversion (Model representing a generic two port system for conversion).

Information

This is a simplified equivalent transformer model. The model accounts for winding Joule losses and leakage reactances that are represented by a series of a resistance R and an inductance L. The resistance and the inductance represent both the effects of the secondary and primary side of the transformer.

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,
  • XoverR - ratio between reactance and resistance, and
  • Zperc - the short circuit impedance.

Given the nominal conditions,the model computes the values of the resistance and the inductance.

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
RealXoverRRatio between the complex and real components of the impedance (XL/R)
RealZpercShort circuit impedance
Ground › side 1
Booleanground_1falseIf true, connect side 1 of converter to ground
Ground › side 2
Booleanground_2trueIf true, connect side 2 of converter to ground
Initialization
Modelica.Units.SI.Anglephi_10Angle of the voltage side 1 at initialization
Modelica.Units.SI.Anglephi_2phi_1Angle of the voltage side 2 at initialization

Connectors

TypeNameDefaultDescription
Buildings.Electrical.Interfaces.BaseTerminalterminal_n (from PartialBaseTwoPort)Electric terminal side p
Buildings.Electrical.Interfaces.BaseTerminalterminal_p (from PartialBaseTwoPort)Electric terminal side n

Components

TypeNameDefaultDescription
Modelica.Units.SI.Voltagev_p (from PartialConversion)Voltage drop between the two positive pins
Modelica.Units.SI.Voltagev_n (from PartialConversion)Voltage drop between the two negative pins
Modelica.Units.SI.Currenti_p (from PartialConversion)Current flowing through the positive pins
Modelica.Units.SI.Currenti_n (from PartialConversion)Current flowing through the negative pins
Modelica.Units.SI.EfficiencyetaEfficiency
Modelica.Units.SI.Power[2]PLossLoss power
Modelica.Units.SI.Voltage[2]V1Voltage at the winding - primary side
Modelica.Units.SI.Voltage[2]V2Voltage at the winding - secondary side

Revisions

  • January 30, 2019, by Michael Wetter:
    Added missing replaceable for the terminal.
  • November 28, 2016, by Michael Wetter:
    Made voltage public to allow setting a start value in Buildings.Electrical.AC.ThreePhasesUnbalanced.Validation.IEEETests.Test4NodesFeeder.UnbalancedStepUp.DY.
    This is for #584.
  • September 4, 2014, by Michael Wetter:
    Revised model.
  • August 5, 2014, by Marco Bonvini:
    Revised documentation.
  • June 17, 2014, by Marco Bonvini:
    Adde parameter phi_1 and phi_2 that are used during initialization to specify the angle of the voltage phasor.
  • June 9, 2014, by Marco Bonvini:
    Revised implementation and added stateSelect statement to use the current i[:] on the connectors as iteration variable for the initialization problem.
  • January 29, 2012, by Thierry S. Nouidui:
    First implementation.