Graph Neural Network-based Power Flow Model

Mingjian Tuo,Xingpeng Li,Tianxia Zhao
2023-07-05
Abstract: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.
Systems and Control,Machine Learning
What problem does this paper attempt to address?
The paper aims to address the issue of power flow analysis in power systems. Specifically, it focuses on how to quickly and accurately predict the active power flow in lines within large-scale power systems. Although the traditional DC power flow model is fast and robust, it may produce inaccurate results on certain transmission lines, especially when dealing with renewable energy sources (such as wind farms) that are far from the main grid. To solve this problem, the paper proposes a method based on Graph Neural Networks (GNN) to predict power flow results in power systems, and trains the model using historical data to achieve rapid estimation of line flows. Compared to the traditional DC power flow model, the GNN model performs more accurately and efficiently on the test system. Additionally, the paper compares the GNN model with other machine learning methods (such as Deep Neural Networks (DNN) and Convolutional Neural Networks (CNN)), demonstrating the superiority of GNN in power system power flow prediction. Overall, the goal of the paper is to develop a new method that can improve the accuracy of power flow calculations in power systems while ensuring speed.