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

TypeNameDefaultDescription
Modelica.Units.SI.VoltageV_primary12470RMS Voltage on the primary side of the transformer
Modelica.Units.SI.VoltageV_secondary4160RMS Voltage on the secondary side of the transformer

Components

TypeNameDefaultDescription
Sources.FixedVoltagesouVoltage source
BuildingSystems.Electrical.AC.ThreePhasesUnbalanced.Conversion.BaseClasses.PartialConvertertraTransformer model
Loads.ResistiveloadLoad model
Sensors.ProbeWyeprobe_Y_1Probe that measures the voltage in Y configuration, primary side
Sensors.ProbeDeltaprobe_D_1Probe that measures the voltage in D configuration, primary side
Sensors.BaseClasses.GeneralizedProbeprobe_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.