From cc174fc0ae94b90959e845277ee14f67661156dc Mon Sep 17 00:00:00 2001 From: "Demetrios G. Eliades" Date: Tue, 30 May 2023 17:12:56 +0300 Subject: [PATCH] Update paper.md --- paper/paper.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paper/paper.md b/paper/paper.md index f54535f..c854f4f 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -133,7 +133,10 @@ G.plot_ts( X=hrs_time, ![Flow links.\label{fig:fig1}](figures/paper_flows.png){ width=75% } The user can unload the EPANET dynamic library from Python memory, using the `G.unload()` method. + + # Use case: Computing pressure bounds for leakage detection + A more advanced example is provided below, for designing a simple leakage detection algorithm for the `Net2` benchmark network. The goal is to generate pressure bounds (i.e., the upper and lower levels of pressure expected at every time instance, given the uncertainties) in order to be able to detect changes when these bounds are violated by the measurements of pressure sensors. ```python