modelPartialConverterStepUpYD

Model of a transformer with Y connection primary side and D connection secondary side (Voltage step up)

Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Conversion.BaseClasses.PartialConverter (Partial model of a transformer).

Information

Partial model that represents a three-phase unbalanced transformer with Y connection on the primary and delta connection on the secondary side. The configuration is for voltage step up.

The image below describes the connection of the windings.

image

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)
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToWyeGroundwye_to_wyegWye to wye grounded connection
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToDeltadelta_to_wyeDelta to wye connection

Revisions

  • February 26, 2016, by Michael Wetter:
    Added adapter for #426.
  • August 27, 2014, by Marco Bonvini:
    Revised documentation.
  • June 6, 2014, by Marco Bonvini:
    First implementation.