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

TypeNameDefaultDescription
Buildings.Electrical.DC.Loads.ResistorresResistive load
Buildings.Electrical.AC.ThreePhasesBalanced.Conversion.ACDCConverterconversionAC/DC transformer
Buildings.Electrical.AC.ThreePhasesBalanced.Sources.FixedVoltagesouVoltage source
Buildings.Electrical.DC.Loads.ConductorloadVariable resistive load
Modelica.Blocks.Sources.RamppowVariable load profile

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.