modelACDCConverter

AC DC converter

Extends from Buildings.Electrical.AC.OnePhase.Conversion.ACDCConverter (AC DC converter).

Information

This model represents a simplified conversion between a three-phase balanced AC system and a DC systems.

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

Parameters

TypeNameDefaultDescription
RealconversionFactor (from ACDCConverter)Ratio of DC voltage / AC RMS voltage
Realeta (from ACDCConverter)Converter efficiency, pLoss = (1-eta) * Ptr
Ground › AC side
Booleanground_AC (from ACDCConverter)falseConnect AC side of converter to ground
Ground › DC side
Booleanground_DC (from ACDCConverter)trueConnect DC side 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.PowerPLoss (from ACDCConverter)Loss power

Revisions

  • September 22, 2014, by Marco Bonvini:
    Revised documentation.
  • July 24, 2013, by Michael Wetter:
    First implementation.