SourceType#
module wntr.epanet.util
- class SourceType[source]#
Bases:
Enum
What type of EPANET Chemical source is used.
Enum Members
Concentration – cannot be used at nodes with non-zero demand.
Mass – mass per minute injection. Can be used at any node.
Setpoint – force node quality to be a certain concentration.
Flow paced – set variable mass injection based on flow.
- Concen = 0#
- FlowPaced = 3#
- Mass = 1#
- Setpoint = 2#