modelTransformerStepUpYD
Test for the AC/AC transformer model with Wye-Delta configuration (step-up voltage)
Extends from BaseClasses.TransformerExample (This example represents the basic test for a transformer model).
Information
This example model tests the Buildings.Electrical.AC.ThreePhasesUnbalanced.Conversion.ACACTransformerStepUpYD model.
Note:
When the secondary side of the transformer is in the Delta (D) configuration, measuring the voltage with a Wye (Y) is not possible because the voltage vectors in the connector do not have a neutral reference.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | V_primary (from TransformerExample) | 12470 | RMS Voltage on the primary side of the transformer |
| Modelica.Units.SI.Voltage | V_secondary (from TransformerExample) | 4160 | RMS Voltage on the secondary side of the transformer |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Sources.FixedVoltage | sou (from TransformerExample) | Voltage source | |
| Buildings.Electrical.AC.ThreePhasesUnbalanced.Conversion.BaseClasses.PartialConverter | tra (from TransformerExample) | Transformer model | |
| Loads.Resistive | load (from TransformerExample) | Load model | |
| Sensors.ProbeWye | probe_Y_1 (from TransformerExample) | Probe that measures the voltage in Y configuration, primary side | |
| Sensors.ProbeDelta | probe_D_1 (from TransformerExample) | Probe that measures the voltage in D configuration, primary side | |
| Sensors.BaseClasses.GeneralizedProbe | probe_2 (from TransformerExample) |
Revisions
-
October 3, 2014, by Marco Bonvini:
Created model and documentation.