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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.AC.OnePhase.Sources.FixedVoltage | source | Voltage source | |
| Modelica.Blocks.Sources.Ramp | load | Power signal for load R | |
| Buildings.Electrical.AC.OnePhase.Loads.Resistive | R | Variable resistive load | |
| Buildings.Electrical.AC.OnePhase.Loads.Resistive | R1 | Fixed resistive load |
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 3, 2013, by Michael Wetter:
First implementation.