AC Power Flow Informed Parameter Learning for DC Power Flow Network Equivalents

Babak Taheri,Daniel K. Molzahn
2023-11-22
Abstract:This paper presents an algorithm to optimize the parameters of power systems equivalents to enhance the accuracy of the DC power flow approximation in reduced networks. Based on a zonal division of the network, the algorithm produces a reduced power system equivalent that captures inter-zonal flows with aggregated buses and equivalent transmission lines. The algorithm refines coefficient and bias parameters for the DC power flow model of the reduced network, aiming to minimize discrepancies between inter-zonal flows in DC and AC power flow results. Using optimization methods like BFGS, L-BFGS, and TNC in an offline training phase, these parameters boost the accuracy of online DC power flow computations. In contrast to existing network equivalencing methods, the proposed algorithm optimizes accuracy over a specified range of operation as opposed to only considering a single nominal point. Numerical tests demonstrate substantial accuracy improvements over traditional equivalencing and approximation methods.
Systems and Control
What problem does this paper attempt to address?
The problems that this paper attempts to solve are as follows: In power system analysis, although the traditional alternating - current (AC) power flow calculation is accurate, it has an excessive computational burden. While the direct - current (DC) power flow model is simplified and easy to calculate, it has insufficient accuracy in complex and large - scale networks. In particular, the existing network equivalent methods are usually optimized only for a single operating point and fail to maintain high accuracy in a wider operating range. To solve these problems, the author proposes a new algorithm to optimize the parameters of the simplified network, so that the DC power flow model can better approximate the AC power flow results of the original network under different operating conditions. Specifically, this algorithm can make the DC power flow model in the simplified network more accurately reflect the cross - regional power flow in the original network by optimizing coefficients and bias parameters, thereby improving the accuracy and applicability of the simplified model in various application scenarios. ### Main contributions of the paper 1. **Parameter optimization**: Based on the specified regional division, calculate the parameters of the simplified network to make its DC power flow model closer to the AC power flow model of the original network in multiple power injection scenarios. 2. **Optimization method**: Use numerical optimization methods such as BFGS, L - BFGS and TNC, so that the algorithm can be extended to large - scale power systems. 3. **Experimental verification**: Present numerical results to prove that the proposed algorithm has higher accuracy compared with traditional methods. ### Method overview - **Network simplification**: Divide the original network into multiple regions and aggregate the nodes in each region to form a simplified equivalent network. - **Parameter optimization**: Through the offline training phase, use the gradient optimization method to adjust the coefficients and bias parameters in the simplified network to make the DC power flow results as consistent as possible with the AC power flow results of the original network. - **Online application**: Use these optimized parameters in actual operation to improve the accuracy and speed of DC power flow calculation. ### Mathematical expressions The formulas involved in the paper include: - AC power flow equations: \[ P_i=\sum_{(i,j)\in E}p_{ij}+V_i^2\Re(Y_{Si}),\quad Q_i = \sum_{(i,j)\in E}q_{ij}-V_i^2\Im(Y_{Si}) \] \[ p_{ij}=V_i^2(\Re(Y_{ij})+\Re(Y_{sh,ij}))-V_iV_j\Re(Y_{ij})\cos(\theta_i - \theta_j)-V_iV_j\Im(Y_{ij})\sin(\theta_i-\theta_j) \] \[ q_{ij}=-V_i^2(\Im(Y_{ij})+\Im(Y_{sh,ij}))-V_iV_j\Re(Y_{ij})\sin(\theta_i-\theta_j)+V_iV_j\Im(Y_{ij})\cos(\theta_i-\theta_j) \] - DC power flow equations: \[ P_i-\gamma_i=\sum_{j\in N}b_{ij}(\theta_i-\theta_j),\quad p_{ij}^{DC}=b_{ij}(\theta_i - \theta_j)+\rho_{ij} \] - Loss function: \[ L=\frac{1}{|E_R|}\sum_{m\in M}\|p_{R,m}^{DC}-p_{m}^{\text{inter - zonal}}\|_2^2 \] Through these methods and formulas, the paper successfully improves the accuracy of the simplified network model under different operating conditions and solves the problem of insufficient accuracy of existing methods in a wide operating range.