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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.AC.OnePhase.Conversion.ACACTransformerFull | tra_load | Transformer with load | |
| Buildings.Electrical.AC.OnePhase.Sources.FixedVoltage | sou | Voltage source | |
| Buildings.Electrical.AC.OnePhase.Loads.Inductive | load | Load model | |
| Modelica.Blocks.Sources.Ramp | ramp | Load power consumption profile | |
| Buildings.Electrical.AC.OnePhase.Conversion.ACACTransformerFull | tra_cc | Transformer with short circuit connection | |
| Buildings.Electrical.AC.OnePhase.Loads.Impedance | shortCircuit | Short circuit | |
| Buildings.Electrical.AC.OnePhase.Conversion.ACACTransformerFull | tra_void | Transformer with open connection | |
| Buildings.Electrical.AC.OnePhase.Sources.FixedVoltage | sou1 | Voltage source for short circuit and open tests |
Revisions
-
September 24, 2015 by Michael Wetter:
Removed binding ofP_nominalas this parameter is disabled and assigned a value in theinitial equationsection. This is for issue 426. -
August 5, 2014, by Marco Bonvini:
Revised model and documentation. -
January 29, 2013, by Thierry S. Nouidui:
First implementation.