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. |
pcarruscag
left a comment
There was a problem hiding this comment.
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) |
…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
…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