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
| Type | Name | Default | Description |
|---|---|---|---|
| Real | conversionFactor (from ACDCConverter) | Ratio of DC voltage / AC RMS voltage | |
| Real | eta (from ACDCConverter) | Converter efficiency, pLoss = (1-eta) * Ptr | |
| Ground › AC side | |||
| Boolean | ground_AC (from ACDCConverter) | false | Connect AC side of converter to ground |
| Ground › DC side | |||
| Boolean | ground_DC (from ACDCConverter) | true | Connect DC side of converter to ground |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Interfaces.BaseTerminal | terminal_n (from PartialBaseTwoPort) | Electric terminal side p | |
| Buildings.Electrical.Interfaces.BaseTerminal | terminal_p (from PartialBaseTwoPort) | Electric terminal side n |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | v_p (from PartialConversion) | Voltage drop between the two positive pins | |
| Modelica.Units.SI.Voltage | v_n (from PartialConversion) | Voltage drop between the two negative pins | |
| Modelica.Units.SI.Current | i_p (from PartialConversion) | Current flowing through the positive pins | |
| Modelica.Units.SI.Current | i_n (from PartialConversion) | Current flowing through the negative pins | |
| Modelica.Units.SI.Power | PLoss (from ACDCConverter) | Loss power |
Revisions
-
September 22, 2014, by Marco Bonvini:
Revised documentation. -
July 24, 2013, by Michael Wetter:
First implementation.