modelPartialConverterStepDownDY
Model of a transformer with D connection primary side and
Y connection secondary side (Voltage step down)
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 delta connection on the primary and Y connection on the secondary side. The configuration is for voltage step down.
The image below describes the connection of the windings.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.Terminal_n | terminal_n (from PartialConverter) | Electrical connector side N | |
| Interfaces.Terminal_p | terminal_p (from PartialConverter) | Electrical connector side P |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Interfaces.PartialConversion | conv1 (from PartialConverter) | ||
| Buildings.Electrical.Interfaces.PartialConversion | conv2 (from PartialConverter) | ||
| Buildings.Electrical.Interfaces.PartialConversion | conv3 (from PartialConverter) | ||
| Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToWyeGround | wye_to_wyeg | Wye to wye grounded connection | |
| Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToDelta | delta_to_wye | Delta 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.