modelLoads
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example model shows how three-phase unbalanced loads can be used.
This model contains two set of loads (one for each type: resistive, inductive and capacitive)
that consume power just on the first phase. The example shows how it's possible to model
this situation in two different ways. It's possible to not connect the loads on the phases
setting the parameters plugLoad*=false.
The alternative is to impose the load on a specific phase equal to zero.
The power measured by the sensors on each phase show that the results are equal.
Note:
Whenever possible it is preferred to disable the load on a specific phase using the parameter plugLoad*
because the equations relative to the load are conditionally removed, reducing the size
of the system of equations.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Sources.FixedVoltage | sou | Voltage source | |
| Modelica.Blocks.Sources.Sine | ph_1 | Power signal for loads on phase 1 | |
| Modelica.Blocks.Sources.Constant | ph_23 | Power signal for loads on phase 2 and 3 | |
| Resistive | loaR | Resistive load | |
| Inductive | loaRL | Inductive load | |
| Capacitive | loaRC | Capacitive load | |
| Sensors.GeneralizedSensor | sen | Power sensor | |
| Sensors.GeneralizedSensor | senSingleConn | Power sensor | |
| Capacitive | loaRC1 | Capacitive load | |
| Inductive | loaRL1 | Inductive load | |
| Resistive | loaR1 | Resistive load |
Revisions
-
September 24, 2015, by Michael Wetter:
Removed assignment ofP_nominalto avoid the warning "The following parameters with fixed = false also have a binding" in Dymola 2016. -
September 24, 2014, by Marco Bonvini:
Created model from previus version and added documentation.