Next Article in Journal
Battle of Water Demand Forecasting: An Optimized Deep Learning Model
Previous Article in Journal
Metering Error Assessment Model Considering Multiple Factors
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

A Hybrid Graph–Hydraulic Approach for Identifying Critical Elements in Water Distribution Networks †

Unit of Environmental Engineering, Department of Infrastructure Engineering, University of Innsbruck, 6020 Innsbruck, Austria
*
Author to whom correspondence should be addressed.
Presented at the 3rd International Joint Conference on Water Distribution Systems Analysis & Computing and Control for the Water Industry (WDSA/CCWI 2024), Ferrara, Italy, 1–4 July 2024.
Eng. Proc. 2024, 69(1), 52; https://doi.org/10.3390/engproc2024069052
Published: 4 September 2024

Abstract

:
Water distribution networks (WDNs) are susceptible to vulnerabilities that necessitate proactive management to ensure efficient incident management. When dealing with a sequence of failures triggered, for example, by hydraulic redistributions under failure conditions, the computational burden often becomes the limiting factor for exploring scenarios. Therefore, this study proposes a hybrid method combining a graph-based approach for prescreening critical pipes with a hydraulic assessment to rapidly identify critical nodes. Tested on an Austrian WDN, this approach effectively pinpoints primary failures (pipe failures) while reducing computational time. By integrating the hydraulic approach, the method successfully identified the most critical elements due to the failures. This method empowers operators to mitigate the impact of potential failures and enhance disaster robustness.

1. Introduction

Water distribution networks (WDNs) are complex critical infrastructure systems comprising sources (tanks, reservoirs and groundwater wells) and network elements (e.g., pipes and pumps) to supply drinking water from sources to consumers. Within a WDN, pipes serve as the principal components connecting different points within the system. These pipes are susceptible to various forms of failures, including pipe breakage. A failed pipe leads to a reduction in network functionality likely leading to an undersupply of water [1].
The severity of pipe failure scenarios in WDNs can be assessed by the amount of water not supplied in demand nodes. Therefore, identifying crucial pipes in large WDNs poses a complex combinatorial challenge. Hydraulic-based approaches are commonly utilized to determine the criticality of pipes in the event of failures [2]. These methods typically involve significant computational time and data for analysis. Alternative methods like graph-based mathematical approaches have been a faster and less data-intensive technique employed to find vulnerable pipes [3]. The technique depends on the connectivity of WDNs, which is depicted using a hydraulically informed graph-based method [4]. The hydraulically informed graph-based approach produces a criticality analysis ranking with more than 90% accuracy compared to hydraulic approaches but fails to provide a robust result to predict the extent of the impact caused by failures [5]. In this research, a novel hybrid graph–hydraulic approach is proposed to integrate both methodologies within a hybrid framework for rapidly identifying critical elements. This study aims to determine the 1st level of criticality (single element failures) using a specific graph-based measure, and subsequently, the list of critical pipes is utilized to assess the 2nd level of failure (hydraulically triggered failure of another element), identifying nodes with significant pressure changes in the network through hydraulic analysis.

2. Materials and Methods

The hybrid methodology consists of two parts, combining graph and hydraulic-based approaches, and is applied on a medium scale Alpine WDN in Austria with more than 8000 pipes and 9000 junctions as part of the RESIST research project. The methodology is coded in Python using the NetworkX [6] package for the graph-based assessment and the WNTR package [7] for the hydraulic-based assessment.

2.1. Graph-Based Approach (1st-Level Criticality)

A WDN graph comprises vertices representing nodes and sources and edges representing pipes, pumps, and valves. In the graph-based approach, a graph metric, demand edge betweenness centrality (EBCQ), which is a modification of EBC (edge betweenness centrality) [8] specifically tailored for WDNs [9], is applied. In the context of EBCQ (normal EBCQ), the metric assigns weights Qi (demand on node i   n) to the shortest path along the SPLs,i, where i is the demand node and s is the source node:
E B C Q ( p ) = i n S P L s , i p · Q i
The graph-based approach for assessing the impact of pipe (p) failure is determined using graph pipe failure magnitude (GPFM). GPFM is computed by aggregating the capacity overload (Δco) values of all remaining edges (er) in the WDN (connected edges to the source) resulting from the failure of a specific pipe (p) [4]. In WDNs without disconnected nodes, Δco is the aggregation of the difference between the change in the flow capacity (Δck) and maximum capacity (cmax(i)) (determined by multiplying the maximum acceptable velocity vmax (m/s) and cross-section area of the pipe) of each pipe (Formula (2)), where Δck is the difference between the failure E B C Q ( p ) (EBCQ recalculated after pipe failure) and normal E B C Q ( p ) of a pipe. Moreover, for WDNs with disconnected nodes, GPFM considers the demand (Dj) of disconnected nodes (j   nk) arising from the failure scenario [5]. By summing up the Δco values for the remaining edges (connected edges) and the demands of disconnected nodes (nk), GPFM quantifies the overall impact of edge failures on the network’s performance, offering insights into the criticality of various failure combinations. Thus, the graph-based approach is utilized to identify the most critical (5%) pipes in the WDN.
G P F M ( p ) = j n k D j + i e r Δ c o ( i ) = c i k c max i , c i k > c m a x i j n k D j , c i k c m a x i

2.2. Hydraulic-Based Approach (2nd-Level Criticality)

The hydraulic-based node failure approach is determined using the hydraulic pipe failure magnitude of a node (HPFM), reflecting the nodes lacking the required supply. EPANET2.2 [10] conducts pressure-driven analysis, simulating failures by closing affected pipes. HPFM values for nodal demand failures are calculated by comparing the difference between the required demand and supplied demand under failure conditions.

3. Results and Discussions

The graph-based approach (GPFM values) facilitated the rapid identification of the most critical pipes within the WDN. This approach demonstrated remarkable efficiency, completing the analysis in 98 min, with a notable computational gain factor of 68 compared to the hydraulic-based approaches utilizing EPANET 2.2 for pipe failures. The identified critical pipes (most critical 5% of pipes) were subsequently subject to further analysis using the hydraulic-based approach to determine the most impacted nodes within the network.
For example, Figure 1 shows the results for a failure of the most critical pipe within the WDN. The demand nodes shaded in orange are impacted (under-supplied—more than 30% of the demand) due to the failure of the pipe (highlighted in red) in this particular scenario. The displayed result illustrates one of the most critical pipe failures in the WDN. The graphical representation depicted in Figure 1 is also illustrated for each pipe failure among the top 5% of failed pipes.
The findings of this research could hold significant importance, particularly in scenarios requiring rapid analysis such as crises involving pipe bursts or zonal failures. This methodology also proves valuable for WDNs characterized by a large number of pipes, where conventional hydraulic-based approaches utilizing tools like EPANET 2.2 may necessitate a considerable amount of time. The efficiency of this methodology in swiftly identifying critical pipes enhances operators’ ability to pinpoint the most crucial demand nodes affected by pipe failures in WDNs. Consequently, operators can identify zones or nodes experiencing water supply deficiencies during an abnormal situation. Moreover, this methodology offers additional advantages for WDNs lacking comprehensive data or sufficient manpower. By solely employing graph-based approaches, critical pipes within the network can be identified without a reliance on specific software or data specifications. Furthermore, the method will be further developed to incorporate land classifications and pipe segment classification. Consequently, users could pinpoint the most critical land zones and segments in the network quickly in a crisis situation (1st- or 2nd-level failures), thereby improving the resilience of the WDN.

4. Conclusions

The hybrid framework proposed in this study effectively combines graph-based and hydraulic approaches to assess the criticality of pipes and nodes within water distribution networks (WDNs). By combining the strengths of both methodologies, our approach offers a rapid and efficient means of identifying critical components, particularly in large-scale networks. This method enhances operators’ ability to respond to crisis scenarios such as pipe bursts or failures, thereby improving overall network resilience and reliability.

Author Contributions

Conceptualization, R.S. (Rahul Satish) and R.S. (Robert Sitzenfrei); methodology, R.S. (Rahul Satish); validation, R.S. (Robert Sitzenfrei), M.H., and M.O.; formal analysis, R.S. (Rahul Satish) and M.O.; investigation, R.S. (Rahul Satish); resources, R.S. (Rahul Satish); data curation, R.S. (Rahul Satish); writing—original draft preparation, R.S. (Rahul Satish); writing—review and editing, R.S. (Robert Sitzenfrei), M.H. and M.O.; visualization, R.S. (Rahul Satish); supervision, R.S. (Robert Sitzenfrei); project administration, R.S. (Robert Sitzenfrei); funding acquisition, R.S. (Robert Sitzenfrei). All authors have read and agreed to the published version of the manuscript.

Funding

The project “RESIST” is funded by the Austrian security research programme KIRAS of the Federal Ministry of Finance (BMF).

Institutional Review Board Statement

An Institutional Review Board Statement is not required.

Informed Consent Statement

No humans were involved in this research.

Data Availability Statement

Due to the critical nature of the infrastructure, detailed data availability can be subject to request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Marlim, M.S.; Jeong, G.; Kang, D. Identification of critical pipes using a criticality index in water distribution networks. Appl. Sci. 2019, 9, 4052. [Google Scholar] [CrossRef]
  2. Diao, K.; Sweetapple, C.; Farmani, R.; Fu, G.; Ward, S.; Butler, D. Global resilience analysis of water distribution systems. Water Res. 2016, 106, 383–393. [Google Scholar] [CrossRef] [PubMed]
  3. Hajibabaei, M.; Yousefi, A.; Hesarkazzazi, S.; Roy, A.; Hummel, M.A.; Jenewein, O.; Shahandashti, M.; Sitzenfrei, R. Identification of critical pipes of water distribution networks using a hydraulically informed graph-based approach. In Proceedings of the World Environmental and Water Resources Congress 2022, Atlanta, Georgia, 5–8 June 2022; pp. 1041–1053. [Google Scholar]
  4. Hajibabaei, M.; Yousefi, A.; Hesarkazzazi, S.; Minaei, A.; Jenewein, O.; Shahandashti, M.; Sitzenfrei, R. Resilience enhancement of water distribution networks under pipe failures: A hydraulically inspired complex network approach. AQUA—Water Infrastruct. Ecosyst. Soc. 2023, 72, 2358–2376. [Google Scholar] [CrossRef]
  5. Satish, R.; Dastgir, A.; Hajibabaei, M.; Oberascher, M.; Sitzenfrei, R. A graph-based method for identifying critical pipe failure combinations in water distribution networks. Water Supply 2024, ws2024146. [Google Scholar] [CrossRef]
  6. Hagberg, A.; Schult, A.D.; Swart, P.J. Exploring network structure, dynamics, and function using NetworkX. In Proceedings of the 7th Python in Science Conference (SciPy2008), Pasadena, CA, USA, 19–24 August 2008. [Google Scholar]
  7. Klise, K.A.; Bynum, M.; Moriarty, D.; Murray, R. A software framework for assessing the resilience of drinking water systems to disasters with an example earthquake case study. Environ. Model. Softw. 2017, 95, 420–431. [Google Scholar] [CrossRef] [PubMed]
  8. Brandes, U. On variants of shortest-path betweenness centrality and their generic computation. Soc. Netw. 2008, 30, 136–145. [Google Scholar] [CrossRef]
  9. Sitzenfrei, R.; Wang, Q.; Kapelan, Z.; Savić, D. Using complex network analysis for optimization of water distribution networks. Water Resour. Res. 2020, 56, e2020WR027929. [Google Scholar] [CrossRef] [PubMed]
  10. Rossman, L.; Woo, H.; Tryby, M.; Shang, F.; Janke, R.; Haxton, T. EPANET 2.2 User Manual; EPA/600/R-20/133; U.S. Environmental Protection Agency: Washington, DC, USA, 2020.
Figure 1. Layout of the WDN during the failure of the pipe shown in red, obtained by graph approaches, with orange dots representing under-supplied demand nodes identified by hydraulic approaches, thus demonstrating a hybrid approach. The image is spatially altered due to the data protection of critical infrastructures in Austria.
Figure 1. Layout of the WDN during the failure of the pipe shown in red, obtained by graph approaches, with orange dots representing under-supplied demand nodes identified by hydraulic approaches, thus demonstrating a hybrid approach. The image is spatially altered due to the data protection of critical infrastructures in Austria.
Engproc 69 00052 g001
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Satish, R.; Hajibabaei, M.; Oberascher, M.; Sitzenfrei, R. A Hybrid Graph–Hydraulic Approach for Identifying Critical Elements in Water Distribution Networks. Eng. Proc. 2024, 69, 52. https://doi.org/10.3390/engproc2024069052

AMA Style

Satish R, Hajibabaei M, Oberascher M, Sitzenfrei R. A Hybrid Graph–Hydraulic Approach for Identifying Critical Elements in Water Distribution Networks. Engineering Proceedings. 2024; 69(1):52. https://doi.org/10.3390/engproc2024069052

Chicago/Turabian Style

Satish, Rahul, Mohsen Hajibabaei, Martin Oberascher, and Robert Sitzenfrei. 2024. "A Hybrid Graph–Hydraulic Approach for Identifying Critical Elements in Water Distribution Networks" Engineering Proceedings 69, no. 1: 52. https://doi.org/10.3390/engproc2024069052

Article Metrics

Back to TopTop