modelLoad
Shell model for loads
Extends from Base.OnePin (Shell model for ObjectStab models with one electrical connector ).
Information
The complex power a load draws from the network is given by: S = P+jQ = v * conj(i) The parameters P0 and Q0 denote the rated load power, i.e., the power the load draws if the voltage is 1 p.u.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Base.ActivePower | P0 | 1 | Initial Active Load Power |
| Base.ReactivePower | Q0 | 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 | Active Load Power | |
| Base.ReactivePower | Ql | Reactive Load Power | |
| Base.Voltage | V | sqrt((1 + T.va)*(1 + T.va) + T.vb*T.vb) | Voltage Amplitude |
| Base.VoltageAngle | theta | Modelica.Math.atan2(T.vb, (1 + T.va)) | Voltage Angle |