-
Notifications
You must be signed in to change notification settings - Fork 101
Improve Robustness of Immersed Forcing Wall Function and Method #1770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
do you have a test you want to add to this? Also there are a lot of tests that still use |
This works with the existing tests. We just modified how the wall function got evaluated. I will update the refMOL part. |
|
I see diffs in the test but nothing I would not expect from these changes. |
|
Just for posterity, these are the diffs I see: |
Summary
In this PR, we make several changes to the immersed forcing method to improve robustness and also improve the accuracy of the wall function.
The time step of immersed forcing simulations are much higher now when we have multiple refinement levels. It is also possible to have terrain touch the outer x and y boundaries without worrying about time step reduction.
Please check the type of change introduced:
Additional background
The existing regression tests and unit tests will be sufficient.
Issue Number: