Next Article in Journal
Interpretable Sewer Defect Detection with Large Multimodal Models
Previous Article in Journal
Decarbonizing Pakistan’s Cement Sector: The Role of Carbon Capture and Storage (CCS) Technologies
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Review of Reduced-Order Models for Online Protection of Water Distribution Networks †

1
INRAE, AQUA Division, UR ETTIS, 50 Av. de Verdun, F-33612 Cestas, France
2
CNAM, M2N, F-75003 Paris, France
3
School of Architecture and Civil Engineering, University of Adelaide, Adelaide, SA 5005, Australia
*
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), 159; https://doi.org/10.3390/engproc2024069159
Published: 19 September 2024

Abstract

:
This paper presents a review of reduced-order models (ROMs) and digital twins, with a primary focus on their application to water distribution networks (WDNs). Initially, we concentrated on the physical modelling of WDNs. Following this, we introduced relevant programming, specifically addressing WDNs and solving equations for extended-period simulations. This paper then explored various ROM methods outlined in the existing literature. Lastly, we highlighted recent initiatives in the implementation of digital twins and approaches aimed at reducing uncertainty.

1. Introduction

The protection of WDNs is becoming increasingly important due to climate change and its impacts, such as water scarcity. Consequently, WDN modelling has become a critical issue to protect them against threats and detect anomalies in real time. Given the complexity of common urban water networks, it is costly to use hydraulic solvers to address optimization problems. To overcome this challenge, we are seeking to develop reduced models and integrate them with real-time network data in order to enhance the security and resilience of water infrastructure.
In this review article, initially, we described the physical modelling of WDNs and introduced some hydraulic simulation software packages, and then we presented some ROM methods. Finally, we highlighted recent efforts to deploy digital twins.

2. Mathematical Modelling

The hydraulic model of interest in this review is based on the Saint-Venant equations, assuming that the flow is one-dimensional and incompressible. This model is made of two equations: the first expresses the conservation of mass, the second the conservation of momentum. The flow is incompressible, as we are assuming a rigid water column, with negligible pressure and volume variations. The system can be written in the following form:
q x = 0 q t + g A h x = - g A ξ x q
where h is the piezometric head, q is the flow rate, A is the cross-sectional area of the pipe, g is the acceleration of gravity, c is the pressure wave velocity, and ξ x q is the head loss function.

3. Tools

  • PORTEAU (version 4): this is a modelling software developed by the French National Research Institute for Agriculture, Food and the Environment (INRAE) for managing, sizing WDNs and simulating the behaviour of pressurized water distribution or transportation networks [1]. PORTEAU is a robust piece of software, although it lacks real-time engine functionality.
  • EPANET (version 2.2): this is another hydraulic simulation software developed by the US Environmental Protection Agency (EPA). An extension of EPANET called EPANET RTX includes real-time analysis for the modelling of WDNs [2].
Given Python’s top position in the PYPL rankings, a Python interface “OOPNET” [3] has been developed to read, manipulate and simulate EPANET input files. The modular nature of OOPNET’s object-oriented programming means that users can incorporate new features, test and evaluate them without having to rewrite all of the code, making integration and development easier.

4. Methods

4.1. WDN Simplification and Model Reduction

This approach reduces the dimension of a system of nonlinear equations describing WDNs. It can be summarized in the following steps: formulate the complete nonlinear model, linearize this model, reduce the linear model using the Gauss elimination procedure, and retrieve a reduced nonlinear model from the reduced linear model. An extension of this algorithm has been proposed to incorporate energy aspects and to fulfil the requirements of the online optimisation strategy for energy management and leakage control in WDNs [4].

4.2. Graph Decomposition

  • FCPA (Forest-Core Partitioning Algorithm): this method shows that the linear (treed) components of the system are associated with the graph’s forest and the non-linear (looped) portion to the core. Indeed, it isolates the forest from the core facilitating thereby allowing separate resolution of linear and non-linear components of the problem using appropriate methods [5].
  • GMPA (Graph Matrix Partitioning Algorithm): this approach is based on FCPA, where it initially separates the forest from the core. Following this, it reduces the dimension of the core by identifying supernodes and superlinks. Finally, the resolution of non-linear components is carried out in this subgraph, which exclusively contains the supernodes and superlinks [6]. Figure 1 shows the decomposition of the graph using the GMPA algorithm and the interface provided by OOPNET.
  • Simplified model for pressure control: the objective of this approach is to establish a reduced model for estimating pressure measurements in a multiple-input WDN, which is divided into two sets of vertices, one for the inputs and the other for the other vertices. This method is based on input pressure adjustment for a target node pressure value according to the total network demand [7].

4.3. Complex System Analysis and Metamodels

  • Proper Orthogonal Decomposition methods (POD): Braun [8] proposed a first application of the projection-based POD method to the hydraulic equations of a WDN and showed that POD is efficient because it preserves the physical information of the hydraulic equations through the Galerkin projection. In addition, the possible dimensional reduction in the degrees of freedom of the system results in an increase in performance for solving the non-linear set of equations. However, the gain in execution time is small, as the matrices concerned lose their sparsity.
  • Graph neural network metamodel: machine and deep learning approaches to estimate water network behaviour are based on the collection of data that will be processed using techniques such as auto-encoders to extract the most important data, thereby significantly reducing the dimensionality of the system. Zanfei et al. [9] proposed a metamodel based on a graphical learning approach to calculate pressure and flow and to support the calibration of the water network model, which directly deals with uncertainty by transferring it from the available data to the metamodel.
  • Complex Network Analysis approach (CNA): is one of the methods used for order reduction based on identifying parts of the network that have less impact on overall performance. By analysing some network properties, we can identify pipes or nodes that can be aggregated or neglected without compromising the accuracy of the model. Therefore, CNA can also be applied as an optimisation procedure for real and very large WDS with a reduced computational effort compared to evolutionary optimisation methods [10].

