CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

different results with Roe and JST

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 18, 2021, 04:28
Post different results with Roe and JST
  #1
New Member
 
lorenzo
Join Date: Dec 2020
Posts: 11
Rep Power: 5
lorenzo95 is on a distinguished road
Hi all!

I am simulating the flow over a 3D wing at low Re (290000) and I found that using Roe (2 order) or JST completely changes values of CD. Both methods give good results of CL instead.

In particular, JST matches pretty well with experimental results, but the simulation seldom converges (sometimes residuals remain stable and aerodynamic coefficents are almost constant and fine).

On the other hand, Roe is much more stable and faster, always converges but completely misses CD (overestimate of 5x the correct value). In particular, looking at the breakdown_forces file it is the drag related to pressure which is so overestimated.

Did somebody face the same problems or has any hints on what the problem(s) could be?

I attach the cfg with JST and Roe.

Thanks in advance for any help
Attached Files
File Type: txt NACA0012_JST.txt (11.2 KB, 24 views)
File Type: txt NACA0012_ROE.txt (11.2 KB, 18 views)
lorenzo95 is offline   Reply With Quote

Old   January 18, 2021, 14:50
Default
  #2
Member
 
Amit
Join Date: May 2013
Posts: 85
Rep Power: 12
aero_amit is on a distinguished road
Hi,
I saw your cfg files -
1. Mach number is less than 0.1, use AUSMPLUSUP or SLAU instead of ROE or JST.
2. CFL is set to high value 400, start with lower CFL, say 20 and ramp up later.
3. Add option -
USE_ACCURATE_FLUX_JACOBIANS =YES option in cfg file
4. Is flow really fully turbulent (You have mentioned Re=2.9e5)??
5. Also make sure you have proper mesh confirming required y+
aero_amit is offline   Reply With Quote

Old   January 18, 2021, 15:41
Default
  #3
New Member
 
lorenzo
Join Date: Dec 2020
Posts: 11
Rep Power: 5
lorenzo95 is on a distinguished road
Thanks for your kind reply amit,

the flow is not expected to be entirely turbulent, I included the transition BC model to deal with the low Re.
The mesh has y+<1 all over the surface.
That CFL value was optimed for Roe (after a considerable effort in tuning) I forgot to change it.
I'll try with your suggestions and see if there is some improvement!

A further question: the option for accurate flux jacobian is appliable both to SLAU and SLAU2? I don't know this method and on the SU2 page (https://su2code.github.io/docs_v7/Convective-Schemes/) for sure it applies to SLAU2 (same for AUSMPLUSUP/AUSMPLUSUP2)

Thanks again!
lorenzo95 is offline   Reply With Quote

Old   January 18, 2021, 19:47
Default
  #4
Member
 
Amit
Join Date: May 2013
Posts: 85
Rep Power: 12
aero_amit is on a distinguished road
Yes, option for accurate flux Jacobian is applicable to SLAU/SLAU2 and AUSMPLUSUP/AUSMPLUSUP2
aero_amit is offline   Reply With Quote

Old   January 19, 2021, 07:53
Default
  #5
New Member
 
lorenzo
Join Date: Dec 2020
Posts: 11
Rep Power: 5
lorenzo95 is on a distinguished road
Thank you! I will study these schemes.

I tried AUSMPLUSUP and it seems now I have non-convergence issues.
The CFL I tried started from 10 and ramps up very mildly with FACTOR_UP = 1.01. Linear Solver Iterations and LS Error are as in the posted config. Apart from these parameters, have you some advice to make it converge?
lorenzo95 is offline   Reply With Quote

Old   January 19, 2021, 10:18
Default
  #6
Member
 
Amit
Join Date: May 2013
Posts: 85
Rep Power: 12
aero_amit is on a distinguished road
I see...
While doing some test runs back then for pull request by pcg (hybrid Jacobian AUSMPLUSUP / SLAU), I observed some peculier behavior -
AUSMPLUSUP/SLAU (2 as well) will have restricted allowable CFL as you go for lower Mach numbers with option USE_ACCURATE_FLUX_JACOBIANS=YES.
So you may have to restrict the CFL to some limit only (find by numerical experiment). Don't go for very high CFL (It may not converge or even may diverge)
Now coming to another choice for USE_ACCURATE_FLUX_JACOBIANS = NO (basically inconsistent Roe Jacobian) for AUSMPLUSUP / UP2, allowable CFL was very small and its hopeless but surprisingly for SLAU / SLAU2, setting it to NO allowed much higher CFL than YES (consistent numerical Jacobian).
Basically I am just sharing my experience (also it was EULER case) .....
So... for AUSMPLUSUP / UP2, limit CFL with settings you have.
I suggest you to give a try to SLAU2 (or SLAU) with USE_ACCURATE_FLUX_JACOBIANS = NO option (try ramping to higher CFL.
Let me know the outcome....)

On another note, there is incompressible solver as well in SU2 (I don't have any experience with that)
aero_amit is offline   Reply With Quote

Old   January 20, 2021, 03:59
Default
  #7
New Member
 
lorenzo
Join Date: Dec 2020
Posts: 11
Rep Power: 5
lorenzo95 is on a distinguished road
I tried your suggestions..

Unfortunately both SLAU with USE_ACCURATE_FLUX_JACOBIANS = NO and high CFL (10 to 100) and AUSMPLUSUP with USE_ACCURATE_FLUX_JACOBIANS = YES and low CFL (10) do not converge (and residuals stay very high).

Until now, the best shot has been JST. I think I'll work on it to make it converge.
I also saw there are low Mach Roe schemes.
Otherwise I'll move on to the incompressible solver...

Thanks a lot for your advices!
lorenzo95 is offline   Reply With Quote

Old   January 20, 2021, 08:04
Default
  #8
Member
 
Amit
Join Date: May 2013
Posts: 85
Rep Power: 12
aero_amit is on a distinguished road
Did you give a try to VENKATAKRISHNAN_WANG limiter or VAN_ALBADA_EDGE limiter??
aero_amit is offline   Reply With Quote

Old   January 27, 2021, 14:25
Default
  #9
New Member
 
lorenzo
Join Date: Dec 2020
Posts: 11
Rep Power: 5
lorenzo95 is on a distinguished road
Not yet..
I run many simulations varying the convective scheme and CFL. I'm still searching for a robust approach but generally JST is the only one which gives nearly the correct results without diverging. On the other hand, it is really slow to reach convergence!
lorenzo95 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SU2 Transonic Flow simulations bad results S.Kontogiannis SU2 12 June 20, 2019 07:46
Ahmed body simulation gives unexpected results in su2 6.0 anas651 SU2 0 March 28, 2018 03:42
convergence issues with Roe Solver on transonic inviscid steady case CarlosLozano SU2 4 March 4, 2018 05:23
ROE scheme (turb M6) tomp1993 SU2 Shape Design 0 January 30, 2017 12:03
SU2 Transonic Flow simulations bad results S.Kontogiannis Main CFD Forum 8 May 16, 2014 12:22


All times are GMT -4. The time now is 11:21.