Introduction

Water distribution networks (WDNs) are composed of demand nodes and transport pipes that provide water to a city’s residents and industrial facilities (Alvisi 2015). They are susceptible to unexpected water consumption because of pipe bursts, connection leakages, water theft, and other factors (Puust et al. 2010; Bhagat et al. 2019). The British Water Industry Association proposed the concept of water network partitioning (WNP), which divides a WDN into several district metered areas (DMAs) to manage the network more effectively (Wu et al. 2016). It has proven to be immensely beneficial to the management of WDNs, which include reducing losses (Nicolini and Zovatto 2009), limiting pollution flow (Grayman et al. 2009), and optimizing pressure (Gomes et al. 2011). Therefore, how to partition the water network based on the network structure and the points features can improve the detection efficiency and response speed of the water network for anomalies in the practical phase (Gupta et al. 2020; Sharma et al. 2022). But it is still a challenge for Hydraulic Utilities and academic circles.

The common WNP problem can be formulated into two steps: clustering and division. The clustering stage refers to the clustering of water demand nodes into areas based on their features and connections. The division stage refers to the installation of flowmeters or valves in boundary pipes between areas to achieve an independent meter (Sela Perelman et al. 2015). In the last decade, various methods for clustering water demand nodes and division of boundary pipes have emerged. In the clustering stage, several studies have been conducted to investigate and identify the factors affecting WNP. The features of water demand nodes in a network (such as water demand, horizontal and vertical positions, and elevation) affect the WNP (Twort et al. 2000). For example, if the nodes with similar spatial locations are divided into the same DMA, the potential energy loss of water flow is reduced, which makes the network pressure distribution more uniform (Grayman et al. 2009; Gajghate et al. 2021). Simultaneously, the close connection of water network within the DMA implies these nodes are less connected with other DMAs; therefore, there are fewer boundary pipes between DMAs, which helps simplify the determination of boundaries (Ciaponi et al. 2016). Additionally, connection between nodes is an important factor affecting WNP (Giudicianni et al. 2018). The correlation of nodes is not a simple spatial relationship. Nodes are connected through pipes, which implies the nodes at both ends of the pipes should be clustered as a DMA. Several data-based algorithms have been used to partition water networks. Graph theory mainly clusters the nodes based on a network structure, which includes depth-first and breadth-first searches (Tzatchkov and Yamanaka 2008; Di Nardo and Di Natale 2011; Lifshitz and Ostfeld 2018); the community-structure algorithm divides a water network according to network density (Diao et al. 2013; Ciaponi et al. 2016); the modularity-based algorithm considers the features of nodes based on the former two methods (Giustolisi and Ridolfi 2014); the multilevel partitioning algorithm is used to evenly distribute the pressure, water demand, and structure of a pipe network (Di Nardo et al. 2013; Saldarriaga et al. 2019); spectral graph algorithms cluster the nodes using the vector information of a network (Herrera et al. 2010; Di Nardo et al. 2018); and the multi-agent approach divides networks by constructing competing node groups (Izquierdo et al. 2009; Herrera et al. 2012; Hajebi et al. 2014). While, in the division stage, the methods include single-objective optimization (Farmani et al. 2006), multi-objective optimization (Di Nardo et al. 2015), iterative approach (Pesantez et al. 2019), and adaptive sectorization (Giudicianni et al. 2020). Generally, these methods can achieve WNP according to different basics, but remain following problems:

  • Not considered demand nodes self and connection relationship comprehensively.

  • Not have proper way to avoid fall into local optimization.

  • Not avoided the negative impact of trial-and-error partition on the actual network.

The development of artificial intelligence technology and its combination with traditional fields provide possibilities for innovative WNP methods (Choudhary et al. 2021; Rakhshani et al. 2021; Yang et al. 2022). Based on the analysis of node features and connections in networks, this study proposes a graph attention network to design DMAs (GANDMA) to realize WNP. In the proposed method, each node in the network aggregates the features of the surrounding nodes based on the connection, and the nodes are clustered using an unsupervised neural network. Simultaneously, the importance of the boundary pipes formed in the clustering stage is evaluated and ranked, and the pipes for installing flowmeters and valves are determined by calculating the influence degree and scope indices.

