modelParallelResistors

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

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

Information

This model compares two resistive loads. Model R consumes or produces a variable amount of power, while model R1 consumes a fixed power.

At time t=0 R and R1 consumes the same amount of power while at t=1 R produces the same power consumed by R1.

Components

TypeNameDefaultDescription
Buildings.Electrical.AC.OnePhase.Sources.FixedVoltagesourceVoltage source
Modelica.Blocks.Sources.RamploadPower signal for load R
Buildings.Electrical.AC.OnePhase.Loads.ResistiveRVariable resistive load
Buildings.Electrical.AC.OnePhase.Loads.ResistiveR1Fixed resistive load

Revisions

  • September 24, 2015 by Michael Wetter:
    Removed binding of P_nominal as this parameter is disabled and assigned a value in the initial equation section. This is for issue 426.
  • August 5, 2014, by Marco Bonvini:
    Revised model and documentation.
  • January 3, 2013, by Michael Wetter:
    First implementation.