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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.AC.OnePhase.Loads.Inductive | varRL | Variable inductor and resistor | |
| Buildings.Electrical.AC.OnePhase.Sources.FixedVoltage | source | Voltage source | |
| Modelica.Blocks.Sources.Ramp | load_y | Input signal for RC load | |
| Buildings.Electrical.AC.OnePhase.Loads.Inductive | RL | Constant inductor and resistor | |
| Buildings.Electrical.AC.OnePhase.Loads.Capacitive | varRC | Variable conductor and resistor | |
| Buildings.Electrical.AC.OnePhase.Loads.Capacitive | RC | Constant conductor and resistor | |
| Buildings.Electrical.AC.OnePhase.Loads.Resistive | R | Resistive load | |
| Modelica.Blocks.Sources.Ramp | load_P | Power signal for load varRL |
Revisions
-
August 5, 2014, by Marco Bonvini:
Revised model and documentation. -
January 3, 2013, by Michael Wetter:
First implementation.