public enum CouplingFlowType| WaterLevel | 0 | Inflow that comes from a standard link |
| InflowBoundaries | 1 | Inflow occuring at ends of reaches |
| InnerNode | 2 | Inflow occuring in a single grid point inside a reach |
| Reaches | 3 |
Inflow occuring along the reach
For example, could come from lateral links or fromm the river banks. |
| ExternalStructures | 4 | Inflow at structure coupling links (weir link, pump link) |
| DivertedRunOff | 5 | Runoff that could not enter a 1d network, and it is diverted to the surface in a SourceLink |
| DaCorrection | 6 | |
| Undefined | -1 | Undefined |
| IsOneOf |
Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions) |