Power flow problem analysis is fundamental for determining real and reactive power flows in network components, such as transmission lines, transformers, and loads. The power system's single-line diagram provides data on the bus, transmission line, and transformer. Each bus k in the system is characterized by four key variables: voltage magnitude Vk, phase angle δk, real power Pk, and reactive power Qk. Two of these four variables are inputs, while the power flow program computes the remaining. The power delivered to bus k can be expressed in terms of generator and load components:
<img alt="Heat balance equation Qk=QGk−QLk, formula for energy conservation." src="/files/ftp_upload/16149/16149_PT_equation_2.svg" style="height: 14px;" data-altupdatedat="1762173717000" data-alt="Equation2">
Based on their operational characteristics, buses within the power system are categorized into three types: swing bus, load (PQ) Bus, and voltage-controlled bus. The Swing Bus has a voltage magnitude close to 1.0 per unit and a phase angle of zero degrees. At load (PQ) Bus, the real and reactive power are specified, while the voltage magnitude and phase angle are unknown. For a voltage-controlled bus, the real power and voltage magnitude are given.
The current equations for a network are expressed in terms of admittance matrices:
Where I is the vector of source currents injected, and V is the vector of bus voltage. For each bus k, the current and the complex power is:
The two main iterative methods for solving the power flow problem are Gauss-Seidel and Newton-Raphson. The Gauss-Seidel method iteratively solves nodal equations, recalculating current for load buses using known power values and adjusting reactive power for voltage-controlled buses until convergence. The Newton-Raphson method linearizes power flow equations and uses the Jacobian matrix for voltage corrections, generally converging faster and more suitable for large systems. These iterative methods are fundamental for ensuring the power system operates within its specified parameters, maintaining stability and efficiency across the network.
The power flow problem calculates the voltage magnitude, phase angle, and real and reactive power flows in a balanced three-phase steady-state power system. Consider its single-line diagram providing three input data. Each bus has four variables: two are input data, and two are computed.
Power delivered to the bus is split into generator and load terms. Buses fall into three types. For each type, certain variables are given as input, while others are calculated by a power flow program.
Transmission lines are represented by equivalent pi circuits. Input data includes series impedance, shunt admittance, connected buses, and maximum mega-volt-amp rating.
This data constructs the bus admittance matrix, leading to the construction of nodal equations for the network and the determination of complex power delivered to each bus.
Gauss-Seidel power flow solutions use these nodal equations to calculate the complex power delivered. By taking real and imaginary parts of the derived equation, power balance equations are formed for each bus.
Newton-Raphson power flow solutions use these nonlinear power flow equations, offering more accuracy and faster convergence.