Next Article in Journal
Transforming Healthcare: A Review of Additive Manufacturing Applications in the Healthcare Sector
Previous Article in Journal
Residual Chlorine Modeling Sensitivity to Different Decay Models in Optimized and Non-Optimized Water Distribution Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Investigating the Efficacy of Topological Methods for Optimal Sensor Placement in Water Distribution Systems †

by
Ludovica Palma
1,2,*,
Armando Di Nardo
2,
Fatemeh Hatam
1,
Giovanni Francesco Santonastaso
2 and
Michèle Prévost
1
1
NSERC Industrial Chair in Drinking Water, Department of Civil, Geological and Mining Engineering, Polytechnique Montréal, Montréal, QC H3C 3A7, Canada
2
Department of Engineering, Università della Campania Luigi Vanvitelli, 81031 Aversa, Italy
*
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), 93; https://doi.org/10.3390/engproc2024069093
Published: 10 September 2024

Abstract

:
Water-distribution networks (WDNs) are vital infrastructure that are exposed to the risk of contamination. Several factors contribute to this risk, including insufficient pressure, contamination in water storage tanks and more. Sensor systems are crucial for detecting contaminations promptly. Traditional optimization methods to define sensor locations often require resource-intensive network modeling, posing challenges for water utilities. This study applies a topological approach using betweenness centrality to address sensor placement. Various weights based on the physical structure of the network are tested. Results highlight the effectiveness of weighted topological approaches in minimizing contamination’s public health impact, with the advantage of low computational costs inherent in graph-based network representations.

1. Introduction

WDNs play a crucial role in delivering safe water to inhabitants, underscoring their high importance in ensuring public health. However, guaranteeing water quality within these networks presents significant challenges due to various contamination types that can take place. To safeguard public health and ensure the continuous delivery of safe water, monitoring of WDNs is paramount. Sensor systems offer the capability to assess water quality and detect anomalies promptly. However, determining the optimal placement of sensors remains a complex challenge. Numerous studies have proposed methodologies employing optimization techniques to address this issue [1]. While effective, these methods may be computationally demanding, often involving multiple objective functions and complex hydraulic simulations, making them impractical for large-scale WDNs.
Recent studies have introduced topological methodologies for sensor placement, eliminating the necessity of hydraulic solvers [2,3,4]. These approaches leverage graph theory to analyze the structural attributes of the network, bypassing the need for simulating contamination scenarios. Consequently, sensor placement remains unaffected by simulated events, offering a more flexible and versatile strategy. The topological approach considers the network as a graph devoid of a priori contamination simulations. This methodology bypasses specific contamination scenarios and focuses exclusively on the structural attributes of the network. As such, sensor placements are not influenced by simulated contamination events, offering a more generalized and adaptable strategy for sensor deployment.
The objective of this study is to define sensor locations utilizing a weighted topological approach. Specifically, five distinct weights are considered, and the outcomes are evaluated by simulating contaminations in a real Italian network.

2. Materials and Methods

To define the location of sensors with the topological approach, the network is represented as a graph G = (V, E), where V represents the set of vertices or nodes and E the edges. In the proposed approach, a weighted and undirected graph is used, where the weights w s t are defined for the generic pipe that connects the nodes s and t . The efficiencies of different weights are tested: the relative length   ( w R L , s t ) , the length ( w L , s t ), the capacity ( w C , s t ), the inverse of the capacity ( w 1 / C , s t ) and diameter ( w D , s t ). For comparison reasons, the unweighted graph is also tested.
The diameter ( D s t ) and the length ( L s t ) of a pipe are linked to its hydraulic resistance. Indeed, the resistance coefficient, in commonly used formulas, is a function of L D 5 . The weight w D , s t is set as equal to   D s t , while w 1 / L , s t is the inverse of L s t . The relative length provides insight into the probability of a segment experiencing service interruptions necessitating repair due to breakage [5]. The weight w R L , s t is estimated as the ratio between L s t and the total pipe length of the WDN ( L t o t ). The capacity of the pipe estimates the maximum volume of flow passing through the pipe. This parameter offers valuable knowledge about the pipe size, operational costs, construction expenses and maintenance costs [6]. The weight w C , s t is assumed to be equal to the area of the pipe and w 1 / C , s t is the inverse.
Once the WDN is represented as a weighted graph, a clustering phase is performed, assuming a number of clusters equal to the number of sensors. Clustering enables the grouping of data points based on their similarity, ensuring that points within the same group exhibit similar characteristics. In the proposed approach, spectral clustering [7] is used. It exploits the spectral properties of an adjacency matrix to segment the data into coherent groups. For each cluster, the sensors’ location is defined by employing the edge betweenness centrality. This centrality quantifies the frequency of occurrence of each node along the shortest path between two nodes in the graph. It is important to note that since it uses the shortest path concept, the weights defined before need to be reversed for calculation purposes. In this way, the shortest path will be the one characterized by the highest weight. Finally, for each cluster, the sensor is located in the most central node.
The sensor placement achieved through this method is distinguished by low computational requirements and reliance solely on the physical structure of the WDN. Consequently, it does not necessitate a calibrated hydraulic model, making it readily executable for water utilities [4].
The developed sensor systems are tested via simulations of conservative contaminations. Evaluation metrics consist in the probability of detection D P = N d s / N s (the ratio of detected scenarios to the total number of simulated scenarios), detection time t d   (the average duration for detecting all scenarios, calculated from the onset of contamination to sensor detection) and the number of exposed users N e u . This represents the number of users exposed to a contaminant’s concentration higher than the hazard concentration threshold C = 0.3   m g / L [8].

3. Case Study and Results

The testing phase of this study utilizes the real WDN of Giugliano in Campania, a city in southern Italy serving a population of approximately 120,000 people. The network comprises 994 demanding nodes, 5 intake points and 1077 pipes. Contaminations are simulated by introducing a conservative contaminant into each node of the network, resulting in a total of 999 contamination scenarios ( N s ). Hydraulic and water quality simulations were conducted using EPANET 2.2, with a total duration of 4 days. The contaminations are simulated at 11:00 on the fourth day to ensure hydraulic stability across all network nodes.
The contaminant is injected in single nodes as a mass source, with an injection flow rate of 125 L/h and a contaminant concentration of 230,000 mg/L [8] with a total duration of 1 h. The municipality of Giugliano established nine sampling points across the WDN, so the locations of nine sensors with the topological approaches are defined (Figure 1).
Observing Table 1, it is evident that the approach utilizing the relative showed the best results in terms of N e u (both mean and maximum) and D P . This superiority can be attributed to the placement of sensors in the nodes connecting the longest pipes, which supply water to a significant portion of the population. Conversely, weights based on the capacity and inverse of pipe length yielded superior performance in terms of t d . This can be attributed to the fact that pipes with short lengths and high diameters are characterized by lower hydraulic resistance, facilitating rapid water flow through the system. Although the unweighted approach did not surpass weighted alternatives, it still yielded effective results across all evaluated metrics.

4. Conclusions

This study presents a weighted topological approach for identifying optimal sensor locations within WDN. Various weighting schemes were evaluated, revealing that no single weight consistently outperformed others across all metrics. Consequently, the trade-off in selecting the most suitable weight may vary depending on the specific objectives of the water utility and network characteristics. However, w R L , s t showed the best results for three out of five of the metrics used for the testing phase. Importantly, all proposed weighting methods are based on the physical characteristics of the network, enabling straightforward calculations with low computational costs. Despite this simplicity, the approach yields promising results in terms of mitigating contamination risks. Indeed, these sensor systems were able to ensure a limited mean number of exposed users (1–1.7%) in the case of simulated contaminations. Future research will focus on implementing optimization techniques for comparison reasons and to further enhance the effectiveness of the proposed approach. Additionally, these methodologies will be validated across networks of different sizes to confirm the robustness and efficiency of the weighted topological approach.

Author Contributions

Conceptualization, L.P., G.F.S. and A.D.N.; methodology, L.P. and G.F.S.; software, L.P. and G.F.S.; validation, L.P. and G.F.S.; formal analysis, L.P., G.F.S. and F.H.; investigation, L.P., G.F.S. and A.D.N.; resources, G.F.S. and A.D.N.; data curation, L.P.; writing—original draft preparation, L.P.; writing—review and editing, F.H. and M.P.; visualization, L.P.; supervision, G.F.S.; project administration, A.D.N. and M.P.; funding acquisition, M.P. and A.D.N. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Industrial Chair on Drinking Water at Polytechnique Montréal—NSERC-ALLRP 560764—20 and Valere 2019–Premialità Grants, Di Nardo Armando.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in the study are included in the article; further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Adedoja, O.S.; Hamam, Y.; Khalaf, B.; Sadiku, R. A state-of-the-art review of an optimal sensor placement for contaminant warning system in a water distribution network. Urban Water J. 2019, 15, 985–1000. [Google Scholar] [CrossRef]
  2. Ciaponi, C.; Creaco, E.; Di Nardo, A.; Di Natale, M.; Giudicianni, C.; Musmarra, D.; Santonastaso, G. Reducing Impacts of Contamination in Water Distribution Networks: A Combined Strategy Based on Network Partitioning and Installation of Water Quality Sensors. Water 2019, 11, 1315. [Google Scholar] [CrossRef]
  3. Giudicianni, C.; Herrera, M.; Di Nardo, A.; Greco, R.; Creaco, E.; Scala, A. Topological Placement of Quality Sensors in Water-Distribution Networks without the Recourse to Hydraulic Modeling. J. Water Resour. Plann. Manag. 2020, 146, 04020030. [Google Scholar] [CrossRef]
  4. Santonastaso, G.F.; Di Nardo, A.; Creaco, E.; Musmarra, D.; Greco, R. Comparison of topological, empirical and optimization-based approaches for locating quality detection points in water distribution networks. Environ. Sci. Pollut. Res. 2021, 28, 33844–33853. [Google Scholar] [CrossRef] [PubMed]
  5. Creaco, E.; Franchini, M.; Alvisi, S. Optimal placement of isolation valves in water distribution systems based on valve cost and weighted average demand shortfall. Water Resour. Manag. 2010, 24, 4317–4338. [Google Scholar] [CrossRef]
  6. Yazdani, A.; Jeffrey, P. Water distribution system vulnerability analysis using weighted and directed network models. Water Resour. Res. 2012, 48, W06517. [Google Scholar] [CrossRef]
  7. Shi, J.; Malik, J. Normalized cuts and image segmentation. IEEE Trans. Pattern Anal. Mach. Intell. 2000, 22, 888–905. [Google Scholar] [CrossRef]
  8. Ostfeld, A.; Uber James, G.; Salomons, E.; Berry Jonathan, W.; Hart William, E.; Phillips Cindy, A.; Watson, J.-P.; Dorini, G.; Jonkergouw, P.; Kapelan, Z.; et al. The Battle of the Water Sensor Networks (BWSN): A design challenge for engineers and algorithms. J. Water Resour. Plann. Manag. 2008, 134, 556–568. [Google Scholar] [CrossRef]
Figure 1. Sensor placement for (a) no weight, (b) capacity, (c) inverse of capacity, (d) diameter, (e) relative length and (f) inverse of length.
Figure 1. Sensor placement for (a) no weight, (b) capacity, (c) inverse of capacity, (d) diameter, (e) relative length and (f) inverse of length.
Engproc 69 00093 g001
Table 1. Number of exposed users mean ( N e u _ m e a n ), maximum ( N e u _ m a x ), D P , detection time mean ( t d _ m e a n ), maximum ( t d _ m a x ) computed for the different approaches. Best results are underlined.
Table 1. Number of exposed users mean ( N e u _ m e a n ), maximum ( N e u _ m a x ), D P , detection time mean ( t d _ m e a n ), maximum ( t d _ m a x ) computed for the different approaches. Best results are underlined.
N e u _ m e a n (%) N e u _ m a x (%) D P (%) t d _ m e a n (min) t d _ m a x (min)
No weight1.26012.9172428418
Capacity1.73626.2062029243
Inverse of capacity1.77917.1582231418
Diameter0.97911.9812628382
Relative length0.9778.3522825393
Inverse of length1.39514.5122323388
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

Palma, L.; Di Nardo, A.; Hatam, F.; Santonastaso, G.F.; Prévost, M. Investigating the Efficacy of Topological Methods for Optimal Sensor Placement in Water Distribution Systems. Eng. Proc. 2024, 69, 93. https://doi.org/10.3390/engproc2024069093

AMA Style

Palma L, Di Nardo A, Hatam F, Santonastaso GF, Prévost M. Investigating the Efficacy of Topological Methods for Optimal Sensor Placement in Water Distribution Systems. Engineering Proceedings. 2024; 69(1):93. https://doi.org/10.3390/engproc2024069093

Chicago/Turabian Style

Palma, Ludovica, Armando Di Nardo, Fatemeh Hatam, Giovanni Francesco Santonastaso, and Michèle Prévost. 2024. "Investigating the Efficacy of Topological Methods for Optimal Sensor Placement in Water Distribution Systems" Engineering Proceedings 69, no. 1: 93. https://doi.org/10.3390/engproc2024069093

APA Style

Palma, L., Di Nardo, A., Hatam, F., Santonastaso, G. F., & Prévost, M. (2024). Investigating the Efficacy of Topological Methods for Optimal Sensor Placement in Water Distribution Systems. Engineering Proceedings, 69(1), 93. https://doi.org/10.3390/engproc2024069093

Article Metrics

Back to TopTop