modelACACTransformer

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

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

Information

This example illustrates the use of a the AC/AC transformer model. 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.OnePhase.Conversion.ACACTransformertra_loadTransformer with load
Buildings.Electrical.AC.OnePhase.Sources.FixedVoltagesouVoltage source
Buildings.Electrical.AC.OnePhase.Loads.InductiveloadLoad model
Modelica.Blocks.Sources.RamprampLoad power consumption profile
Buildings.Electrical.AC.OnePhase.Conversion.ACACTransformertra_ccTransformer with short circuit
Buildings.Electrical.AC.OnePhase.Loads.ImpedanceshortCircuitShort circuit
Buildings.Electrical.AC.OnePhase.Conversion.ACACTransformertra_voidTransformer with secondary not connected
Buildings.Electrical.AC.OnePhase.Sources.FixedVoltagesou1Voltage source for open and short circuit tests

Revisions

  • September 24, 2015 by Michael Wetter:
    Removed binding of P_nominal as this parameter is disabled and assigned a value in the initial equation section. This is for issue 426.
  • August 5, 2014, by Marco Bonvini:
    Revised model and documentation.
  • January 29, 2013, by Thierry S. Nouidui:
    First implementation.