Lew Rossman
Lew Rossman
While this issue is not directly related to this code repository I wasn't sure where else to raise it. The OWA intro web page at [http://wateranalytics.org](http://wateranalytics.org) has some broken links...
Pipe leakage is typically modeled with an emitter at a node, using a power relationship between leakage flow rate and pressure. An issue arises in assigning meaningful values to the...
Todini et al. (J. Hydroinformatics, 24:697, 2022) showed improved performance of EPANET for demands under Pressure Dependent Analysis (PDA) when continuous barrier functions were added to the inverted demand function...
As noted recently on the [Open SWMM Knowledge Base,](https://www.openswmm.org/Topic/35167/inconsistent-results-when-modelling-ellipse-conduits) SWMM produces inconsistent results for custom sized elliptical pipes. The problem stems from it using incorrect equations for the pipe's full...
Line 545 in the modHorton_getInfil() function of infil.c should be changed from ``` if ( infil->Fmax > 0.0 ) infil->Fe = MAX(infil->Fe, infil->Fmax); ``` to ``` if ( infil->Fmax >...
We want the existing EPA EPANET GUI to work with the dev branch (2.3) and its input files. However when the newly added "Emitter Backflow" option keyword appears in an...
Toolkit functions such as `EN_getnodeid`, `EN_getlinkid`, etc., and `EN_getcomment `are potentially unsafe because they use `strcpy `to copy an object's ID or comment into an output string passed into the...