-
Notifications
You must be signed in to change notification settings - Fork 945
Open
Labels
Description
Hello everyone,
Describe the bug
I encounter an odd behaviour for SA turbulence model where when using the QCR2000 option for SA, results for viscous drag component and pressure drag component are shifted, this does not occur with other options.
The case is from this discussion(#2376) , here the results for Sa-neg-QCR2000-R when conducting an grid convergence study converge to wrong values for CDv and CDp, so I looked into the issue, when using SST and SA model without QCR2000 option the results converge to desired value and are in line with results from this article .
Below are the results for grid convergence of 3 cases where the outlier is the case with QCR2000 option.
| JST | SA | cdp | cdv | |
|---|---|---|---|---|
| r0 | 0.043435 | 0.000968 | ||
| r1 | 0.011374 | 0.002303 | ||
| r2 | 0.00318 | 0.004735 | ||
| r3 | 0.001569 | 0.006745 | ||
| r4 | 0.00129 | 0.007067 | ||
| r5 | 0.001253 | 0.006835 | ||
| JST | SST | cdp | cdv | |
| r0 | 0.043475 | 0.000958 | ||
| r1 | 0.011196 | 0.002317 | ||
| r2 | 0.002961 | 0.004501 | ||
| r3 | 0.001496 | 0.006218 | ||
| r4 | 0.001301 | 0.006779 | ||
| r5 | 0.001257 | 0.006725 | ||
| JST | SA-neg_QCR2000_R | cdp | cdv | |
| r0 | 0.043495 | 0.000888 | ||
| r1 | 0.011623 | 0.002106 | ||
| r2 | 0.003469 | 0.004408 | ||
| r3 | 0.001807 | 0.006457 | ||
| r4 | 0.001546 | 0.006842 | ||
| r5 | 0.00144 | 0.00659 |
| cdp | cdv | |
|---|---|---|
| SA | 0.00129 | 0.007067 |
| SA-neg | 0.001285 | 0.007066 |
| SA_neg_ft2 | 0.001285 | 0.007066 |
| SA_neg_ft2_Rotation | 0.001285 | 0.007032 |
| Sa_neg_ft2_QCR2000 | 0.001482 | 0.006853 |
| SA_QCR2000 | 0.001482 | 0.006853 |
Below is the archive with grids and config file used.
JST.tar.gz
- OS: Ubuntu v24
- SU2 Version: [e.g., v8.4.0]
Reactions are currently unavailable