The power flow problem is about the calculation of voltage magnitudes and angles for one set of buses.
The solution is obtained from a given set of voltage magnitudes and power levels for a specific model of the network configuration.
The power flow solution exhibits the voltages and angles at all buses and real and reactive flows can be deduced from the same.
Power System Model
Power systems are modeled as a network of buses (nodes) and branches (lines).
To a network bus, components such a generator, load, and transmission substation can be connected.
Each bus in the network is fully described by the following four electrical quantities:
∣Vk∣: the voltage magnitude
θk: the voltage phase angle
Pk: the active power
Qk: the reactive power
There are three types of networks buses: VD bus, PV bus and PQ bus.
Depending on the type of the bus, two of the four electrical quantities are specified as shown in the table below.
Bus Type
Known
Unknown
VD
∣Vk∣,θk
Pk,Qk
PV
Pk,∣Vk∣
Qk,θk
PQ
Pk,Qk
∣Vk∣,θk
Single Phase Power Flow Problem
The power flow problem can be expressed by the goal to bring a mismatch function f to zero.
The value of the mismatch function depends on a solution vector x:
f(x)=0
As f(x) will be nonlinear, the equation system will be solved with Newton-Raphson:
−J(x)Δx=f(x)
where Δx is the correction of the solution vector and J(x) is the Jacobian matrix.
The solution vector x represents the voltage V by polar or cartesian quantities.
The mismatch function f will either represent the power mismatch ΔS in terms of
[ΔPΔQ]
or the current mismatch ΔI in terms of
[ΔIrealΔIimag]
where the vectors split the complex quantities into real and imaginary parts.
Futhermore, the solution vector x will represent V either by polar coordinates
[δ∣V∣]
or rectangular coordinates
[VrealVimag]
This results in four different formulations of the powerflow problem:
with power mismatch function and polar coordinates
with power mismatch function and rectangular coordinates
with current mismatch function and polar coordinates
with current mismatch function and rectangular coordinates
To solve the problem using NR, we need to formulate J(x) and f(x) for each powerflow problem formulation.
Powerflow Problem with Power Mismatch Function and Polar Coordinates
Formulation of Mismatch Function
The injected power at a node k is given by:
Sk=VkIk∗
The current injection into any bus k may be expressed as:
Ik=j=1∑NYkjVj
Substitution yields:
Sk=Vk(j=1∑NYkjVj)∗=Vkj=1∑NYkj∗Vj∗
We may define Gkj and Bkj as the real and imaginary parts of the admittance matrix element Ykj respectively, so that Ykj=Gkj+jBkj.
Then we may rewrite the last equation:
If we now perform the algebraic multiplication of the two terms inside the parentheses, and collect real and imaginary parts, and recall that Sk=Pk+jQk, we can express (1) as two equations: one for the real part, Pk, and one for the imaginary part, Qk, according to:
These equations are called the power flow equations, and they form the fundamental building block from which we solve the power flow problem.
We consider a power system network having N buses. We assume one VD bus, NPV−1 PV buses and N−NPV PQ buses.
We assume that the VD bus is numbered bus 1, the PV buses are numbered 2,…,NPV, and the PQ buses are numbered NPV+1,…,N.
We define the vector of unknown as the composite vector of unknown angles θ and voltage magnitudes ∣V∣:
The right-hand sides of equations (2) and (3) depend on the elements of the unknown vector x.
Expressing this dependency more explicitly, we rewrite these equations as:
That is a system of nonlinear equations.
This nonlinearity comes from the fact that Pk and Qk have terms containing products of some of the unknowns and also terms containing trigonometric functions of some the unknowns.
Formulation of Jacobian
As discussed in the previous section, the power flow problem will be solved using the Newton-Raphson method. Here, the Jacobian matrix is obtained by taking all first-order partial derivates of the power mismatch functions with respect to the voltage angles θk and magnitudes ∣Vk∣ as: