Note: This is documentation for version 4.3 of Source. For a different version of Source, select the relevant space by using the Spaces menu in the toolbar above
Constraints and Ordering Phases
The order phase comprises of the following steps.
- Process Water Users:
- For each Water User (can be done in parallel - see scenario options):
- Calculate and distribute the demands of each Water user
- For each Water User (can be done in parallel - see scenario options):
- Constraint phase:
- Traverse the network from leaf node to ode to leaf node (up the network):
- Calculate minimum and maximum constraints at each element and pass the constraints downstream
- Traverse the network from leaf node to ode to leaf node (up the network):
- Ordering phase:
- Network traversing from outlet node to leaf node (up the network):
- Calculate regulated orders and pass upstream
- Calculate off allocation orders and pass upstream
- Network traversing from outlet node to leaf node (up the network):
Refer to rules-based ordering for details.