Contributions of this study are as follows:

  • Graph attention of node features realizes the comprehensive consideration of node features and pipeline connections, making the input of neural network more reasonable.

  • Unsupervised neural network realizes highly reliable node clustering and avoids the dilemma that traditional clustering is easy to fall into local optimization.

  • Assessment of Boundary Pipes provides the objective basis for boundary division and avoids the negative impact of trial-and-error division on real pipe network.

Problem Statement

Preliminary description

First, the number of DMAs formed must be determined. Ferrari et al. suggested that each DMA should connect 500–5000 customers, and the total number of customers of the entire network is based on the total water demand of the network and per capita water demand (Ferrari et al. 2014). Smaller DMAs facilitate loss detection but represent higher initial costs and management difficulties (Laucelli et al. 2016). In this study, the number of DNAs is determined using Eq. (1).

$$ \begin{array}{*{20}c} {N_{DMAs} = \frac{{D_{t} }}{{ D_{av} N_{c} }}} \\ \end{array} $$
(1)

where \({D}_{t}\) is the total water demand, \({D}_{av}\) is the per capita water demand, and \({N}_{c}\) is the average number of customer connections in each DMA. The number of customer connections in each DMA is an ambiguous value; therefore, the number of DMAs formed is variable, and the effect of the number of DMAs on the results will be examined in Section 4.4. Additionally, node clustering is determined by node features, including location and demand features (Herrera et al. 2010). The location features contain the longitude, dimension, and altitude data, whereas the demand feature refers to the water demand of the nodes. These features are collected and aggregated for node clustering. Owing to the aggregation based on network-connection information, each node in the network creates a list of its neighbor nodes and stores it as a sparse adjacency matrix, which is used in the following steps.

Problem description

In this study, the partitioning of a WDN into DMAs is defined as an optimization problem that can be automatically solved using the model, and the definition of objectives directly affects the model results. Several studies have described the objectives of WNP (Brentan et al. 2018; Liu and Han 2018). Firstly, the internal stability of each DMA is the most important problem to be considered in WNP. Internal stability means that the features of nodes in each DMA maintain a high degree of correlation, such as longitude, latitude, and altitude. This can be interpreted as intra-area correlation facilitating intra-area management and reducing the difficulty and workload of subsequent water loss location. Secondly, the balance between areas should also be considered. The balance between areas mainly means that the water demand of each area should be kept close, which can optimize the number of DMAs, reduce the impact of WNP on the original water network, and facilitate the maintenance and detection of the water network. Finally, the original performance of the pipe network should not be ignored, and the WNP should not affect the daily water use of water units. In fact, due to the closure of some boundary pipe networks, the impact of DMAs was significant, which mainly refers to the decline of water node pressure head caused by the closure of boundary (Taha et al. 2021; Tiernan and Hodges 2022).

Problem formulation

An ideal model generally requires a lower average location difference (LocDiff) and total demand difference (DemDiff) between areas, and fewer boundary pipes, which facilitate subsequent management. Moreover, the network water pressure decreases after WNP because a part of the boundary pipes of the formed DMAs must be closed and valves must be installed. The pressure head of each demand node must be higher than the minimum pressure head to satisfy the daily water-pressure demand (Di Nardo et al. 2015). Therefore, the objectives and constraints of the model are as follows:

