Implementation of Roughness Amplification Factor Transition Model for SST#2574
Implementation of Roughness Amplification Factor Transition Model for SST#2574marcosch27 wants to merge 2 commits intosu2code:developfrom
Conversation
…_RoughAFT - Merge latest develop
|
Thanks for the contribution! So what does the result look like if we do not use this extension? |
|
A testcase for these features would be very beneficial also! |
pcarruscag
left a comment
There was a problem hiding this comment.
Thank you for the contributions 👍 I'll review this PR once the other one is ready to merge.
Add yourself to the AUTHORS.md list.
|
@marcosch27 the code changes look pretty straightforward, can you add a testcase? |
|
And update the config_template too |
@pcarruscag Ok I will add the test case related to this PR, and do I need to merge upstream/develop into my current branch to bring in the latest changes from develop? |
|
Yep, merge develop into your branch. I don't think you do, but if you have new files, check that the copyright years and code version are up to date. |
Proposed Changes
Hello everyone,
This PR is one of two contributions resulting from my Master’s Thesis.
In this PR, I’ve added a new roughness-induced transition model through a roughness amplification factor transport (AFT), based on the approach described in this paper by Langel et al.
The attached PDF includes documentation as well as validation results for the NACA0012 transitional test case with roughness strips. Further validation test cases have been performed and are reported in my Master's Thesis, which will be available in the following months. 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.