|
[Sponsors] |
Turbulent flat plate validation, incorrect convergence |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 23, 2013, 14:21 |
Turbulent flat plate validation, incorrect convergence
|
#1 |
New Member
Magnus W
Join Date: Jul 2013
Location: Munich - Germany
Posts: 5
Rep Power: 13 |
Hi everyone,
I've been trying to validate SU2 against OpenFOAM using a turbulent flat plate in accordance with http://www.grc.nasa.gov/WWW/wind/val...rb/fpturb.html . I created a mesh using blockMesh and then converted the mesh into a SU2 mesh such that a validation of the two codes could be made. I received convergence in both cases, but in the case of SU2 I found that the converged solution is quite far from the experimental values and the results of OpenFOAM. I believe the mesh to be reasonably good (y+=~1), so I'm quite at loss what causes the discrepancy in the solution for SU2. In the SU2 case I'm using the SA turbulence model but it shouldn't influence the result this much I believe. Is there something else I could be missing? My case containing the SU2 and OpenFOAM cases can be found here https://dl.dropboxusercontent.com/u/...Roe_tf_SU2.zip |
|
November 5, 2013, 18:29 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi Magnus,
Thanks for getting in touch about this. We expect that SU2 should match the experimental results quite well, and we have performed a similar validation case here: http://adl.stanford.edu/docs/display...ent+Flat+Plate. After a quick check of your config file, it looks like you are using JST for computing convective fluxes. Have you tried computing the flow using 2nd-order Roe? Using the Roe method should automatically apply the appropriate level of dissipation in the boundary layer. Alternatively, you might try to reduce the higher-order dissipation coefficient for JST to a lower level (final value in the option AD_COEFF_FLOW= ( 0.15, 0.5, 0.02 )). You might also consider applying the exact settings from the config file used in the tutorial case linked above. Hope this helps, Tom |
|
November 7, 2013, 09:56 |
|
#3 |
New Member
Magnus W
Join Date: Jul 2013
Location: Munich - Germany
Posts: 5
Rep Power: 13 |
Hi Tom,
Thank you for your reply! I first tried changing the convective flux scheme into Roe 2nd-order but I received the same convergence. I then took the test case file and only changed the boundary conditions to fit the Wieghardt ones, this produced better results, but still there is quite some discrepancy against the experimental values and the OpenFOAM values. I also provide the residuals here, The question at hand is whether the discrepency in the solution with the experimental values might be due to the SA turbulence model or something different? The y+ values are around 2, which I believe to be sufficiently small? I uploaded the configuration file and the plots in the post if you'd want to take a look at them. |
|
November 7, 2013, 19:17 |
|
#4 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
I see... Are you using the most recent version of the code available on GitHub (https://github.com/su2code)? I would recommend updating to that version and perhaps then you could give the following two things a try:
1. We also have the SST turbulence model available, and you could try it instead of the S-A model by choosing 'KIND_TURB_MODEL= SST' in the configuration file. 2. As we do not have any wall functions available at the moment, you might try with a mesh that has y+ ~ 0.5 to see how the better resolution near the wall affects the results. All the best, Tom Last edited by economon; November 8, 2013 at 06:41. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Flat plate analysis in cfx | hamed.majeed | CFX | 14 | February 4, 2015 08:07 |
drag of flat plate with cavity | Far | FLUENT | 0 | May 18, 2010 05:57 |
Blunt flat plate - a validation case... | CFD Student | Main CFD Forum | 0 | March 6, 2007 10:27 |
Conjugate heat transfer for film-cooled flat plate | Michele | FLUENT | 0 | July 3, 2006 09:42 |
Turbulent Flat Plate Validation Case | Jonas Larsson | Main CFD Forum | 0 | April 2, 2004 11:25 |