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. | |
![]() | |
DemandModel (double expon_) | |
virtual bool | isPressureDeficient (Junction *junc) |
Changes fixed grade status depending on pressure deficit. | |
Additional Inherited Members | |
![]() | |
static DemandModel * | factory (const std::string model, double expon_) |
![]() | |
double | expon |
A demand model where demand is a logistic function of pressure.