Graph Neural Network-based Power Flow Model
This work addresses the need for precise power flow estimation in power systems, particularly for critical lines near renewable sources, but it is incremental as it applies an existing GNN method to a specific domain problem.
The paper tackles the problem of inaccurate line flow predictions in power flow analysis, especially for renewable energy sources, by proposing a graph neural network (GNN) model trained on historical data, which demonstrates more accurate and efficient solutions compared to traditional and other deep learning models.
Power flow analysis plays a crucial role in examining the electricity flow within a power system network. By performing power flow calculations, the system's steady-state variables, including voltage magnitude, phase angle at each bus, active/reactive power flow across branches, can be determined. While the widely used DC power flow model offers speed and robustness, it may yield inaccurate line flow results for certain transmission lines. This issue becomes more critical when dealing with renewable energy sources such as wind farms, which are often located far from the main grid. Obtaining precise line flow results for these critical lines is vital for next operations. To address these challenges, data-driven approaches leverage historical grid profiles. In this paper, a graph neural network (GNN) model is trained using historical power system data to predict power flow outcomes. The GNN model enables rapid estimation of line flows. A comprehensive performance analysis is conducted, comparing the proposed GNN-based power flow model with the traditional DC power flow model, as well as deep neural network (DNN) and convolutional neural network (CNN). The results on test systems demonstrate that the proposed GNN-based power flow model provides more accurate solutions with high efficiency comparing to benchmark models.