modelACACTransformer

AC AC transformer three phase balanced systems

Extends from Buildings.Electrical.AC.OnePhase.Conversion.ACACTransformer (AC AC transformer simplified equivalent circuit).

Information

Simple transformer model for three-phase balanced AC systems. The model does not include core and magnetic losses.

See model Buildings.Electrical.AC.OnePhase.Conversion.ACACTransformer for more information.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.VoltageVHigh (from ACACTransformer)Rms voltage on side 1 of the transformer (primary side)
Modelica.Units.SI.VoltageVLow (from ACACTransformer)Rms voltage on side 2 of the transformer (secondary side)
Modelica.Units.SI.ApparentPowerVABase (from ACACTransformer)Nominal power of the transformer
RealXoverR (from ACACTransformer)Ratio between the complex and real components of the impedance (XL/R)
RealZperc (from ACACTransformer)Short circuit impedance
Ground › side 1
Booleanground_1 (from ACACTransformer)falseIf true, connect side 1 of converter to ground
Ground › side 2
Booleanground_2 (from ACACTransformer)trueIf true, connect side 2 of converter to ground
Initialization
Modelica.Units.SI.Anglephi_1 (from ACACTransformer)0Angle of the voltage side 1 at initialization
Modelica.Units.SI.Anglephi_2 (from ACACTransformer)phi_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.Efficiencyeta (from ACACTransformer)Efficiency
Modelica.Units.SI.Power[2]PLoss (from ACACTransformer)Loss power
Modelica.Units.SI.Voltage[2]V1 (from ACACTransformer)Voltage at the winding - primary side
Modelica.Units.SI.Voltage[2]V2 (from ACACTransformer)Voltage at the winding - secondary side

Revisions

  • September 22, 2014, by Marco Bonvini:
    Revised documentation.
  • January 29, 2012, by Thierry S. Nouidui:
    First implementation.