modelACACTransformerFull

This example illustrates how to use the AC/AC transformer model

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This example illustrates the use of the AC/AC transformer model that includes losses at the primary and secondary side and magnetization effects. The example shows three different configurations:

  • With a load connected,
  • without a load connected, and
  • with a short circuit connection.

Components

TypeNameDefaultDescription
Buildings.Electrical.AC.ThreePhasesBalanced.Conversion.ACACTransformerFulltra_loadTransformer with load
Buildings.Electrical.AC.ThreePhasesBalanced.Sources.FixedVoltagesouVoltage source
Buildings.Electrical.AC.ThreePhasesBalanced.Loads.InductiveloadLoad
Modelica.Blocks.Sources.RamprampLoad power consumption profile
Buildings.Electrical.AC.ThreePhasesBalanced.Conversion.ACACTransformerFulltra_ccTransformer with short circuit connection
Buildings.Electrical.AC.ThreePhasesBalanced.Loads.ImpedanceshortCircuitShort circuit
Buildings.Electrical.AC.ThreePhasesBalanced.Conversion.ACACTransformerFulltra_voidTransformer with open connection
Buildings.Electrical.AC.ThreePhasesBalanced.Sources.FixedVoltagesou1Voltage source for short circuit and open tests

Revisions

  • October 1, 2015, by Michael Wetter:
    Removed assignment of load.P_nominal as it is not required and leads to dublicate assignments.
  • August 5, 2014, by Marco Bonvini:
    Revised model and documentation.
  • January 29, 2013, by Thierry S. Nouidui:
    First implementation.