Draft
Conversation
d6647af to
06bc635
Compare
…function to improve modularity. Introduces the option to specify the Manning friction coefficient 'n' or the Strickler coefficient 'M' (M = 1/n), providing more flexibility for model configuration. Simplifies the channel bed slope definition by replacing separate inlet and outlet bed elevations with a single total elevation difference 'H'.
06bc635 to
7f62d43
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an experiment. The existing OpenChannel model was basically broken. So I used copilot to come up with an alternative. The result seems to work and is much simpler in its implementation then the old KP function based one (which was one of the instructions given).
Things that still need to be done is to investigate for unnecessary "slop" and how it can be integrated with the rest of the library better. For example should the embedded function be isolated. At the same time one should possibly make the configuration of the friction coefficients similar versatile like in the current pipe model (i.e., choice of n_manning, m_manning, p_eps)