|
EPANET
3.0
EPANET Development Project
|
Pipe leakage is computed using an orifice equation where the leak area is a function of pipe pressure. More...
#include <leakagemodel.h>
Public Member Functions | |
| FavadLeakageModel (const double ucfLength_) | |
| double | findFlow (double area, double m, double length, double h, double &dqdh) |
Additional Inherited Members | |
Static Public Member Functions inherited from LeakageModel | |
| static LeakageModel * | factory (const std::string model, const double ucfLength_, const double ucfFlow_) |
Protected Attributes inherited from LeakageModel | |
| double | lengthUcf |
| double | flowUcf |
Pipe leakage is computed using an orifice equation where the leak area is a function of pipe pressure.
1.8.11