Rapid Scalable Distributed Power Flow with Open-Source Implementation
Xinliang Dai, Yichen Cai, Yuning Jiang, Veit Hagenmeyer
TL;DR
The paper tackles scalable distributed AC power flow for large and heterogeneous grids by reformulating the problem as a zero-residual least-squares formulation and solving it with a Gauss-Newton based inexact ALADIN. A reduced modelling method further lowers problem size by separating known and unknown variables across bus-types, enabling faster computations. An open-source implementation, rapidPF+, demonstrates large-scale performance up to 10,224 buses, achieving near-centralized runtimes and locally quadratic convergence in few iterations. The approach offers privacy-preserving, fast, and scalable distributed PF suitable for parallel execution in future power system analysis tools.
Abstract
This paper introduces a new method for solving the distributed AC power flow (PF) problem by further exploiting the problem formulation. We propose a new variant of the ALADIN algorithm devised specifically for this type of problem. This new variant is characterized by using a reduced modelling method of the distributed AC PF problem, which is reformulated as a zero-residual least-squares problem with consensus constraints. This PF is then solved by a Gauss-Newton based inexact ALADIN algorithm presented in the paper. An open-source implementation of this algorithm, called rapidPF+, is provided. Simulation results, for which the power system's dimension varies from 53 to 10224 buses, show great potential of this combination in the aspects of both the computing.
