modelTransformerExample
This example represents the basic test for a transformer model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model is the base classes used by the examples that are part of the package BuildingSystems.Electrical.AC.ThreePhasesUnbalanced.Conversion.Examples.
The model has a voltage source, a transformer and a load. The transformer model is replaceable so that different types of transformers can easily be tested.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | V_primary | 12470 | RMS Voltage on the primary side of the transformer |
| Modelica.Units.SI.Voltage | V_secondary | 4160 | RMS Voltage on the secondary side of the transformer |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Sources.FixedVoltage | sou | Voltage source | |
| BuildingSystems.Electrical.AC.ThreePhasesUnbalanced.Conversion.BaseClasses.PartialConverter | tra | Transformer model | |
| Loads.Resistive | load | Load model | |
| Sensors.ProbeWye | probe_Y_1 | Probe that measures the voltage in Y configuration, primary side | |
| Sensors.ProbeDelta | probe_D_1 | Probe that measures the voltage in D configuration, primary side | |
| Sensors.BaseClasses.GeneralizedProbe | probe_2 |
Revisions
-
November 3, 2016, by Michael Wetter:
Linearized load to avoid large nonlinear system of equations.
This is for issue 568. -
October 3, 2014, by Marco Bonvini:
Created model and documentation.