Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow one-directional outflow to LevelBoundary (#327)
This came up in a model from @d2hydro (d2hydro/lhm-ribasim#5 (comment)). FractionalFlow, FlowBoundary and TabulatedRatingCurve should be able to flow out into a LevelBoundary. This is slightly odd since in these cases the level of the level boundary does not matter, since the flow is always into the LevelBoundary as determined by the other side. So using a Terminal might make more sense there. Still, validation shouldn't block this since you may want a single boundary node that connects to multiple node types, some directed like this, some with resistance for which you need a level.
- Loading branch information