modelWyeToDelta

Test for Y to D connection

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This simple example shows how to use a Y to D adapter.

The probe probe_Y mesaures the phase voltages before they are converted into D. Their RMS value is equal to 480/sqrt(3) V.

The probe probe_D measures the phase voltages after the conversion to D. Their RMS value is equal to 480 V, the line voltage provided by the voltage source.

Components

TypeNameDefaultDescription
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToDeltawyeToDeltaConversion of the voltages from Y to D
Buildings.Electrical.AC.ThreePhasesUnbalanced.Sources.FixedVoltageV1Voltage source
Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.ProbeWyeprobe_YProbe that measures the voltage and the angles on each phase
Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.ProbeWyeprobeDProbe that measures the voltage and the angles on each phase

Revisions

  • October 9, 2014, by Marco Bonvini:
    Revised example and documentation.
  • September 24, 2014, by Marco Bonvini:
    Added info section.