5. Digital Twin

The need for protection, risk assessment and remote control has given rise to a great deal of research, which has led to the digital representation of systems such as WDNs, providing a detailed view of the situation, using measurements and observations from equipment including sensors, controllers and actuators that are reported and assimilated in real time in order to observe and control pressures, flows and water quality; predict hydraulic behaviour by simulating scenarios; and optimise the operations. As with any numerical application, digital twins can involve uncertainties, whether related to the input data or to the results of the calculations. To validate them, it is essential to quantify these uncertainties and analyse their propagation.

6. Conclusions

The idea behind this review was to develop a digital twin of WDN, built on a reduced-order model that is connected to online data and has a feedback loop to control and adapt the system for sustainable and resilient decision-making. These approaches are designed to reduce both the computational time and cost required.

Author Contributions

Supervision O.P., T.H., C.M.; conceptualization and methodology, all authors; software and investigation, C.D.; validation, O.P., T.H., C.M. and I.M.; original draft preparation, C.D.; writing—review and editing, all; funding acquisition, O.P. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the French National Research Agency, grant number ANR-22-CE39-0010, project CoRREau (from 2024 to 2027).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors on request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Piller, O.; Gilbert, D.; Haddane, K.; Sabatié, S. Porteau: An Object-Oriented Programming hydraulic toolkit for WDS analysis. In Proceedings of the CCWI Conference, Exeter, UK, 5–7 September 2011; pp. 27–32. [Google Scholar]
  2. Rossman, L.; Woo, H.; Tryby, M.; Shang, F.; Janke, R.; Haxton, T. EPANET 2.2 User Manual; EPA/600/R-20/133; U.S. EPA: Washington, DC, USA, 2020; p. 176.
  3. Steffelbauer, D.; Fuchs-Hanusch, D. OOPNET: An object-oriented EPANET in Python. Proc. Eng. 2015, 119, 710–718. [Google Scholar] [CrossRef]
  4. Paluszczyszyn, D.; Skworcow, P.; Ulanicki, B. Online simplification of water distribution network models for optimal scheduling. J. Hydroinform. 2013, 15, 652–665. [Google Scholar] [CrossRef]
  5. Simpson, A.R.; Elhay, S.; Alexander, B. Forest-Core Partitioning Algorithm for Speeding up Analysis of Water Distribution Systems. J. Water Resour. Plann. Manag. 2014, 140, 435–443. [Google Scholar]
  6. Deuerlein, J.; Elhay, S.; Simpson, A.R. Fast Graph Matrix Partitioning Algorithm for Solving the Water Distribution System Equations. J. Water Resour. Plann. Manag. 2016, 142, 04015037. [Google Scholar] [CrossRef]
  7. Jensen, T.N.; Kallesøe, C.S.; Bendtse, J.D.; Wisniewski, R. Plug-and-play Commissionable Models for Water Networks with Multiple Inlets. In Proceedings of the 2018 European Control Conference (ECC), Limassol, Cyprus, 12–15 June 2018; pp. 1–6. [Google Scholar]
  8. Braun, M. Reduced Order Modelling and Uncertainty Propagation Applied to WDNs. Applied Mathematics. PhD Thesis, Université de Bordeaux, Bordeaux, France, 2019. [Google Scholar]
  9. Zanfei, A.; Menapace, A.; Brentan, B.M.; Sitzenfrei, R.; Herrera, M. Shall we always use hydraulic models? A graph neural network metamodel for water system calibration and uncertainty assessment. Water Res. 2023, 242, 120264. [Google Scholar] [CrossRef] [PubMed]
  10. Sitzenfrei, R.; Wang, Q.; Kapelan, Z.; Savić, D. Using Complex Network Analysis for Optimization of Water Distribution Networks. Water Resour. Res. 2020, 56, e2020WR027929. [Google Scholar] [CrossRef] [PubMed]
Figure 1. This illustration shows the implementation of the GMPA algorithm [6] through the OOPNET interface. This interface reads an .INP file and converts it into an object that can be manipulated by the Python libraries.
Figure 1. This illustration shows the implementation of the GMPA algorithm [6] through the OOPNET interface. This interface reads an .INP file and converts it into an object that can be manipulated by the Python libraries.
Engproc 69 00159 g001
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Djemel, C.; Piller, O.; Horsin, T.; Mimeau, C.; Mortazavi, I. Review of Reduced-Order Models for Online Protection of Water Distribution Networks. Eng. Proc. 2024, 69, 159. https://doi.org/10.3390/engproc2024069159

AMA Style

Djemel C, Piller O, Horsin T, Mimeau C, Mortazavi I. Review of Reduced-Order Models for Online Protection of Water Distribution Networks. Engineering Proceedings. 2024; 69(1):159. https://doi.org/10.3390/engproc2024069159

Chicago/Turabian Style

Djemel, Cheima, Olivier Piller, Thierry Horsin, Chloé Mimeau, and Iraj Mortazavi. 2024. "Review of Reduced-Order Models for Online Protection of Water Distribution Networks" Engineering Proceedings 69, no. 1: 159. https://doi.org/10.3390/engproc2024069159

Article Metrics

Back to TopTop