modelACDCConverter
This example illustrates how to use the AC/DC 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 DC voltage. The transformer model assumes a linear loss when transmitting the power.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.DC.Loads.Resistor | res | Resistive load | |
| Buildings.Electrical.AC.OnePhase.Conversion.ACDCConverter | conversion | AC/DC transformer | |
| Buildings.Electrical.AC.OnePhase.Sources.FixedVoltage | sou | Voltage source | |
| Buildings.Electrical.DC.Loads.Conductor | load | Variable resistive load | |
| Modelica.Blocks.Sources.Ramp | pow | Variable load profile |
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.