EPANET  3.0
EPANET Development Project
Public Member Functions | List of all members
LogisticDemandModel Class Reference

A demand model where demand is a logistic function of pressure. More...

#include <demandmodel.h>

Inheritance diagram for LogisticDemandModel:
DemandModel

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 DemandModelfactory (const std::string model, double expon_)
 
- Protected Attributes inherited from DemandModel
double expon
 

Detailed Description

A demand model where demand is a logistic function of pressure.


The documentation for this class was generated from the following files: