-
Notifications
You must be signed in to change notification settings - Fork 950
Fixing relaxation factor for conserved turbulent variables in SST model#2728
Fixing relaxation factor for conserved turbulent variables in SST model#2728pcarruscag merged 3 commits intosu2code:developfrom
Conversation
Proposed Changes
This fixes an issue introduced in #2525 where the under-relaxation factors for
Since the update for
This is particularly relevant to incompressible flow, such as the steam periodic flow tutorial case, where the density is several orders of magnitude. The consequence of this issue was a stalled convergence of the turbulence variables as discussed in #2594.
This issue did not affect problems using the SA model, which doesn't use a conserved quantity in its formulation, or where the normalized density is near unity.
Related Work
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.
- I am submitting my contribution to the develop branch.
- My contribution generates no new compiler warnings (try with --warnlevel=3 when using meson).
- My contribution is commented and consistent with SU2 style (https://su2code.github.io/docs_v7/Style-Guide/).
- I used the pre-commit hook to prevent dirty commits and used
pre-commit run --allto format old commits. -
I have added a test case that demonstrates my contribution, if necessary. -
I have updated appropriate documentation (Tutorials, Docs Page, config_template.cpp), if necessary.
pcarruscag
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thanks! Can you update the residual values in the Testcases/*.py regression files with the new values as reported above in the failed regression tests? |