$$ \begin{array}{*{20}c} {\min LocDiff = \frac{1}{{N_{{DMAs}} }}\sum\nolimits_{{i = 1}}^{{N_{{DMAs}} }} {\left( {\frac{1}{{P_{i} }}\sum\nolimits_{{j = 1}}^{{P_{i} }} {\left( {\sqrt {\left( {L_{j} - \bar{L}} \right)^{2} } /\bar{L}} \right)} } \right)} } \\ \end{array} $$
(2)
$$ \begin{array}{*{20}c} {\min DemDiff = \frac{1}{{N_{{DMAs}} }}\sum\nolimits_{{i = 1}}^{{N_{{DMAs}} }} {\frac{{\sqrt {\left( {D_{i} - \bar{D}} \right)^{2} } }}{{\bar{D}}}} } \\ \end{array} $$
(3)
$$ \begin{array}{*{20}c} {{\mathbf{min}} N_{B} } \\ \end{array} $$
(4)
$$ \begin{array}{*{20}c} {{\mathbf{s}}.{\mathbf{t}}.{ } \forall h \ge h^{*} } \\ \end{array} $$
(5)

where \({N}_{DMAs}\) denotes the number of DMAs, \(P\) denotes the number of surrounding nodes, \(L\) denotes the location features, \(\overline{L }\) denotes the average location features, \(D\) denotes the total water demand of the DMA, \(\overline{D }\) denotes the average total water demand of the DMAs, \({N}_{B}\) is the number of boundary pipes, \(h\) is the pressure head, and \({h}^{*}\) is the minimum pressure head. The objectives and constraints of the model are set to realize an automatic clustering of demand nodes, which is implemented using the GANDMA method and divided into two steps in the clustering stage: feature aggregation and unsupervised clustering. Subsequently, in the division stage, the importance of the boundary pipes formed by clustering is calculated and used to evaluate the installation of flowmeters or valves.

Methodology

Method overview

In this study, the GANDMA method is used for WNP and maintains the daily operational status of the WDN. The method consists of three steps (Fig. 1). In the first step, feature sampling and aggregation are performed for each node (Section 3.2). In the second step, the aggregated node features are used for unsupervised clustering using a neural network (Section 3.3). Finally, the importance of the boundary pipes is calculated and used to determine whether they need to be closed (Section 3.4).

Fig. 1
figure 1

Steps adopted for partitioning water networks

figure a

Feature Aggregation

The water distribution network can be regarded as a graph, \({G}_{0},\) that contains several demand points and connection pipes. Each node adjacent to others through the pipes usually is similar in spatial position and water demand behavior (Zhang et al. 2021). Shorter pipes imply that two points have stronger similarities and are more suitable for division into a DMA (Giudicianni et al. 2018). Therefore, for a node \(i\) in the graph and the node \(j_{1} ,j_{2} , \ldots ,j_{K}\) connected to it through the pipes, the aggregation index \(\alpha \) between two nodes is based on the feature difference and pipe length. \(\alpha \) represents the degree of influence of node \(j\) on node \(i\). This process can be described by Eq. (6).

$$ \begin{array}{*{20}c} {\alpha_{ij} = \frac{{D_{j} \mathop \sum \nolimits_{f = 1}^{{N_{f} }} \left( {1/\sqrt {\left( {F_{i}^{f} - F_{j}^{f} } \right)^{2} + 1} } \right)}}{{\mathop \sum \nolimits_{k = 1}^{K + 1} \left( {D_{k} \mathop \sum \nolimits_{f = 1}^{{N_{f} }} \left( {1/\sqrt {\left( {F_{i}^{f} - F_{k}^{f} } \right)^{2} + 1} } \right)} \right)}}} \\ \end{array} $$
(6)

where \(D\) is water demand, \({N}_{f}\) is the type of feature, \(F\) is the feature of the node, and \(K\) is the number of surrounding nodes. The \(\alpha \) values of all nodes adjacent to node \(i\) and the \(i\) are calculated, and the features of the surrounding nodes are weighted and aggregated based on \(\alpha \) to realize the feature update of node \(i\). This process can be described by Eq. (7).

