|
EPANET
3.0
EPANET Development Project
|
A demand model where demand is a logistic function of pressure. More...
#include <demandmodel.h>
Public Member Functions | |
| LogisticDemandModel (double expon_) | |
| Logistic Demand Model. | |
| double | findDemand (Junction *junc, double p, double &dqdh) |
| Finds demand flow and its derivative as a function of head. | |
Public Member Functions inherited from DemandModel | |
| DemandModel (double expon_) | |
| virtual bool | isPressureDeficient (Junction *junc) |
| Changes fixed grade status depending on pressure deficit. | |
Additional Inherited Members | |
Static Public Member Functions inherited from DemandModel | |
| static DemandModel * | factory (const std::string model, double expon_) |
Protected Attributes inherited from DemandModel | |
| double | expon |
A demand model where demand is a logistic function of pressure.
1.8.11