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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToDelta | wyeToDelta | Conversion of the voltages from Y to D | |
| Buildings.Electrical.AC.ThreePhasesUnbalanced.Sources.FixedVoltage | V1 | Voltage source | |
| Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.ProbeWye | probe_Y | Probe that measures the voltage and the angles on each phase | |
| Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.ProbeWye | probeD | Probe 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.