$$ \begin{array}{*{20}c} {F_{i}^{{\left( {0 + 1} \right)}} = \mathop \sum \limits_{k = 1}^{K + 1} \alpha_{ij} F_{k} } \\ \end{array} $$
(7)

The same operations are performed on all nodes in the network to make each of them aggregate the location features of its surrounding nodes, and these updated nodes form a new graph layer, \({G}_{1}\). We repeat this step \(r\) times to obtain the \(r\)-th layer graph, \({G}_{r},\) which implies each node in the graph contains the features of nodes adjacent to its \(r\)-order.

Unsupervised Clustering

The aggregated node location features are used for unsupervised clustering, and the process is automatically realized by a neural network, which includes the input, hidden, and output layers (Oyedele et al. 2021). The input layer contains the features of each node; the hidden layer contains several layers with several neurons; the output layer is the clustering result of nodes. The weight and bias of each neuron are optimized through training to satisfy the expected objective, which is to maintain the similarity of nodes located in each area and the balance of total water demand between areas (Eqs. 2 and 3). Training of the neural network is implemented using the chain derivative optimization rule under the PyTorch framework, and the step size of the optimization is set to 0.02. The structure of the neural network has a significant effect on unsupervised clustering, which manifests in the model efficiency and clustering results. More complex networks can achieve better results; however, the workforce under the same condition requires a longer running time. Therefore, the influence of the model layers and neural numbers on clustering is discussed in Section 4.2.

Boundary Division

The water demand nodes are clustered into several areas, and each area has multiple pipe connections to others on the boundary. These boundary pipes were equipped with flowmeters or valves to facilitate management. The installation of flowmeters is costly, and the installation of valves prevents the flow of water and worsens water quality by extending its age (Herrera et al. 2016). Todini et al. proposed the use of resilience index \(({I}_{r})\) to evaluate the comprehensive impact of valve installation on daily network operation (Todini 2000). This is widely used to evaluate network reliability in the event of an emergency and can be expressed as follows:

$$ \begin{array}{*{20}c} {I_{r} = \frac{{\mathop \sum \nolimits_{i = 1}^{{n_{n} }} Q_{i} \left( {h_{i} - h^{*} } \right)}}{{\mathop \sum \nolimits_{r = 1}^{{n_{r} }} Q_{r} H_{r} - \mathop \sum \nolimits_{i = 1}^{{n_{n} }} Q_{i} h^{*} }}} \\ \end{array} $$
(8)

where \(n_{n}\) and \(n_{r}\) are the numbers of demand nodes and reservoirs, \(Q\) and \(h\) are the water demand and pressure head, respectively; and \(h^{*}\) is the design minimum pressure head. The GANDMA method is used to evaluate the importance and influence of boundary pipes, which in turn is based on \(\alpha\) and distance \(Dt\) of the surrounding node, and can be described as the influence degree and scope index as follows:

$$ \begin{array}{*{20}c} {I_{{ids}} = \sum\nolimits_{{i = 1}}^{{N_{s} }} {\sum\nolimits_{{j = 1}}^{{K_{i} }} {\frac{{\alpha _{{ij}} }}{{Dt_{i} }}} } } \\ \end{array} $$
(9)

where \(N_{s}\) denotes the number of selected nodes. A higher \({I}_{ids}\) indicates the boundary pipe has a higher impact on areas on both sides; therefore, the pipe is not suitable for closure and the installation of a flowmeter should be prioritized. Conversely, valves should be installed in boundary pipes with lower \({I}_{ids}\). Furthermore, the influence of different flowmeter and valve ratios in the network is evaluated, as described in Section 4.6.

Experiment and Evaluation

Description of the data

