modelACACConverter

AC AC converter single phase systems (YY)

Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Conversion.BaseClasses.PartialConverterYY (Model of a transformer with Y connection primary side and Y connection secondary side).

Information

This is an AC AC converter, based on a power balance between both circuit sides. The parameter conversionFactor defines the ratio between the RMS voltages

V2 = conversionFactor * V1

where V1 and V2 are the RMS voltages at the primary and secondary sides of the transformer (connector N and P respectively).

The loss of the converter is proportional to the power transmitted. The parameter eta is the efficiency of the transfer. The loss is computed as

Ploss = (1-η) Ptr

where Ptr is the power transmitted. The model is bi-directional and the power can flow from both the primary to the secondary and vice-versa. Furthermore, reactive power on both side are set to 0.

Configuration:

The image below describes the connection of the windings.

image

Note:

This model reuses models from Buildings.Electrical.AC.OnePhase.Conversion.ACACConverter.

See Buildings.Electrical.AC.ThreePhasesUnbalanced.Conversion.BaseClasses.PartialConverterYY for details on the connections.

Parameters

TypeNameDefaultDescription
RealconversionFactorRatio of QS rms voltage on side 2 / QS rms voltage on side 1
Modelica.Units.SI.EfficiencyetaConverter efficiency, pLoss = (1-eta) * Ptr
Ground › side 1
Booleanground_1falseConnect side 1 of converter to ground
Ground › side 2
Booleanground_2trueConnect side 2 of converter to ground

Connectors

TypeNameDefaultDescription
Interfaces.Terminal_nterminal_n (from PartialConverter)Electrical connector side N
Interfaces.Terminal_pterminal_p (from PartialConverter)Electrical connector side P

Components

TypeNameDefaultDescription
Buildings.Electrical.Interfaces.PartialConversionconv1 (from PartialConverter)
Buildings.Electrical.Interfaces.PartialConversionconv2 (from PartialConverter)
Buildings.Electrical.Interfaces.PartialConversionconv3 (from PartialConverter)
Interfaces.Connection3to3Ground_nconnection3to4_n (from PartialConverterYY)Conversion between 3 to 4 connectors
Interfaces.Connection3to3Ground_pconnection3to4_p (from PartialConverterYY)Conversion between 3 to 4 connectors
OnePhase.Basics.Groundground_n (from PartialConverterYY)Ground reference
OnePhase.Basics.Groundground_p (from PartialConverterYY)Ground reference

Revisions

  • October 3, 2014, by Marco Bonvini:
    Revised documentation.
  • June 6, 2014, by Marco Bonvini:
    First implementation.