modelACACConverter

AC AC converter three phase balanced systems

Extends from Buildings.Electrical.AC.OnePhase.Conversion.ACACConverter (AC AC converter single phase systems).

Information

This model represents a simplified conversion between two AC three-phase balanced systems. The conversion losses are represented by a constant efficiency η.

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

Parameters

TypeNameDefaultDescription
RealconversionFactor (from ACACConverter)Ratio of QS rms voltage on side 2 / QS rms voltage on side 1
Realeta (from ACACConverter)Converter efficiency, pLoss = (1-eta) * Ptr
Ground › side 1
Booleanground_1 (from ACACConverter)falseIf true, connect side 1 of converter to ground
Ground › side 2
Booleanground_2 (from ACACConverter)trueIf true, connect side 2 of converter to ground

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.Power[2]LossPower (from ACACConverter)Loss power

Revisions

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