-
Notifications
You must be signed in to change notification settings - Fork 845
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
Fix CFL Turbulence reduction option for adaptive cfl #2295
Conversation
Extend the Turbulence CFL reduction option, such that it will be available when using the adaptive CFL
Thanks for the contribution, add yourself to AUTHORS.md please. |
Please check and update the regression tests before merging. |
I am having trouble with local regression testing. When running regression tests locally on my computer following instructions in the documentation many tests fail, including ones that seem to pass when attempting to upload. I seem to be missing something.. |
The test values are sensitive to compiler versions and options. |
There is one case that has different residuals, the Jones turbocharger case. The other case is a know problem that is fixed in another PR. |
The jones_turbocharger_restart case was set to use adaptive CFL coupled with CFL turbulence Reduction thus changes in the results are expected , I ran the case a few thousand steps and the case seems to converge. Therefore I am allowing myself to change test results leaving the configuration setting as is. |
We are wondering what the status with the merge request is. Am I supposed to do something more? is it just waiting for an additional review? Additionally, we have many more proposed modifications, we have worked on, adding robustness to the existing turbulence models. It is expected, many of these changes will effect the test cases behaviour, are there any guidelines how to compile the code to run the full set of tests locally, or should I just open pull requests, and base upon the github test results? I am sorry if I may be asking the obvious, but I am new to contributing to open code.. |
The PR is approved. Do you see a button saying "Merge pull request"? |
Added Myself and Dr Yair Mor-Yossef as Authors per request
Thank you |
It should be below this message,You should see the list of 'things that need to be green': Changes Approved, Conversations resolved, and then Checks passed. At the moment I am writing this, the checks are still running. Below the Checks you should see the button "Squash and Merge". Once all checks have passed, you can press that button. |
I"m not sure what I"m missing here, All the tests have past but no such button seems to exist anywhere.. |
Proposed Changes
Extend the Turbulence CFL reduction option, such that it can be used for adaptive CFL too.
Turbulence cfl reduction was previously implemented only for a constant cfl, here the treatment is extended also for adaptive cfl.
Related Work
Resolve any issues (bug fix or feature request), note any related PRs, or mention interactions with the work of others, if any.
PR Checklist
Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.
pre-commit run --all
to format old commits.