GANDMA was used in three WDNs with different sizes and network structures: Hanoi, C-town, and E-town (Pesantez et al. 2019), which represent small, medium, and large WDNs, respectively (Fig. 2). The Hanoi network is a part of the total Hanoi water distribution network, which transports water by gravity and consists of one water source, 31 water demand nodes, and 50 pipes. The C-town network was proposed in the Battle of Water Calibration Networks and imitates a real medium-sized water distribution network consisting of one water source, 388 water demand nodes, and 429 pipes. The E-town network is a large water distribution network for supplying water to 400,000 people. It consists of five water sources, 11,063 water demand nodes, and 13,896 pipes. The features of each water demand node and the connection between pipes in the three networks were recorded and used to cluster and divide the networks. These features include spatial location and water demand.

Fig. 2
figure 2

Water distribution networks of Hanoi (upper left), C-town (lower left), and E-town (right)

Determination of network structure

The structure of a neural network directly affects the efficiency and results of the node clustering. Generally, a more complex network can achieve better results; however, a workforce under the same conditions requires a longer running time. This study analyzed the influence of different network layers and numbers of neurons in each layer on the final results. The effect was measured using LocDiff and DemDiff. Fig. 3 shows that under the 100 training epochs, the structure with two layers and 20 neurons in each layer achieved the best effect; the LocDiff and DemDiff were 0.07 and 0.31, respectively, which are in line with the expected results (Alvisi and Franchini 2014). Therefore, this structure was used in the clustering of demand nodes. A further analysis showed that the largest difference was more than 15% based on the different models, which indicates the model structure has a significant impact on node clustering (Table 1).

Fig. 3
figure 3

Grid-search results based on model effectiveness for the number of neural network layers and neurons in each layer

Performance of node clustering

The GANDMA method was applied to the cluster nodes of three independent WDNs, and the clustering results were evaluated using LocDiffs and DemDiffs (Fig. 4). First, the number of DMAs in the three networks were determined to be 4, 7, and 160, and the aggregation range was 5 (the influence of the number of DMAs and aggregation range on the results will be discussed in Sections 4.4 and 4.5). The neural network structure was then used to cluster the demand nodes. Table 2 shows the GANDMA method’s excellent performance for all network sizes. For the Hanoi network, the LocDiff and DemDiff values were 0.12 and 0.13, respectively; for the C-town network, the LocDiff and DemDiff values were 0.07 and 0.27, respectively; and for the E-town network, the LocDiff and DemDiff values were 0.06 and 0.29, respectively. Compared to the K-means and spectral graph methods (Wu et al. 2016), the GANDMA method significantly enhanced the similarity of nodes located in each area and maintained the balance of total water demand between areas. Compared to the K-means method, the average LocDiff and DemDiff values in the three areas formed using the GANDMA method decreased by 6% and 55%, respectively. Compared to the spectral graph method, the average LocDiff and DemDiff values decreased by 3% and 36%, respectively. This is because the GANDMA method allows each node to include the location features of multiple nearby nodes by aggregation, and the new graph formed by these multi-information nodes significantly enriches the information from the original graph. Subsequently, the neural network was used for automatic clustering to address the limitation of the traditional method, which is only suitable for single-objective clustering with low-dimensional information. It realizes multi-objective node clustering with a high stability. The GANDMA method achieved a balance of water demand between areas by maintaining similar node location features within each area.

Fig. 4
figure 4

Clustering results of Hanoi (upper left), C-town (lower left), and E-town (right)

Table 1 Description of the data
Table 2 Performance of node clustering with different methods in three networks

Influence of number of DMAs

