-
Notifications
You must be signed in to change notification settings - Fork 849
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
Test cases for turbulence model variants #1418
Conversation
Modified the serial_regression.py and parallel_regression.py for a better looking
…s with Travis Cl system computed values
As stated in #1384 some hybrid parallel AD regression tests failed. |
@suargi An update to the TestCases repo renamed a folder for the visc_cone. I have a PR open to fix the problem ---> Should be fixed now. |
Thanks @WallyMaier. Now serial and parallel regression test work smoothly. |
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.
Thanks for this 👍
Please strip all the comments and non relevant options from the configs.
OUTPUT_WRT_FREQ= 250 | ||
% | ||
% Screen output fields | ||
SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_NU_TILDE, LIFT, DRAG) |
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.
👍
…nfig files Remove the turbulence models serial regression tests. Left only parallel tests. Strip all the comments and non relevant options from the config files
Thank you Pedro for all your suggestions. |
…de/SU2 into feature_turbmod_variants_testcases
TestCases/turbulence_models/sa/rae2822/turb_SA_COMP_EDW_RAE2822.cfg
Outdated
Show resolved
Hide resolved
…de/SU2 into feature_turbmod_variants_testcases
Remove the configiguration file header info: case description, author, institution and date
Pull request description
This pull request introduces a series of regression cases for the Spalart-Allmaras turbulence model variations and corrections:
The residuals on the python scripts are wrong. These values are temporary and will be updated once the regression tests are run on the Travis CI system.Since this pull request does not introduce any code modification, the residuals on the python scripts have been updated on commit 1a1661f with the Travis Cl (sim_vals (computed)) values.
Related Work
These tests will be further used to verify the correct implementation of #1413