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
| Type | Name | Default | Description |
|---|---|---|---|
| Real | conversionFactor (from ACACConverter) | Ratio of QS rms voltage on side 2 / QS rms voltage on side 1 | |
| Real | eta (from ACACConverter) | Converter efficiency, pLoss = (1-eta) * Ptr | |
| Ground › side 1 | |||
| Boolean | ground_1 (from ACACConverter) | false | If true, connect side 1 of converter to ground |
| Ground › side 2 | |||
| Boolean | ground_2 (from ACACConverter) | true | If true, connect side 2 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[2] | LossPower (from ACACConverter) | Loss power |
Revisions
-
September 22, 2014, by Marco Bonvini:
Revised documentation. -
January 29, 2012, by Thierry S. Nouidui:
First implementation.