This study evaluated the influence of the number of DMAs on clustering results (Fig. 5). The C-town and E-town networks were used for this purpose because the Hanoi network is small and the allowable number of DMAs is limited. For C-town, LocDiffs and DemDiffs were recorded when the demand nodes were clustered into 3–11 DMAs. Table 3 shows that with an increase in the number of DMAs, the LocDiff gradually decreased and stabilized at approximately 0.07 when the number of DMAs was more than seven. Additionally, the DemDiff gradually decreased and stabilized at approximately 0.32 when the number of DMAs was more than eight. After a comprehensive consideration, the most appropriate number of DMAs was chosen to be seven (LocDiff = 0.07, DemDiff = 0.32, and \({N}_{B}\)= 22). While the results of E-town were similar to that of C-town, the DemDiff gradually decreased and stabilized at approximately 0.06 when the DMA was more than 160, and at approximately 0.39 when the DMA number was more than 170. After a comprehensive consideration, 160 was chosen as the most appropriate number of DMAs for E-town (LocDiff = 0.06, DemDiff = 0.40, and \({N}_{B}\)= 1348). The results of C-town and E-town show that each DMA should connect 2000–2500 consumers as the optimal choice, although this is based on the limited experimental data quantity. This indicates that an appropriately sized DMA optimizes the integral properties of the network and prevents the negative effects of numerous boundary pipes on subsequent divisions (Morrison et al. 2007).

Fig. 5
figure 5

Influence of number of DMAs on LocDiff, DemDiff, and boundary pipe’ number in the networks of Hanoi (left), C-town (middle), and E-town (right).

Table 3 Effect of number of DMAs on clustering results (aggregation range is set to 0)

Influence of aggregation range

The influence of aggregation range on clustering was evaluated (Fig. 6). A significant characteristic of the GANDMA method is that it allows each node to aggregate the features of its neighbors; this step was repeated several times to make each node aggregate the features of its multi-order neighbors. Thus, the effect of the aggregation range in the GANDMA method is significant and should be evaluated. For the three networks, the DMA numbers were set to 4, 7, and 160, respectively. The aggregation ranges were set to 1–8 to study the changes in clustering results following the changes in aggregation range. Table 4 shows that for the Hanoi network, both LocDiff and DemDiff values first decrease and remain stable with the increase in the aggregation range; the optimal LocDiff and DemDiff values were obtained in the aggregation ranges 4 and 5. An aggregation range of five is considered the most appropriate choice (LocDiff = 0.12, DemDiff = 0.13, and \({N}_{B}\)= 5). Similarly, in C-town and E-town, both LocDiffs and DemDiffs first decrease and remain stable. After a comprehensive consideration, the optimal aggregation range of C-town is five (LocDiff = 0.07, DemDiff = 0.27, and \({N}_{B}\)= 22), and that of E-town is also five (LocDiff = 0.06, DemDiff = 0.29, and \({N}_{B}\)= 1,126). The results indicate that the optimal aggregation range of the GANDMA method is always five. This is because an extremely small aggregation range makes it difficult to aggregate the features of the surrounding nodes; however, an excessively large aggregation range leads to similar features of irrelevant nodes, blurring the boundaries of clustering (Hamilton et al. 2017).

Fig. 6
figure 6

Influence of aggregation range on LocDiff, DemDiff, and boundary pipe number in the networks of Hanoi (left), C-town (middle), and E-town (right).

Table 4 Effect of aggregation range on clustering results (DMA numbers to 4, 7, and 160)

Performance of boundary division

The clustering stage refers to clustering the demand nodes into some areas, and the division stage refers to the installation of flowmeters or valves in the boundary pipes of the areas to form DMAs. The locations of the flowmeters and valve installations directly affect the actual operating capacity of the DMAs (Di Nardo et al. 2014). The GANDMA method determines a location for installing flowmeters and valves by evaluating the importance of boundary pipes; a flowmeter is preferentially installed at an important boundary. The importance of the boundary pipes of the three networks was evaluated (Fig. 7). The unimportant boundary pipes were closed successively, and the variation rule of the \({I}_{r}\) was recorded and analyzed.

Fig. 7
figure 7

The result of influence calculation of boundary pipes for C-town

