Next Article in Journal
Factorial Design Statistical Analysis and Optimization of the Adsorptive Removal of COD from Olive Mill Wastewater Using Sugarcane Bagasse as a Low-Cost Adsorbent
Next Article in Special Issue
Robust Optimal Booster Disinfectant Injection in Water Systems under Uncertainty
Previous Article in Journal
Editorial: Advances in Aquaculture Ecology Research
Previous Article in Special Issue
Robust Optimal Operation of Water Distribution Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Water Distribution Network Partitioning Based on Complex Network Theory: The Udine Case Study

1
Polytechnic Department of Engineering and Architecture at the University of Udine, Via Delle Scienze, 33100 Udine, Italy
2
Livenza Tagliamento Acque S.p.a., Piazza della Repubblica, 30026 Portogruaro, Italy
*
Author to whom correspondence should be addressed.
Water 2023, 15(8), 1621; https://doi.org/10.3390/w15081621
Submission received: 16 March 2023 / Revised: 7 April 2023 / Accepted: 19 April 2023 / Published: 21 April 2023
(This article belongs to the Special Issue Optimization Studies for Water Distribution Systems)

Abstract

:
Water Distribution Network Partitioning (WDNP), which is the partitioning of the existing Water distribution Network (WDN) into smaller and more homogeneous portions called District Metered Areas (DMAs), is an effective strategy that allows water utilities to improve network management through water balance, pressure control, water loss detection, and protection from contamination. The partitioning is realized physically, closing the pipes between two different districts, or virtually, installing flow meters which measure the districts inflow and outflow. Pipe closures lead to a considerable network performance worsening, reducing minimum pressure, resilience, and redundancy; on the other hand, flow meters allow us to avoid these issues but involve a higher investing cost. Hence, the DMAs’ definition could become a hard task because both network performance and maximum investing cost must be respected. This paper presents the application of an optimization approach, based on complex network theory, coupled with an optimization technique based on genetic algorithms (GA). The methodology, implemented in Python environment, consists of a clustering phase carried out with two different algorithms (Girvan–Newman and spectral clustering) and a dividing phase which defines whether a gate valve or a flow meter should be installed in a pipe. The last phase is fulfilled with the GA which allows us to optimize one or more objectives in order to minimize the cost and maximize the network performance. The methodology has been applied on the Udine water distribution system, whose hydraulic model has been calibrated with a recent measure campaign. The results produced with the different clustering algorithms and objective functions have been compared to show their pros and cons.

1. Introduction

Water distribution network partitioning (WDNP) is one of the most efficient techniques used by water utilities to improve water distribution network (WDN) management, simplifying water loss detection, pressure management, and water balance definition [1,2,3]. WDNP consists in partitioning a WDN in hydraulically independent subsystems called District Metered Areas (DMA), which are created by installing water flow meters or gate valves in boundary pipes.
Planning the number and dimension of different districts is not an easy task because of the intrinsic complexity of the WDN. Moreover, WDNP comes with many disadvantages, in fact, pipe closure can worsen network performance both in qualitative and quantitative terms. Regarding water quality, pipe closure creates more dead-end pipes which lead to an increase in water age and could cause flow reversals which lead to a lifting of the pipe sediments [4]. Further, WDNP reduces pipe redundancy and therefore network resilience, changing the WDN behavior and reducing node heads [5,6].
Before the advent of mathematic models, utilities designed DMAs without a global perspective, considering factors such as the number of inhabitants, main roads, and the economic level of leakage [2]. Today, thanks to mathematical methods, it is possible to create optimal DMAs which consider operational constraints and objectives. The WDNP, as presented by most authors in literature, is usually carried out in two distinct phases [1,7]: clustering and dividing.
The clustering phase consists of determining the shape and size of the districts and is based on the network connectivity and topology. Clustering aims at forming feasible DMAs, balancing the number of nodes within each cluster and minimizing the number of boundary pipes (i.e., pipe cuts where gate valves or flow meters will be installed). Several methods are used to cluster the WDN: graph theory algorithms such as depth-first search (DFS) and breadth-first search (BFS) [3,5,6,8,9], community structure [7,10,11,12,13], modularity-based procedures [14,15,16,17], multilevel partitioning [7,18,19], spectral approach [20,21,22], and multi-agent approach [23,24,25]. The main features of the clustering methods are well described by Bui et al. [26].
The dividing phase consists of optimizing the state of the boundary pipes, namely, the position and number of flow meters and gate valves required to achieve reliable DMA operation. Moreover, in this phase, the optimal solution which guarantees the best trade-offs between the investing cost and the indicators of the benefits of WDNP is investigated [3]. In fact, installing a flow meter is often more expensive than placing a gate valve, and closing a valve modifies network behavior and reduces its reliability.
Many algorithms and heuristic procedures have been proposed for this phase. Single-objective optimization is based on objective functions which consider the total power of a WDN [3,13,18,22], the system resilience [11,19,27,28], or the cost [29]; these optimization problems are generally solved with genetic algorithms (GA) [3,13,20,30,31,32]. Multiple-objective optimization considers simultaneously two or more objective functions, such as number of boundary pipes, network pressure uniformity, water age uniformity, total costs, elevation uniformity, and network resilience [15,33,34,35,36]. To solve multi-objective optimization, several optimization algorithms have been applied: NSGA-II [33,34,35,37], which generates the Pareto front with the optimal solutions, multi-objective GA [14], agent-swarm optimization [38,39,40], and the iterative approach, which generates a sequence of solutions until the initial set of criteria is met [10,14,21,41].
In recent years, several methodologies have been defined coupling or modifying clustering and dividing algorithms in order to achieve specific objectives with the partitioning. Liu and Lansey [42] proposed a multiphase DMA design methodology which incorporates different metrics (main and secondary feed pipes optimization, availability, water quality, and leakage), directly into the DMA design optimization searching process. Bui et al. [43] proposed an approach for the optimal design of DMAs in the multiple-criteria decision analysis (MCDA) framework based on the outcome of a coupled model comprising a self-organizing map (SOM) and a community structure algorithm (CSA). Bianchotti et al. [44] presented a two-stage approach for optimal DMAs’ design in which three different performance indices are analyzed and compared (standard deviation, Gini coefficient, and loss of resilience). Zhou et al. [45] compared two existing partitioning methods, which differ in their consideration of main trunks, as well as in terms of economy, water quality, and leakage control.
In this paper, a WDNP methodology based on complex network theory coupled with optimization technique based on GA is applied and assessed on the WDN of Udine. This WDN is a large real-world WDN with 6 reservoirs and 6466 pipes. In particular, for the clustering phase, community structure and spectral algorithms are used, and their results compared. For the dividing phase, single-objective optimization and multiple-objective optimization are used. The optimization functions consider costs and network resilience. The different WDNP solutions generated from the objective functions have been evaluated and compared with a set of metrics and performance indices that reflect WDNP requirements. In particular, minimum and mean WDN pressure, investing cost, resilience index, and water age have been used.
Having a wide range of possible solutions is the recommended way to face the challenge; in fact, the problem is that practical and non-measurable factors, such as main roads position, impossible access to a certain pipe, etc., intervene in the final choice, which is generally made by the water utility.
This work allows us to assess the results arising from the application of a proposed methodology on a complex real-life-calibrated network. In fact, the Udine WDN is highly looped, is supplied by several points, and has several tanks and pump stations, features that make the decisional issue of the DMAs’ definition a difficult task.

2. Materials and Methods

As described above, WDNP is carried out in two different phases—water network clustering and dividing [1,7]—which have to be analyzed separately.

2.1. Clustering

Clustering, which consists of assigning each network’s node to a district, is based on graph theory and complex networks theory. A generic WDN can be considered as simple a graph G = (V; E), where V is the set of n vertices v i , and E is the set of m edges e i . A k-way graph clustering problem consists of partitioning V vertices of G into k subsets, P 1 , P 2 , , P k , such that i k P i = V (the union of all clusters, P i , must contain all the vertices v i ), P i P j = (each vertex can belong to only one cluster P i ), P i  V (at least one vertex must belong to a cluster and no cluster can contain all vertices), and 1 < k < n (the number, k, of clusters must be different from one and from the number, n, of vertices).
In the literature, various algorithms that define the network’s districts were proposed: graph partitioning algorithms such as the Kernighan–Lin algorithm [46] and the spectral bisection method [47]; k-means [48]; Markov cluster algorithm [49]; spectral methods [50,51]; hierarchical clustering [52]; multi-level-recursive algorithm [53], divisive algorithms [54]; and some other methods described in detail by Fortunato [55].
In this work, the spectral clustering algorithm and the Girvan–Newman algorithm have been chosen.
Spectral-based graph clustering has been implemented in many fields over the last decade, especially in computer sciences, bioinformatics, and data analysis. Recently, in the field of WDN management, spectral graph theory has been used for various purposes including the definition of an optimal cluster configuration. The core idea of spectral clustering is the Laplacian matrix whose spectrum in eigenvectors is used to cluster groups of points into communities [22,56]. There are three types of Laplacian matrix, defined by different equations. The first is the non-normalized Laplacian relationship, which solves a relaxed version of the ratiocut problem proposed by Von Luxburg [57]:
L = D A
where D is a diagonal matrix of nodal degrees k i , D = diag(d), in which d = [ k 1 , k 2 ,…, k n ]T, and A is the adjacency matrix.
The other two matrices are normalized graph Laplacians, which are closely related and can be defined as
L s y m = D 1 / 2 L D 1 / 2
L r w = D 1 L ,
where L s y m is a symmetric matrix proposed to solve the NCut problem [57] and L r w is closely related to a random walk, which can be used to solve the same problem. D 1 / 2 is a diagonal matrix in which the values on the diagonal are the inverse of D square values.
The aim of spectral graph partitioning is to divide graph G into p n subgraphs G1, G2, …, Gp. Then,
V = V 1 V 2 · · · V p ,   where   V i V j = , i j .
Let G k = ( V k , E k ) represent for subgraph k, in which k = 1,…, p, and V k is the set of vertices of subgraph G k . From Equation (4), an edge that has its endpoints in different vertex subsets is not contained in any of the formed subgraphs, G k , and is called an intercluster edge. Let a set of the intercluster edges with one endpoint in V k be denoted as Equation (5).
V k i j : i V k   a n d   j V k
Two different sets of edges can thus be distinguished as follows:
  • Intracluster edges: E 1 E 2 · · · E p ;
  • Intercluster edges: V 1 V 2 V p
From the optimal bipartitioning of a graph point of view, minimizing the cut values are objective functions. Von Luxburg [57] and Shi and Malik [51] proposed these functions to optimize cut value, called the ratiocut method and normalized cut method, in Equations (6) and (7), respectively.
min V 1 , V 2 , , V p k = 1 p v o l V k V k
min V 1 , V 2 , , V p k = 1 p v o l V k v o l V k
where v o l V k is the sum of the weights on all intercluster edges in V k ; V k is the number of vertices in V k ; and v o l V k is the sum of the weights on the vertices in V k . Equations (6) and (7) are NP-complete problems; however, they can be relaxed to find approximate solutions and reformed as Equations (8) and (9) following:
L U = U Φ       f o r   r a t i o   c u t ,
L U = D U Φ       f o r   n o r m a l i z e d   c u t ,
where Φ : = d i a g λ 1 , λ 2 , , λ p R p x p   a n d   U : = [ u 1 , u 2 , , u p ] R n x p .
Equations (8) and (9) are eigenvalue problems for p smallest eigenvalues λ 1 = 0 λ 2 · · · λ p of the Laplacian matrix L and their corresponding eigenvectors u 1 , u 2 , , u p .
The Girvan–Newman algorithm is a community structure detection algorithm and, in particular, a bottom-up hierarchical approach based on graph theory [58]. It uses greedy optimization of a quantity known as modularity (Q), which is defined in Equation (10). The algorithm uses the quality measure of network density to define the clusters, assuming that the density of a network division was effective if there were many edges within communities (intraclusters) and only a few between them (interclusters). Modularity index is a network property used as an indicator to quantify the quality of graph division in the community. The clustering method is based on maximizing the modularity index. Higher values of that metric are related to a community structure of the network, which is significant if Q  0.3 [58]:
Q = 1 2 m i j A i j k i k j 2 m δ C i C j ,
where δ C i C j is the Kronecker delta coefficient, and δ C i C j = 1 if vertices i and j are the same community; otherwise δ C i C j = 0 .
If we assume that the fraction of pipes that have both start and end nodes belonging to the same community is e i i , and a i is the portion of pipes with at least one end node in the community i, then the modularity can be formulated as:
Q = c e i i a i 2 .
The change in the two communities i and j to increase modularity can be computed by [58]:
Q = 2 e i j a i a j .
In this work, spectral graph clustering has been implemented with the Python module scikit-learn [59], which uses the Normalized-Cut method [51]. This method allows us to minimize the edge-cuts (pipes between different DMA); hence, it is economically convenient. The second one has been implemented with the NetworkX code [60]. This hierarchical algorithm forms clusters through division, creating a tree structure where subgroups of clusters are gradually defined.
The clustering result can be evaluated with several metrics. In this work, two kinds of metrics are used to compare the quality of the first phase: clustering quality indices and hydraulic indices [22].
  • Clustering quality indices:
N E C : number of edge-cuts, represents the total number of boundary pipes; hence, it is an indication of the intervention dimension;
I B : balance index, expresses how homogeneous the clusters are. If the index is close to one, then the districts have the same number of nodes.
I B = k · m a x ( s i z e D M A ) N
where k is the number of clusters, m a x ( s i z e D M A ) is the number of nodes of the larger DMA, and N is the number of network nodes.
  • Hydraulic indices:
