modelACACConverter
This example illustrates how to use the AC/AC converter model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example illustrates the use of a model that converts AC voltage to AC voltage. The transformer model assumes a linear loss when transmitting the power.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.AC.ThreePhasesBalanced.Conversion.ACACConverter | conACAC | ACAC transformer | |
| Buildings.Electrical.AC.ThreePhasesBalanced.Sources.FixedVoltage | sou | Voltage source | |
| Buildings.Electrical.AC.ThreePhasesBalanced.Loads.Inductive | load | Load model | |
| Modelica.Blocks.Sources.Ramp | ramp | Power consumed by the model |
Revisions
-
October 1, 2015, by Michael Wetter:
Removed assignment ofload.P_nominalas 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.