These simulations are performed in EPANET, the water level of the tank must be equal to or higher than the initial water level at the end of the simulation. If the water level is extremely low, a discarded solution is not required; however, pump or valve controls must be adjusted to maintain the water level (Herrera et al. 2010). The results show that when 40% of the boundary pipes of each DMA were closed in Hanoi, the pressure heads \(h\) of the 100% water demand nodes were at a reasonable level, and the \({I}_{r}\) of the network was 0.35. When the same proportion of pipes was closed in C-town and E-town, the pressure heads \(h\) of 97% and 95% of demand nodes were at a reasonable level, and the \({I}_{r}\) of networks were 0.37 and 0.41, respectively. Therefore, a 40% closure of boundary pipes is suitable for most networks. Compared to the heuristic method (Zhang et al. 2017), the GANDMA method reduced the damage of \({I}_{r}\) by 17.1% when 40% of the boundary pipe network of each DMA was closed. Notably, the GANDMA method clarifies the sequence of closing boundary pipes, prevents the rationality loss of previous methods and provides a foundation for dynamic boundary control.

Study implications

Clustering of demand nodes and division of boundary pipes to form DMAs is an effective method for managing WDNs (Charalambous 2008). Therefore, this study employs a deep learning method to optimize the DMAs construction and proposes a network distribution method based on GANDMA for clustering demand nodes and determining the importance of boundary pipes. Specifically, a reasonable clustering is critical and some boundary pipes should be shut down for the overall management because the demand node features are diverse and the connections between nodes are complex. Moreover, a clear evaluative criterion and selection of closed pipes for the establishment of DMAs are indispensable (Brentan et al. 2017). GANDMA aggregated the location feature for each node based on the connection between pipes, and the features were input into the neural network for an automatic clustering to ensure the similarity of nodes located in each area and the balance of total water demand between areas. The importance of the boundary pipes after clustering was evaluated, and unimportant pipes were prioritized for closure. The GANDMA-based node clustering and boundary-division method not only realizes automated WNP with a high reliability but also realizes the importance of boundary pipe evaluation. This addresses a limitation of the traditional method: it does not provide a basis for the opening and closing of boundary pipes. Moreover, it provides reliable conditions for the subsequent dynamic control of DMAs (Giudicianni et al. 2020). In practical application, the structure of the water network and the features of the demand nodes are recorded as data, and the suitable positions of the valve installation are simulated by computer. The workers will install valves or flowmeters to realize partition control of the water network.

Conclusion

WNP to form DMAs is an effective method of water distribution network management, and the rationality of node clustering and division of boundary pipes directly affects the daily operations of DMAs. However, its implementation is difficult because of the diversity of node features and the complexity of the connections between nodes. Therefore, we proposed the GANDMA method to achieve an automatic and reasonable clustering of water demand nodes and discover the importance of evaluating and dividing boundary pipes. The main conclusions are as follows:

  • The GANDMA method effectively aggregated the features of demand nodes in water distribution networks and realized automatic node clustering. Experiments on three networks show that the average LocDiff and DemDiff values are 0.08 and 0.23, respectively, which are, respectively, 6% and 55% lower than those of the traditional clustering method.

  • The effects of the number of DMAs and the aggregation range of the GANDMA method in the clustering stage were evaluated, and the results showed that both had a significant impact on LocDiff and DemDiff. The clustering result was optimal when the number of connected populations was approximately 2500 in each DMA, and the appropriate aggregation range was five.

  • In the division stage, the experimental results showed that the GANDMA method is effective and objectively provides the order of importance of boundary pipes. When 40% of the relatively unimportant pipe were closed, the \({I}_{r}\) decreased by 11.9% on an average, and 97% of the demand points satisfied the lowest pressure head. Compared to the traditional method, the GANDMA method reduced the impact of the network by 17.1%.

Although GANDMA performs well in WNP, some problems remain unresolved. Similar to the traditional models, the GANDMA model realizes water network partitioning by clustering and dividing in two stages, which reduces the search range of the optimal solution. Therefore, future studies should focus on the development of a one-step water network-partitioning method. Moreover, a few dynamic DMAs exist. GANDMA's boundary-importance evaluation provides a basis for setting dynamic DMAs, and this should be explored further in the future.