C E C : represents the sum of the ratios d/l of all boundary pipes and can be considered as a proxy of pipe conductance;
R E C : represents the sum of the hydraulic resistances l/d5 of all boundary pipes and represents a proxy of the pipe’s hydraulic resistance.

2.2. Water Network Dividing

After forming DMAs, the layout of the flow meters and gate valves among the boundary pipes is optimized in the dividing phase. The position of these devices is important because closing a valve changes network hydraulic behavior and reduces its reliability, but installing flow meters is often more expensive [3,18,21]. Many algorithms and heuristic procedures have been proposed to find the optimal solution: single-objective optimization approach, multiple-objective optimization approach, iterative approach, and adaptive sectorization for dynamic DMAs that are well described by Bui et al. [26].
In this work, the optimization is carried out with two single-objective and one multi-objective genetic algorithm (GA).
Defined a set of boundary pipes in the clustering phase, the first objective is to determine how many flow meters and gate valves have to be inserted. As reported before, their position influences network properties such as resilience, water quality, hydraulic performance, and leakage rate, and the decision is also tied to the cost of interventions. Therefore, dividing should be considered as a multi-objective optimization problem. To simplify computational demand, some hypotheses have been proposed to convert the problem into a single-objective and apply evolutionary algorithms to achieve feasible or optimal solutions. There are different objective functions that can be used; in this work, a minimizing investing cost function and a maximizing resilience index function have been used.
Minimizing the investment cost and maximizing the profits is one of the main goals for water utilities. Using an objective function that minimizes costs, the GA will find that the best solution is the layout with only gate valves in the boundary pipes. This solution is not acceptable because gate valves would prevent water from reaching the DMAs, which would become isolated. Therefore, for this particular case, it is necessary to introduce hydraulic constraints that guarantee the required level of service. The investing cost function is based on the flow meters and boundary valves installation cost.
As seen before, guaranteeing the network performance in terms of pressures and resilience is the main objective of the water utilities and installing boundary valves due to the WDNP being in contrast with this. Therefore, maximizing performance during the dividing phase is a good strategy. However, it could lead to a layout with only flow meters in the boundary pipes, which is not sustainable. In the literature, several indices that quantify network resilience are proposed. Todini [61] proposed an index to measure system resilience when redesigning a system. Several studies [11,19,27] have used this index as an objective function for dividing optimization; the function to maximize in order to indicate a greater surplus of available power is the following:
I r = j = 1 N q j · ( h j h j * ) ( r = 1 N r Q r · H r + p = 1 N p P p ) j = 1 N q j · h j * ,
where N is the junctions’ number, q j is the j-th node demand, h j is the j-th node head, h j * is the admissible head at the j-th node, N r is the number of reservoirs, Q r is the flow that the r-th reservoir enters in the system, H r is the r-th reservoir’s head, N p is the number of pumps, and P p is the power introduced in the system by the p-th pump.
Some authors proposed different variants of the Todini’s index due to the fact that according to Equation (14), real losses contribute positively to the resilience of the network. Prasad et al. [62] combined Todini’s index with the uniformity of pipe diameters, as minimal diameter changes result in more reliable water circulation. Saldarriaga et al. [63] proposed and tested the unitary power measure, which leads to very similar results as Todini’s index, defined as the product of the flow rate in each pipe and the piezometric head difference between the pipe’s initial and terminal nodes. Creaco et al. [64] proposed a generalized resilience index, which uses both demand and pressure-driven modeling approaches in order to account for network leakages. Jayaram and Srinivasan [65] demonstrated that if the network analyzed has more than one reservoir, the Todini’s index does not adequately represent its resilience. In fact, a network with a large demand surplus is characterized by a high immitted power which causes an excessive decrease of the resilience index. Therefore, they proposed the Modified Resilience Index (MRI) that we have adopted in this work:
M R I = j = 1 N q j · ( h j h j * ) j = 1 N q j · h j * .
Actually, Todini’s index, like many others, could have invariance problems [66]. To avoid this problem, a set of local energetic indices is proposed by Caldarola et al. in [67] and applied to a WDN in [68]. Their invariant implementation is defined in [66].
To solve these optimization problems, the GA [69] has been applied as in other works of Di Nardo et al. [3,13,20,30,31]. Optimizing one of the previous functions, a solution which satisfies a single objective is obtained. Nevertheless, as seen before, minimizing or maximizing a single objective function usually leads to a non-applicable solution. This issue can be overcome using a multi-objective function, which allows us to find the best compromise between different objectives. In this study the multi-objective function considers both costs and MRI and is solved with NSGA-II [37]. GA are here implemented with the DEAP pack [70]. To assess and compare the WDNP results, cost, MRI, water age, WDN mean pressure, DMAs minimum and maximum pressure, and number of flow reversals are calculated.

2.3. Methodology

The described procedure has been developed in Python and is completely automatic once the input network file is defined. It starts with the creation and calibration of the WDN model, which allows us to extrapolate the input file (in this work EPANET 2.2. [71] is used). After that, the hydraulic simulation starts and the network’s parameters (minimum, maximum and mean pressure, resilience index, and water age) are calculated and the graph of the network is created. Using the network graph, the clusters are defined with the spectral clustering algorithm or the Girvan–Newman algorithm. There follows a comparison between the two clustering methods with the quality and hydraulic clustering indices described above. Defined the boundary pipes, the network is divided using a single objective function, which minimizes cost or resilience reduction, or a multi-objective function, which considers both. The outputs of the single-objective functions are visualized in QGIS [72] and compared in terms of cost, MRI, and water age. Instead, the output of the multi-objective function is the Pareto frontier; hence, the solution is chosen based directly on the sought MRI and cost values.
The procedure has been validated with an existing partitioned water distribution network (EPA Net3 example network). The flow chart in Figure 1 represents the Python code.

3. Results

The described procedure has been applied on the WDN of Udine, an Italian town of 100,000 inhabitants sited in northeast Italy. The network was modelled and calibrated in EPANET 2.2 (Figure 2) with a demand driven approach and has the following characteristics:
  • n = 5793 nodes;
  • m = 6466 pipes;
  • Six sources;
  • Five tanks;
  • Five pumps.
The system is mainly supplied by two sources located north of Udine and three city wells that are activated when needed. The sources and the wells load five tanks whose characteristics are reported in Table 1. The network has a total pipe length of 406.6 km and the pipes, with a diameter range that varies between 150 mm and 600 mm, are made of iron and cast iron.
Before WDNP, the following parameters have been computed for the Udine WDN: MRI = 0.188; water age = 13.42 h; mean pressure = 38.66 m; and minimum pressure = 18.46 m. During the optimization phase, the goal is to create the DMA without worsening these parameters, which represent the WDN performance.

3.1. Clustering Analysis

