Load Flow Calculator Back EN | ZH
Power Systems

Power System Load Flow (Gauss-Seidel)

Calculate 3-bus power flow using the Gauss-Seidel iterative method. Obtain bus voltages, phase angles, line flows, and system losses in real time.

System Parameters
Base MVA100 MVA
Convergence tolerance ε0.001 pu
Line Impedances (pu)
Bus Data
Bus 1: Slack bus |V|=1.05∠0°
Bus 2: PV bus (generator)
Bus 3: PQ bus (load)
Bus 1 voltage [pu∠°]
Bus 2 voltage [pu∠°]
Bus 3 voltage [pu∠°]
System losses [MW]
Iterations
Convergence
Line 1→2 P [MW]
Line 1→3 P [MW]

Gauss-Seidel Load Flow Formula

Each bus voltage is updated iteratively from the Y-bus matrix:

$$V_i^{(k+1)} = \frac{1}{Y_{ii}}\left[\frac{P_i - jQ_i}{(V_i^{(k)})^*} - \sum_{j \neq i} Y_{ij} V_j\right]$$

Convergence criterion: $\max_i |V_i^{(k+1)} - V_i^{(k)}| < \varepsilon$

Line power flow: $S_{ij} = V_i \cdot I_{ij}^* = V_i(V_i - V_j)^* y_{ij}^*$

CAE Applications: Core algorithm of power system analysis (PSS/E, PowerFactory). Applied to smart grid design, distributed generation interconnection studies, and transformer tap optimization. Large-scale systems use Newton-Raphson or Fast Decoupled methods.