modelParallelLoads

Example that illustrates the use of the load models at constant voltage

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

Information

This model illustrates the use of the load models. The first two lines are inductive loads, followed by two capacitive loads and a resistive load. The inductive load varRL and the capacitive load varRC have a variable load specified by the inputs Pow and y respectively. All the loads have a nominal power of 1kW, and varRL is the only one that at t=0 produces power 1kW and as the time increases it start to consume up to 1kW.

Components

TypeNameDefaultDescription
Buildings.Electrical.AC.OnePhase.Loads.InductivevarRLVariable inductor and resistor
Buildings.Electrical.AC.OnePhase.Sources.FixedVoltagesourceVoltage source
Modelica.Blocks.Sources.Rampload_yInput signal for RC load
Buildings.Electrical.AC.OnePhase.Loads.InductiveRLConstant inductor and resistor
Buildings.Electrical.AC.OnePhase.Loads.CapacitivevarRCVariable conductor and resistor
Buildings.Electrical.AC.OnePhase.Loads.CapacitiveRCConstant conductor and resistor
Buildings.Electrical.AC.OnePhase.Loads.ResistiveRResistive load
Modelica.Blocks.Sources.Rampload_PPower signal for load varRL

Revisions

  • August 5, 2014, by Marco Bonvini:
    Revised model and documentation.
  • January 3, 2013, by Michael Wetter:
    First implementation.