modelImpedanceLoad
Impedance Load
Extends from Partials.Load (Shell model for loads).
Information
R = P*V^2/(Q^2+P^2) X = Q*V^2/(Q^2+P^2)
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 |