-
Notifications
You must be signed in to change notification settings - Fork 911
Adding new roughness boundary conditions for SST #2573
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
|
Thanks for the contribution! Can you add the new config options to config_template.cfg and add the flat plate setup? You can add the .cfg file to this PR, and the mesh and a converged restart file to a PR for the TestCases repository. |
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.
Add a testcase please, something of verification quality, are there known results from literature for flatplates?
Thanks for the reply. I added just one entry to select the boundary condition at the wall, which is "ROUGHSST_OPTIONS", since surface roughness is specified using the existing entry "WALL_ROUGHNESS". As shown in the document attached to the PR, the present test case is the NASA ZPG Flat Plate test case with the addition of surface roughness to verify the effects of different boundary conditions for rough walls for the SST model. I will upload the test case in a PR for the TestCases repository. |
I will add the test case, and in this paper, it is possible to find an overview of the effects of the boundary conditions for rough walls for the SST model on a fully turbulent flat plate test case, including the boundary conditions that I have implemented. |
|
Hi @pcarruscag and @bigfooted, As part of this pull request, I’ve a validation test case for the new roughness boundary condition in the SST model. Could you please grant me temporary access or let me know the preferred procedure for contributing this test case? Thanks a lot for your help! |
|
I've invited you to the SU2 organization |
|
Hi! I’ve opened a pull request at su2code/TestCases#178, where I’ve uploaded the validation test case for the newly implemented boundary conditions. The results obtained with the different boundary conditions are presented in terms of the log-law profiles and velocity shift, confirming the findings reported in the literature. |
|
Great, can you add regression tests to *_regression.py scripts? |
39274fc to
26ce36f
Compare
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.
Thank you for the tests, I think it's good to go after these minor comments.
Proposed Changes
Hello everyone,
This PR is one of two contributions resulting from my Master’s Thesis.
In this PR, I’ve added new roughness boundary conditions for the SST turbulence model, based on the approach described in this paper by Aupoix.
The attached PDF includes documentation as well as validation results for a fully turbulent flat plate test case. If needed, I can add a validation test case to the SU2 suite.
Please let me know if any modifications are needed.
Related Work
PR Checklist
pre-commit run --allto format old commits.