Due to its dimensions, partitioning the Udine WDN is a complex issue; hence, an experience-based design methodology cannot handle it. The only way to correctly determine the districts and their shape and position is to use numerical methods. To define the best districts’ number, the clustering algorithm has been applied for a variable range of DMAs’ number. For every result obtained for both spectral and Girvan–Newman methods the balance index, the number of edge-cuts, the pipe conductance, and the pipe resistance have been calculated in order to compare the results (Table 2) (Figure 3).
The chosen range of DMAs number varies between 7 and 13 districts because a lower value would not bring the relevant benefits and a higher value would cause an excessive number of edge-cuts. The results show that the hydraulic parameters C E C and R E C do not differ so much between the clustering methods. This indicates that the boundary pipes diameters are quite the same. Instead, the index that differs the most between the two methods is the balance index, which is higher in the spectral method. As predicted by the index, the clusters obtained with this algorithm do not have a similar number of nodes and, as a consequence, there are big and small clusters. This could represent an issue to consider in the design phase because, though determining the water balance of a small DMA is an easy task, recognizing and identifying leaks in a larger DMA could be difficult. On the contrary, the spectral method presents lower values of N E C against the Girvan–Newman algorithm which can determine a considerable reduction of the costs. Moreover, while with the Girvan–Newman algorithm the number of edge-cuts and, consequently, the costs grow with the number of DMAs, with the spectral method, the number of DMAs is quite similar and it is possible to choose a higher number of districts without influencing the budget. After analyzing the pros and cons of the solutions obtained, the WDNP has been applied to the case of 12 DMAs for both spectral and Girvan–Newman algorithms. The DMAs features are reported in Figure 4 and Table 3. The configuration, obtained with the Girvan–Newman algorithm, has been chosen because it represents a good compromise between a uniform clusters division and a small number of edge-cuts ( N E C = 72).

3.2. Dividing Phase

Once the network nodes have been assigned to the clusters, GAs have been applied to decide what to insert in the boundary pipes (gate valve or flow meter). The chosen general parameters of the genetic algorithms are the following:
  • Individuals = 150;
  • Generations = 150.
Using these values, a complete genetic evolution lasts between 4 h and 7 h due to the network dimension that increases the simulation computational time. The “biological” operators used are:
  • Tournament selection with tournament dimension equal to two for the single-objective optimization;
  • Elitist non-dominated sorting genetic algorithm (NSGA-II) for the multi-objective function;
  • Two-point crossover with crossover probability ( p c ) = 0.9 ;
  • Flip-bit mutation with individual mutation probability p m = 0.2 and gene mutation probability p m u t a t i o n = 4 % .
The mutation parameter value means that one in five individuals can mutate; this is conducted to avoid an evolution convergence around a local optimum. Elitism has also been applied not to lose the best individuals over the generations.
The two clustered Udine WDN have been divided using two single-objective functions—cost and performance—and a multi-objective function considering both cost and performance. Due to the high number of reservoirs and tanks, the Todini resilience index would not represent the system performance. Hence, the performance parameter suitable for the Udine network and used in the optimization phase is the MRI. Due to the wide range of results (Table 4 and Table 5), a detailed analysis is necessary to better understand the Udine WDNP. The solution obtained by minimizing the investing cost with the spectral method (Figure 5a) tends to leave only one alimentation point for every DMA, closing all the unnecessary pipes for the pressure bond fulfillment.
Even if this solution reduces the investing cost, it causes the collapse of the resilience index, reducing the mean pressure from 38.6 m to 34.8 m and the minimum pressure from 18.46 m to 15.12 m. The hydraulic inefficiency due to low pressures is not acceptable for the water utility; hence, this solution would probably be discarded. The solution obtained with the same objective function and the Girvan–Newman algorithm (Figure 5b) could represent a good result since the mean pressure is higher (37.7 m) and the investing cost does not increase considerably. Instead, the solutions found by maximizing the resilience index (Figure 5c,d) involve a higher investing cost—nearly doubled—since, by only installing a lot of flow meters, it is possible to preserve the meshed paths that guarantee network redundancy and resilience. In this case, with the Girvan–Newman algorithm, the mean pressure reaches 40.95 m.
These solutions, though preferable due to the increasing of the hydraulic performance of the WDN, are rarely feasible and often rejected for their high cost. The results obtained with the single-objective function, as we can see from Figure 6, show that the WDNP causes a worsening of the MRI index, except when the index represents the objective function. In fact, network performance can be increased by closing only certain flow paths. However, in this case, the economic burden would become considerable and would lead to the installation of few boundary valves and a lot of flow meters.
Nevertheless, the most relevant results for the WDNP are achieved with multi-objective optimization. These results, represented with the Pareto frontier, allow the water utility to define the acceptable compromise between two opposing objectives. The Pareto frontier obtained with the multi-objective function considering both the investing cost and the MRI index presents a trend shown in Figure 7a. Initially, the MRI index increases fast with the cost and then remains constant. In general, the solutions obtained from the Girvan–Newman algorithm tend to be more expensive than the spectral one. In fact, spectral clustering allows us to support the investing cost due to the lower edge-cuts number, but with MRI index values lower than the Girvan–Newman ones. On the other hand, with the Girvan–Newman algorithm (Figure 7b), it is possible to reach MRI values greater than 0.2 with obvious advantages in terms of service—e.g., mean pressure—provided that greater investment is made. Moreover, WDNP, achieved with Girvan–Newman, guarantees water ages lower than 11 h.
Finally, considering the GA behavior, optimal objective function trends are shown, which, in a few generations, settle around the minimum or maximum. Furthermore, it is possible to declare that the Pareto frontier represents fundamental information for the correct DMAs design because, afterwards, it allows us to define which is the best option among the possible and equally optimal solutions.
The previous thoughts would not have been understood if only a single-objective function had been considered. Hence, the single-objective function results are secondary compared to an overall view given from the Pareto frontier.
With particular reference to the Udine WDN, it is believed that both the WDNP analyzed constitute a good result for the network; in particular. the spectral method WDNP allows us to obtain a satisfying and suitable DMAs’ configuration, a global low investing cost, and a good solutions distribution along the Pareto frontier, which gives to the water utilities a wide range of choice. The Girvan–Newman method WDNP guarantees better results in terms of both resilience and water quality in the face of a higher investment cost. Hence, the better solution choice for the Udine WDN depends especially on the water utility priorities.

4. Conclusions

