modelPQLoad
Constant power (PQ) Load
Extends from Partials.Load (Shell model for loads).
Information
For a constant power the actual load powers drawn from the network are given by: Pl = P0 Ql = Q0
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Base.ActivePower | P0 (from Load) | 1 | Initial Active Load Power |
| Base.ReactivePower | Q0 (from Load) | 0.2 | Initial Reactive Load Power |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ObjectStab.Base.Pin | T (from OnePin) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Base.ActivePower | Pl (from Load) | Active Load Power | |
| Base.ReactivePower | Ql (from Load) | Reactive Load Power | |
| Base.Voltage | V (from Load) | sqrt((1 + T.va)*(1 + T.va) + T.vb*T.vb) | Voltage Amplitude |
| Base.VoltageAngle | theta (from Load) | Modelica.Math.atan2(T.vb, (1 + T.va)) | Voltage Angle |