modelTransformerDD

Test for the AC/AC transformer model with Delta-Delta configuration

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.ACACTransformerDD 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

TypeNameDefaultDescription
Modelica.Units.SI.VoltageV_primary (from TransformerExample)12470RMS Voltage on the primary side of the transformer
Modelica.Units.SI.VoltageV_secondary (from TransformerExample)4160RMS Voltage on the secondary side of the transformer

Components

TypeNameDefaultDescription
Sources.FixedVoltagesou (from TransformerExample)Voltage source
Buildings.Electrical.AC.ThreePhasesUnbalanced.Conversion.BaseClasses.PartialConvertertra (from TransformerExample)Transformer model
Loads.Resistiveload (from TransformerExample)Load model
Sensors.ProbeWyeprobe_Y_1 (from TransformerExample)Probe that measures the voltage in Y configuration, primary side
Sensors.ProbeDeltaprobe_D_1 (from TransformerExample)Probe that measures the voltage in D configuration, primary side
Sensors.BaseClasses.GeneralizedProbeprobe_2 (from TransformerExample)

Revisions

  • October 3, 2014, by Marco Bonvini:
    Created model and documentation.