Hierarchical Network Partitioning for Solution of Potential-Driven, Steady-State Nonlinear Network Flow Equations

Shriram Srinivasan,Kaarthik Sundar
2024-10-22
Abstract:Potential-driven steady-state flow in networks is an abstract problem which manifests in various engineering applications, such as transport of natural gas, water, electric power through infrastructure networks or flow through fractured rocks modelled as discrete fracture networks. In general, while the problem is simple when restricted to a single edge of a network, it ceases to be so for a large network. The resultant system of nonlinear equations depends on the network topology and in general there is no numerical algorithm that offers guaranteed convergence to the solution (assuming a solution exists). Some methods offer guarantees in cases where the network topology satisfies certain assumptions but these methods fail for larger networks. On the other hand, the Newton-Raphson algorithm offers a convergence guarantee if the starting point lies close to the (unknown) solution. It would be advantageous to compute the solution of the large nonlinear system through the solution of smaller nonlinear sub-systems wherein the solution algorithms (Newton-Raphson or otherwise) are more likely to succeed. This article proposes and describes such a procedure, an hierarchical network partitioning algorithm that enables the solution of large nonlinear systems corresponding to potential-driven steady-state network flow equations.
Numerical Analysis,Optimization and Control
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? This paper aims to solve the difficult problem of solving the steady - state nonlinear flow equations driven by potential in large - scale networks. Specifically, the paper focuses on how to solve the nonlinear steady - state flow equations efficiently and reliably in complex networks (such as natural gas pipelines, power transmission networks, water distribution networks, etc.). #### Background and Challenges 1. **Problem Description**: - The problem on a single network edge is relatively simple, but when extended to large - scale networks, the problem becomes complex. - The nonlinear equation systems in large - scale networks depend on the network topology, and usually no numerical algorithm can guarantee convergence to a solution (even if the solution exists). - The Newton - Raphson (NR) algorithm is a commonly used solution method, but it only guarantees convergence when the initial guess is close to the solution, which is difficult to achieve in large - scale networks. 2. **Limitations of Existing Methods**: - Some methods provide convergence guarantees under specific assumptions, but fail for larger or more complex networks. - Other methods (such as Mixed - Integer Quadratically Constrained Quadratic Programming (MI - QCQP), Mixed - Integer Second - Order Cone Programming (MI - SOCP) and Semidefinite Programming (SDP)) can guarantee convergence from any starting point, but have high computational costs and are not applicable to large - scale instances. #### The Method Proposed in the Paper To solve the above problems, the paper proposes a Hierarchical Network Partitioning Algorithm. Its core idea is to decompose a large - scale nonlinear system into multiple smaller nonlinear subsystems for solution. The main advantages of this method include: 1. **Hierarchical Solution**: By traversing the partitions hierarchically and gradually solving the nonlinear equations of each subsystem, the overall solution difficulty is reduced. 2. **Reduction of Computational Complexity**: Compared with directly solving the entire large - scale system, the decomposed subsystems are easier to handle, reducing the computational complexity. 3. **Improvement of Convergence**: In smaller subsystems, the NR algorithm or other solution methods are more likely to converge successfully. #### Overview of the Mathematical Model and Algorithm The paper details the mathematical basis of the Hierarchical Network Partitioning Algorithm, including: - **Block - Cut Tree**: Used to represent the simplified structure of the network, where sub - networks are compressed into nodes. - **Generalized Block - Cut Tree**: Allows starting from larger "blocks" and gradually refining until the standard block - cut tree. - **Steady - State Flow Equations**: By introducing new nodes and edges, ensure that the modified network equations are equivalent to the original network equations. Finally, the paper proves the effectiveness of the algorithm and shows its application effects in actual networks (such as GasLib - 40, GasLib - 134, etc.). ### Summary By proposing a Hierarchical Network Partitioning Algorithm, this paper solves the difficult problem of solving nonlinear steady - state flow equations in large - scale networks, improves the solution efficiency and reliability, and is suitable for various engineering application scenarios.