EPANET
3.0
EPANET Development Project
|
Describes the DemandModel class and its sub-classes. More...
#include <string>
Go to the source code of this file.
Classes | |
class | DemandModel |
The interface for a pressure-dependent demand model. More... | |
class | FixedDemandModel |
A demand model where demands are fixed independent of pressure. More... | |
class | ConstrainedDemandModel |
A demand model where demands are reduced based on available pressure. More... | |
class | PowerDemandModel |
A demand model where demand varies as a power function of pressure. More... | |
class | LogisticDemandModel |
A demand model where demand is a logistic function of pressure. More... | |
Describes the DemandModel class and its sub-classes.