The adopted WDNP methodology, based on complex network theory, represents an effective methodology to define the DMAs’ configuration and the optimal location of flow meters and gate valves on boundary pipes. While both the adopted clustering and dividing algorithms have already been used and validated in experimental or virtual networks, they have never been applied on a real-life calibrated network with the complexity of the Udine WDN, in which the high loop number and the presence of several supply points made the partitioning a difficult task. For this reason, the feasible solutions obtained allow us to confirm that the approach is an efficient tool for water utilities, able to define optimal water network partitioning by evaluating network resilience and cost. So, it is reasonable to assume that the methodology is applicable to a wide range of networks with similar or less complexity.
Despite the good results, some limits can be recognized in the proposed methodology. The greater limit is that the DMAs’ determination is the result of an unsupervised clustering, i.e., the designer does not control the final algorithm product. Therefore, the DMA boundary definition does not consider the possibility of including, if in a sufficient number, a tank or a reservoir for every district, nor does it consider the nodes elevation to have the same total head within a cluster. It is possible to consider these aspects by modifying the algorithms’ codes. The investing cost objective function does not consider other spending due to leakage or particular situations during interventions or device maintenance. Despite this, the calculation performed does not consider the presence of all the interception valves already inserted in the network. Hence, the predicted investing cost represents an optimal indicator of the partitioning cost, and an expression development could be achieved with a complete and updated GIS portal that defines the existing boundary valves’ position. Another limit derives from the hydraulic model, which uses a demand-driven approach (DDA), and which assumes that the required demand is always fully satisfied no matter the existing pressure. However, in scenarios of pressure-deficient conditions, the DDA results are not accurate, and a pressure-driven approach (PDA) is needed. In particular, hydraulic losses could modify the analysis results and should be considered by outflow equations which make the model more realistic.
In addition to the described limits, several improvements could be implemented: the practical district fulfillment requires particular attention to avoid unexpected effects due to hydraulic uncertainty. Hence, progressive partitioning—where DMAs are gradually divided into smaller ones—could be suitable and achievable by assigning as an input file the previously partitioning output file. Different WDN performance, resilience, and vulnerability indices, such as network energy and network resilience index (NRI), could be considered to compare several solutions. To improve the partitioning, it could be useful to introduce and consider pressure management with PRV valves, which allow us to govern the network pressure and act directly on the hydraulic losses.

Author Contributions

Methodology, F.S.; Software, G.V.; Writing—original draft, F.S.; Supervision, M.N. and D.G. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available because they are water utility’s sensitive data.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

References

  1. Saldarriaga, J.; Bohorquez, J.; Celeita, D.; Vega, L.; Paez, D.; Savic, D.; Dandy, G.; Filion, Y.; Grayman, W.; Kapelan, Z. Battle of the Water Networks District Metered Areas. J. Water Resour. Plan. Manag. 2019, 145, 04019002. [Google Scholar] [CrossRef]
  2. Morrison, J.; Tooms, S.; Rogers, D. DMA Management Guidance Notes; IWA Publishing: London, UK, 2007. [Google Scholar]
  3. Di Nardo, A.; Di Natale, M.; Santonastaso, G.F.; Tzatchkov, V.G.; Alcocer-Yamanaka, V.H. Water Network Sectorization Based on Graph Theory and Energy Performance Indices. J. Water Resour. Plan. Manag. 2014, 140, 620–629. [Google Scholar] [CrossRef]
  4. Walski, T.M.; Chase, D.V.; Savic, D.A.; Grayman, W.; Beckwith, S.; Koelle, E. Advanced Water Distribution Modelling and Management; Haestad Press: Waterbury, CT, USA, 2003. [Google Scholar]
  5. Alvisi, S.; Franchini, M. A Procedure for the Design of District Metered Areas in Water Distribution Systems. Procedia Eng. 2014, 70, 41–50. [Google Scholar] [CrossRef]
  6. Scarpa, F.; Lobba, A.; Becciu, G. Elementary DMA Design of Looped Water Distribution Networks with Multiple Sources. J. Water Resour. Plan. Manag. 2016, 142, 04016011. [Google Scholar] [CrossRef]
  7. Sela Perelman, L.; Allen, M.; Preis, A.; Iqbal, M.; Whittle, A.J. Automated Sub-Zoning of Water Distribution Systems. Environ. Model. Softw. 2015, 65, 1–14. [Google Scholar] [CrossRef]
  8. Tzatchkov, V.G.; Alcocer-Yamanaka, V.H.; Bourguett Ortíz, V. Graph Theory Based Algorithms for Water Distribution Network Sectorization Projects. In Water Distribution Systems Analysis Symposium 2006; American Society of Civil Engineers: Cincinnati, OH, USA, 2008; pp. 1–15. [Google Scholar]
  9. Perelman, L.; Ostfeld, A. Topological Clustering for Water Distribution Systems Analysis. Environ. Model. Softw. 2011, 26, 969–972. [Google Scholar] [CrossRef]
  10. Diao, K.; Zhou, Y.; Rauch, W. Automated Creation of District Metered Area Boundaries in Water Distribution Systems. J. Water Resour. Plan. Manag. 2013, 139, 184–190. [Google Scholar] [CrossRef]
  11. Campbell, E.; Ayala-Cabrera, D.; Izquierdo, J.; Pérez-García, R.; Tavera, M. Water Supply Network Sectorization Based on Social Networks Community Detection Algorithms. Procedia Eng. 2014, 89, 1208–1215. [Google Scholar] [CrossRef]
  12. Ciaponi, C.; Murari, E.; Todeschini, S. Modularity-Based Procedure for Partitioning Water Distribution Systems into Independent Districts. Water Resour. Manag. 2016, 30, 2021–2036. [Google Scholar] [CrossRef]
  13. Di Nardo, A.; Di Natale, M.; Giudicianni, C.; Musmarra, D.; Santonastaso, G.F.; Simone, A. Water Distribution System Clustering and Partitioning Based on Social Network Algorithms. Procedia Eng. 2015, 119, 196–205. [Google Scholar] [CrossRef]
  14. Giustolisi, O.; Ridolfi, L. New Modularity-Based Approach to Segmentation of Water Distribution Networks. J. Hydraul. Eng. 2014, 140, 04014049. [Google Scholar] [CrossRef]
  15. Zhang, Q.; Wu, Z.Y.; Zhao, M.; Qi, J.; Huang, Y.; Zhao, H. Automatic Partitioning of Water Distribution Networks Using Multiscale Community Detection and Multiobjective Optimization. J. Water Resour. Plan. Manag. 2017, 143, 04017057. [Google Scholar] [CrossRef]
  16. Brentan, B.M.; Campbell, E.; Meirelles, G.L.; Luvizotto, E.; Izquierdo, J. Social Network Community Detection for DMA Creation: Criteria Analysis through Multilevel Optimization. Math. Probl. Eng. 2017, 2017, 9053238. [Google Scholar] [CrossRef]
  17. Brentan, B.; Campbell, E.; Goulart, T.; Manzi, D.; Meirelles, G.; Herrera, M.; Izquierdo, J.; Luvizotto, E. Social Network Community Detection and Hybrid Optimization for Dividing Water Supply into District Metered Areas. J. Water Resour. Plan. Manag. 2018, 144, 04018020. [Google Scholar] [CrossRef]
  18. Di Nardo, A.; Di Natale, M.; Santonastaso, G.F.; Venticinque, S. An Automated Tool for SmartWater Network Partitioning. Water Resour. Manag. 2013, 27, 4493–4508. [Google Scholar] [CrossRef]
  19. Alvisi, S. A New Procedure for Optimal Design of District Metered Areas Based on the Multilevel Balancing and Refinement Algorithm. Water Resour. Manag. 2015, 29, 4397–4409. [Google Scholar] [CrossRef]
  20. Di Nardo, A.; Di Natale, M.; Giudicianni, C.; Greco, R.; Santonastaso, G.F. Weighted Spectral Clustering for Water Distribution Network Partitioning. Appl. Netw. Sci. 2017, 2, 19. [Google Scholar] [CrossRef]
  21. Liu, J.; Han, R. Spectral Clustering and Multicriteria Decision for Design of District Metered Areas. J. Water Resour. Plan. Manag. 2018, 144, 04018013. [Google Scholar] [CrossRef]
  22. Di Nardo, A.; Giudicianni, C.; Greco, R.; Herrera, M.; Santonastaso, G. Applications of Graph Spectral Techniques to Water Distribution Network Management. Water 2018, 10, 45. [Google Scholar] [CrossRef]
  23. Izquierdo, J.; Herrera, M.; Montalvo, I.; Pérez-García, R. Division of Water Distribution Systems into District Metered Areas Using a Multi-Agent Based Approach. Commun. Comput. Inf. Sci. 2011, 50, 167–180. [Google Scholar]
  24. Hajebi, S.; Barrett, S.; Clarke, A.; Clarke, S. Multi-agent simulation to support water distribution network partitioning. In Proceedings of the Modelling and Simulation 2013-European Simulation and Modelling Conference, ESM 2013, (Fernández), Lancaster, UK, 23–25 October 2013; pp. 163–168. [Google Scholar]
  25. Herrera, M.; Izquierdo, J.; Pérez-García, R.; Montalvo, I. Multi-Agent Adaptive Boosting on Semi-Supervised Water Supply Clusters. Adv. Eng. Softw. 2012, 50, 131–136. [Google Scholar] [CrossRef]
  26. Khoa Bui, X.; Marlim, M.S.; Kang, D. Water Network Partitioning into District Metered Areas: A State-Of-The-Art Review. Water 2020, 12, 1002. [Google Scholar] [CrossRef]
  27. Giudicianni, C.; Herrera, M.; di Nardo, A.; Adeyeye, K. Automatic Multiscale Approach for Water Networks Partitioning into Dynamic District Metered Areas. Water Resour. Manag. 2020, 34, 835–848. [Google Scholar] [CrossRef]
  28. Alvisi, S.; Franchini, M. A Heuristic Procedure for the Automatic Creation of District Metered Areas in Water Distribution Systems. Urban Water J. 2014, 11, 137–159. [Google Scholar] [CrossRef]
  29. Gomes, R.; Marques, A.S.A.; Sousa, J. District Metered Areas Design Under Di_erent Decision Makers’ Options: Cost Analysis. Water Resour. Manag. 2013, 27, 4527–4543. [Google Scholar] [CrossRef]
  30. Di Nardo, A.; Di Natale, M.; Giudicianni, C.; Santonastaso, G.; Tzatchkov, V.; Varela, J. Economic and Energy Criteria for District Meter Areas Design of Water Distribution Networks. Water 2017, 9, 463. [Google Scholar] [CrossRef]
  31. Di Nardo, A.; Di Natale, M.; Santonastaso, G.F.; Tzatchkov, V.G.; Alcocer-Yamanaka, V.H. Water Network Sectorization Based on a Genetic Algorithm and Minimum Dissipated Power Paths. Water Sci. Technol. Water Supply 2013, 13, 951–957. [Google Scholar] [CrossRef]
  32. Shao, Y.; Yao, H.; Zhang, T.; Chu, S.; Optimal, X. An Improved Genetic Algorithm for Optimal Layout of Flow Meters and Valves in Water Network Partitioning. Water 2019, 11, 1087. [Google Scholar] [CrossRef]
  33. Zhang, K.; Yan, H.; Zeng, H.; Xin, K.; Tao, T. A Practical Multi-Objective Optimization Sectorization Method for Water Distribution Network. Sci. Total Environ. 2019, 656, 1401–1412. [Google Scholar] [CrossRef]
  34. De Paola, F.; Fontana, N.; Galdiero, E.; Giugni, M.; Savic, D.; Degli Uberti, G.S. Automatic Multi-Objective Sectorization of a Water Distribution Network. Procedia Eng. 2014, 89, 1200–1207. [Google Scholar] [CrossRef]
  35. Hajebi, S.; Temate, S.; Barrett, S.; Clarke, A.; Clarke, S. Water Distribution Network Sectorisation Using Structural Graph Partitioning and Multi-Objective Optimization. Procedia Eng. 2014, 89, 1144–1151. [Google Scholar] [CrossRef]
  36. Giudicianni, C.; Herrera, M.; di Nardo, A.; Carravetta, A.; Ramos, H.M.; Adeyeye, K. Zero-Net Energy Management for the Monitoring and Control of Dynamically-Partitioned Smart Water Systems. J. Clean. Prod. 2020, 252, 119745. [Google Scholar] [CrossRef]
  37. Deb, K.; Agrawal, S.; Pratap, A.; Meyarivan, T. A Fast Elitist Non-Dominated Sorting Genetic Algorithm for Multi-Objective Optimization: NSGA-II. In Parallel Problem Solving from Nature PPSN VI; Schoenauer, M., Deb, K., Rudolph, G., Yao, X., Lutton, E., Merelo, J.J., Schwefel, H.-P., Eds.; Springer: Berlin/Heidelberg, Germany, 2000; Volume 1917, pp. 849–858. [Google Scholar]
  38. Campbell, E.; Izquierdo, J.; Montalvo, I.; Pérez-García, R. A Novel Water Supply Network Sectorization Methodology Based on a Complete Economic Analysis, Including Uncertainties. Water 2016, 8, 179. [Google Scholar] [CrossRef]
  39. Gilbert, D.; Abraham, E.; Montalvo, I.; Piller, O. Iterative multistage method for a large water network sectorization into DMAs under multiple design objectives. J. Water Resour. Plan. Manag. 2017, 143, 04017067. [Google Scholar] [CrossRef]
  40. Montalvo, I.; Izquierdo, J.; Pérez-García, R.; Herrera, M. Water Distribution System Computer-Aided Design by Agent Swarm Optimization: Water Distribution System Computer-Aided Design by Agent Swarm Optimization. Comput. Aided Civ. Infrastruct. Eng. 2014, 29, 433–448. [Google Scholar] [CrossRef]
  41. Ferrari, G.; Savic, D.; Becciu, G. Graph-Theoretic Approach and Sound Engineering Principles for Design of District Metered Areas. J. Water Resour. Plan. Manag. 2014, 140, 04014036. [Google Scholar] [CrossRef]
  42. Liu, J.; Lansey, K.E. Multiphase DMA Design Methodology Based on Graph Theory and Many-Objective Optimization. J. Water Resour. Plan. Manag. 2020, 146, 04020068. [Google Scholar] [CrossRef]
  43. Bui, X.K.; Marlim, M.S.; Kang, D. Optimal Design of District Metered Areas in a Water Distribution Network Using Coupled Self-Organizing Map and Community Structure Algorithm. Water 2021, 13, 836. [Google Scholar] [CrossRef]
  44. Bianchotti, J.D.; Denardi, M.; Castro-Gama, M.; Puccini, G.D. Sectorization for Water Distribution Systems with Multiple Sources: A Performance Indices Comparison. Water 2021, 13, 131. [Google Scholar] [CrossRef]
  45. Zhou, H.; Liu, Y.; Yao, H.; Yu, T.; Shao, Y. Comparative Analysis on the DMA Partitioning Methods Whether Trunk Mains Participated. Water 2022, 14, 3876. [Google Scholar] [CrossRef]
  46. Kernighan, B.W.; Lin, S. An efficient heuristic procedure for partitioning graphs. Bell Syst. Tech. J. 1970, 49, 291–307. [Google Scholar] [CrossRef]
  47. Barnes, E.R. An algorithm for partitioning the nodes of a graph. Algebr. Discret. Methods Siam J. 1982, 3, 541–550. [Google Scholar] [CrossRef]
  48. MacQueen, J.B. Some Methods for Classification and Analysis of Multivariate Observation. In Proceedings of the Berkeley Symposium on Mathematical Statistics and Probability 5.1, Berkeley, CA, USA, 7 January 1967; pp. 281–297. [Google Scholar]
  49. Van Dongen, S.M. Graph Clustering by Flow Simulation [Internet]. Ph.D. Thesis, University of Utrecht, Utrecht, The Netherlands, 2000. [Google Scholar]
  50. Ng, A.Y.; Jordan, M.I.; Weiss, Y. On spectral clustering: Analysis and an algorithm. Adv. Neural Inf. Process Syst. 2002, 14, 849–856. [Google Scholar]
  51. Shi, J.; Malik, J. Normalized cuts and image segmentation. IEEE Trans. Pattern Anal. Mach. Intell. 2000, 22, 888–905. [Google Scholar]
  52. Friedman, J.; Hastie, T.; Tibshirani, R. The Elements of Statistical Learning; Springer: Berlin/Heidelberg, Germany, 2001; Volume 1, Springer Series in Statistics. [Google Scholar]
  53. Hendrickson, B.; Leland, R. A multilevel algorithm for partitioning graphs. In Proceedings of the ACM/IEEE Conference on Supercomputing, San Diego, CA, USA, 4–8 December 1995; pp. 1–14. [Google Scholar]
  54. Girvan, M.; Newman, M.E.J. Community structure in social and biological networks. Proc. Natl. Acad. Sci. USA 2002, 99, 7821–7826. [Google Scholar] [CrossRef] [PubMed]
  55. Fortunato, S. Community detection in graphs. Phys. Rep. Rev. Sect. Phys. Lett. 2010, 486, 75–174. [Google Scholar] [CrossRef]
  56. Han, R.; Liu, J. Spectral Clustering and Genetic Algorithm for Design of District Metered Areas in Water Distribution Systems. Procedia Eng. 2017, 186, 152–159. [Google Scholar] [CrossRef]
  57. Von Luxburg, U. A tutorial on spectral clustering. Stat. Comput. 2007, 17, 395–416. [Google Scholar] [CrossRef]
  58. Newman, M.E.J. Modularity and community structure in networks. Proc. Natl. Acad. Sci. USA 2006, 103, 8577–8582. [Google Scholar] [CrossRef]
  59. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.; et al. Scikit-learn: Machine Learning in Python. JMLR 2011, 12, 2825–2830. [Google Scholar]
  60. Hagberg, A.; Swart, P.; Chult, D.S. Exploring Network Structure, Dynamics, and Function Using NetworkX; Technical Report; Los Alamos National Lab. (LANL): Los Alamos, NM, USA, 2008. [Google Scholar]
  61. Todini, E. Looped Water Distribution Networks Design Using a Resilience Index Based Heuristic Approach. Urban Water 2000, 2, 115–122. [Google Scholar] [CrossRef]
  62. Prasad, T.D.; Hong, S.-H.; Park, N. Reliability based design of water distribution networks using multi-objective genetic algorithms. KSCE J. Civ. Eng. 2003, 7, 351–361. [Google Scholar] [CrossRef]
  63. Saldarriaga, J.G.; Ochoa, S.; Moreno, M.E.; Romero, N.; Cortés, O.J. Prioritised rehabilitation of water distribution networks using dissipated power concept to reduce non-revenue water. Urban Water J. 2010, 7, 121–140. [Google Scholar] [CrossRef]
  64. Creaco, E.; Franchini, M.; Todini, E. Generalized Resilience and Failure Indices for Use with Pressure-Driven Modeling and Leakage. J. Water Resour. Plan. Manag. 2016, 142, 04016019. [Google Scholar] [CrossRef]
  65. Jayaram, N.; Srinivasan, K. Performance-Based Optimal Design and Rehabilitation of Water Distribution Networks Using Life Cycle Costing. Water Resour. Res. 2008, 44, W01417. [Google Scholar] [CrossRef]
  66. Caldarola, F.; Maiolo, M. A mathematical investigation on the invariance problem of some hydraulic indices. Appl. Math. Comput. 2020, 409, 125726. [Google Scholar] [CrossRef]
  67. Caldarola, F.; Maiolo, M. Local indices within a mathematical framework for urban water distribution systems. Cogent Eng. 2019, 6, 1643057. [Google Scholar] [CrossRef]
  68. Bonora, M.A.; Caldarola, F.; Maiolo, M. A New Set of Local Indices Applied to a Water Network through Demand and Pressure Driven Analysis (DDA and PDA). Water 2020, 12, 2210. [Google Scholar] [CrossRef]
  69. Goldberg, D.E.; Holland, J.H. Genetic algorithms and machine learning. Mach. Learn. 1988, 3, 95–99. [Google Scholar] [CrossRef]
  70. Fortin, F.-A.; De Rainville, F.-M.; Gardner, M.-A.; Parizeau, M.; Gagné, C. DEAP: Evolutionary algorithms made easy. J. Mach. Learn. Res. 2012, 13, 2171–2175. [Google Scholar]
  71. Rossman, L.A. EPANET 2.0 User Manual; Water Supply and Water Resources Division, National Risk management Laboratory, USEPA: Cincinnati, OH, USA, 2000. [Google Scholar]
  72. QGIS Development Team. QGIS Geographic Information System; QGIS Association, 2021. Available online: http://www.qgis.org (accessed on 15 March 2023).
