|
[Sponsors] |
Instability with AUSM +upwind discretization scheme |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 24, 2022, 05:28 |
Instability with AUSM +upwind discretization scheme
|
#1 | |
Senior Member
Arijit Saha
Join Date: Feb 2019
Location: Singapore
Posts: 132
Rep Power: 7 |
Hello everyone, hope you all are doing fine and happy 2022. I am here seeking for some advice or suggestion related to my simulation work. I am running a transonic case of super-critical airfoil with Mach 0.8 and do observe immense oscillation in the lift curve field which is inhibiting it towards convergence. I am using AUSM +up convective scheme with MUSCL and the .cfg file is as below
Quote:
I have attached the lift plot in the section, please find it below. Any sort of advice will be really appreciated. |
||
January 24, 2022, 05:57 |
|
#2 |
New Member
ugurtan
Join Date: May 2020
Location: Munich, Germany
Posts: 19
Rep Power: 6 |
It is normal to have a converged result by JST which is central scheme with artificial dissipation. Since its dissipation is also function of spectral radius of the Jacobian (U+A), imho in transonic region JST is not a good choice with its highly diffusive nature especially in terms of lower acoustic mode, U-A.
When it comes to AUSMPLUSUP, I can't see in your cfg file if you enter VENKAT_LIMITER_COEFF which is given as 0.05 default. Entering it 0.01 can make it more stable i.e. more decreasing residuals. However it decreases the spatial accuracy of the scheme. If you cannot see any improvement in oscillations with lower VENKAT_LIMITER_COEFF, maybe you can consider improving your mesh quality. |
|
January 24, 2022, 12:25 |
|
#3 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 13 |
Try the option USE_ACCURATE_FLUX_JACOBIANS=YES
|
|
January 27, 2022, 01:24 |
|
#4 | |
Senior Member
Arijit Saha
Join Date: Feb 2019
Location: Singapore
Posts: 132
Rep Power: 7 |
Thanks Ugurtan and Pedro for your valuable inputs. I was running the simulation with the stated modification and it helped to some extent.
Quote:
And really sorry for bothering you people with my problem and any advice will be really appreciated. Last edited by ari003; January 27, 2022 at 02:44. |
||
January 28, 2022, 03:28 |
|
#5 |
New Member
ugurtan
Join Date: May 2020
Location: Munich, Germany
Posts: 19
Rep Power: 6 |
AUSM is a member of flux splitting algorithm family. Since the Riemann problem is nonlinear in Euler/Navier Stokes Equations, flux splitting algorithms are generally used like AUSM, SLAU, Steger Warming etc...
Flux is splitted as advection and pressure terms in AUSM, then the flux on the interface is calculated by left and right fluxes and polynomials as specified in Liou's papers related with AUSM. USE_ACCURATE_FLUX_JACOBIANS= YES option is only available for SLAU and AUSM algorithms in SU2. I am not sure but this option might use higher order polynomials to increase the performance of Riemann solution with an increase in computational cost. Limiters are used in upwind schemes to calculate left and right fluxes in each cell by linear reconstruction in spatially second order methods. A good limiter must satisfy the minimum principle (monotonicity), must be differentiable and must be high enough to keep spatial order close to second order. These requirements cause a tradeoff obviously. For having an idea about venkat_coeff, I can suggest you to read Venkatakrishnan's paper Convergence to Steady State Solutions of the Euler Equations on Unstructured Grids with Limiters, Journal of Computational Physics, pp. 120-130, 1995. PS: If Pedro says something contradictory of mine, please obey him, not me. |
|
January 28, 2022, 17:38 |
|
#6 | |
Senior Member
Arijit Saha
Join Date: Feb 2019
Location: Singapore
Posts: 132
Rep Power: 7 |
Quote:
|
||
January 29, 2022, 00:48 |
|
#7 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 13 |
At Mach 0.8 the ROE convective scheme should be easier to converge than ausm+up.
Try MG_LEVEL=0, I don't remember the default. You may also try the config I shared at the end of this thread https://github.com/su2code/SU2/discussions/1522 (After adapting it to your case) |
|
January 31, 2022, 04:27 |
|
#8 | |
Senior Member
Arijit Saha
Join Date: Feb 2019
Location: Singapore
Posts: 132
Rep Power: 7 |
Quote:
With MG =3 which acclerates in convergence I somewhat found the residual declining and might converge in few iteration but the issue is computational resource. It is taking ample time for each iteration like 188 sec. I have attached the .cfg file. Any input will be of help. Struggling with this since long but I believe happiness overcoming struggle is par apart. Last edited by ari003; January 31, 2022 at 16:52. |
||
February 6, 2022, 03:39 |
|
#9 | |
Senior Member
Arijit Saha
Join Date: Feb 2019
Location: Singapore
Posts: 132
Rep Power: 7 |
Hello peeps, thanks to everyone for your generous responses. I switched to
Quote:
|
||
February 7, 2022, 01:41 |
|
#10 | |
New Member
ugurtan
Join Date: May 2020
Location: Munich, Germany
Posts: 19
Rep Power: 6 |
Quote:
BTW, I would expect the aerodynamic coefficients with van Albada to be smaller than or equal to average of Venkat. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
can you tell me best gradient, pressure & momentum order selection in fluent | sanjiiv | FLUENT | 6 | February 14, 2020 07:07 |
comparison of discretization scheme | alimea | OpenFOAM Running, Solving & CFD | 0 | December 14, 2017 10:42 |
upwind scheme implementation | researcher | Main CFD Forum | 1 | January 16, 2016 04:28 |
AUSM scheme ? Central Scheme | boling | Main CFD Forum | 7 | January 7, 2016 03:41 |
Error with higher order (2nd, GAMMA) upwind scheme | quarkz | Main CFD Forum | 0 | September 24, 2012 04:02 |