Figure 1. Python code flow chart.
Figure 1. Python code flow chart.
Water 15 01621 g001
Figure 2. Hydraulic model of the Udine water distribution network.
Figure 2. Hydraulic model of the Udine water distribution network.
Water 15 01621 g002
Figure 3. (a) Number of DMA-balance index relation for clustering algorithms; (b) number of DMA-number of edge-cuts relation for clustering algorithms; (c) number of DMA-conductance relation for clustering algorithms; (d) number of DMA-resistance relation for clustering algorithms.
Figure 3. (a) Number of DMA-balance index relation for clustering algorithms; (b) number of DMA-number of edge-cuts relation for clustering algorithms; (c) number of DMA-conductance relation for clustering algorithms; (d) number of DMA-resistance relation for clustering algorithms.
Water 15 01621 g003aWater 15 01621 g003b
Figure 4. (a) Udine WDN clustering: spectral clustering algorithm—12 DMAs; (b) Udine WDN clustering: Girvan–Newman algorithm—12 DMAs.
Figure 4. (a) Udine WDN clustering: spectral clustering algorithm—12 DMAs; (b) Udine WDN clustering: Girvan–Newman algorithm—12 DMAs.
Water 15 01621 g004
Figure 5. (a) Udine WDNP: Spectral clustering algorithm and investing cost objective function; (b) Udine WDNP: Girvan–Newman algorithm and investing cost objective function; (c) Udine WDNP: Spectral clustering algorithm and MRI objective function; (d) Udine WDNP: Girvan–Newman algorithm and MRI objective function.
Figure 5. (a) Udine WDNP: Spectral clustering algorithm and investing cost objective function; (b) Udine WDNP: Girvan–Newman algorithm and investing cost objective function; (c) Udine WDNP: Spectral clustering algorithm and MRI objective function; (d) Udine WDNP: Girvan–Newman algorithm and MRI objective function.
Water 15 01621 g005aWater 15 01621 g005b
Figure 6. MRI and investing cost values of the single-objective function.
Figure 6. MRI and investing cost values of the single-objective function.
Water 15 01621 g006
Figure 7. (a) Pareto frontier: Spectral clustering algorithm and MRI + investing cost objective function; (b) Pareto frontier: Girvan–Newman algorithm and MRI + investing cost objective function.
Figure 7. (a) Pareto frontier: Spectral clustering algorithm and MRI + investing cost objective function; (b) Pareto frontier: Girvan–Newman algorithm and MRI + investing cost objective function.
Water 15 01621 g007aWater 15 01621 g007b
Table 1. Udine WDN tanks main characteristics.
Table 1. Udine WDN tanks main characteristics.
NameVolume [m3]Min Level [m]Max Level [m]
San Bernardo400158.0163.0
Vat1750150.5156.0
Don Bosco2200145.0153.5
Cotonificio2200145.0153.5
Castello4570136.5139.2
Table 2. Number of edge-cuts, clustering, and hydraulic indices for spectral clustering and Girvan–Newman algorithm.
Table 2. Number of edge-cuts, clustering, and hydraulic indices for spectral clustering and Girvan–Newman algorithm.
Spectral ClusteringGirvan–Newman
DMAsIB [-]NEC [-]CEC [-]REC [m−4]IB [-]NEC [-]CEC [-]REC [m−4]
72.295560.7747.39 × 1081.895370.6051.83 × 108
82.632580.8219.08 × 1082.026480.8922.02 × 108
92.345561.1194.25 × 1081.493570.9552.59 × 108
103.102490.8017.33 × 1081.659611.0172.70 × 108
112.523561.2802.58 × 1081.718641.0822.77 × 108
122.740561.1354.19 × 1081.588721.4622.35 × 108
132.640670.7569.97 × 1081.603761.6943.49 × 108
Table 3. Udine: DMAs features for spectral clustering and the Girvan–Newman algorithms.
Table 3. Udine: DMAs features for spectral clustering and the Girvan–Newman algorithms.
Spectral ClusteringGirvan–Newman
DMADimensionLength [km]Mean Demand [l/s]DimensionLength [km]Mean Demand [l/s]
147634.0727.872438.1560.85
2532.943.5747230.3530.46
318527.4217.8476547.0452.89
4128760.57107.9937426.0426.12
51098.984.2751731.7828.63
654637.1938.7445435.5228.26
757737.4933.4261336.8640.01
827619.9919.1240229.2734.19
929521.2324.5819238.2213.17
1060136.3238.5750528.4933.17
111320107.6987.9151720.7842.92
12565.575.6924635.4818.84
Table 4. DMAs minimum and mean pressure after different WDNP.
Table 4. DMAs minimum and mean pressure after different WDNP.
Spectral Clustering AlgorithmGirvan–Newman Algorithm
Objective Function: Investing CostObjective Function: MRIObjective Function: Investing CostObjective Function: MRI
DMAMean Pressure [m]Minimum Pressure [m]DMAMean Pressure [m]Minimum Pressure [m]DMAMean Pressure [m]Minimum Pressure [m]DMAMean Pressure [m]Minimum Pressure [m]
133.9322.53131.4318.67132.0316.9137.3427.04
228.4815.12240.5130.74234.0622.91234.823.84
330.6320.8330.6920.96330.5718.16331.8517.13
433.3520.36437.1526.79437.815.12447.6236.46
554.6833.7562.1647.82535.3619.75543.6331.24
635.216.17646.2133.9680.329.2680.329.2
738.1722.29744.6829.94731.7821.99733.7625.7
847.1123.78855.8740.99833.0618.92833.2318.6
934.9626936.3826.58937.6718.85938.2418.54
1030.5815.921037.4828.311032.6117.191038.9924.48
1133.2122.211134.6322.551133.5822.11139.0426.75
1243.3130.161243.0929.951243.2426.61243.8623.27
Table 5. Cost, MRI, water age, number of boundary valves, and flow meters for the different clustering algorithms and objective functions.
Table 5. Cost, MRI, water age, number of boundary valves, and flow meters for the different clustering algorithms and objective functions.
Spectral ClusteringGirvan–Newman
Investing CostMRIInvesting CostMRI
Cost [€]85,382.4114,43497,981.3154,057.3
MRI [-]0.157240.190350.177810.20621
Water age [h]13.0113.5411.8313.49
Mean pressure [m]34.8438.9637.3640.95
boundary valves40275620
flow meters16291652
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

Spizzo, F.; Venaruzzo, G.; Nicolini, M.; Goi, D. Water Distribution Network Partitioning Based on Complex Network Theory: The Udine Case Study. Water 2023, 15, 1621. https://doi.org/10.3390/w15081621

AMA Style

Spizzo F, Venaruzzo G, Nicolini M, Goi D. Water Distribution Network Partitioning Based on Complex Network Theory: The Udine Case Study. Water. 2023; 15(8):1621. https://doi.org/10.3390/w15081621

Chicago/Turabian Style

Spizzo, Federico, Giovanni Venaruzzo, Matteo Nicolini, and Daniele Goi. 2023. "Water Distribution Network Partitioning Based on Complex Network Theory: The Udine Case Study" Water 15, no. 8: 1621. https://doi.org/10.3390/w15081621

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop