|
[Sponsors] |
August 4, 2006, 11:22 |
Second order Roe's limiters
|
#1 |
Guest
Posts: n/a
|
Hi everybody; My name is karan and I want to see the effects of limiters in roe's approximate riemann solver. for this, I want a code with this method. can you help me. Have a great sky.
|
|
March 14, 2013, 04:41 |
Van leer second order and AUSM+
|
#2 |
New Member
kian
Join Date: Feb 2013
Posts: 14
Rep Power: 13 |
Hi, I've got a fortran code for solving 2D compressible flow over an airfoil with the method of first order van leer flux vector splitting . I have to change it to second order van leer flux vector splitting method . Can you please help me on how to do it? It's also possible for me to solve this project with the method of AUSM+ . Are you familiar with this method? can you help me with it please?
Thanks a lot in advance |
|
March 14, 2013, 07:46 |
|
#3 |
Senior Member
duri
Join Date: May 2010
Posts: 245
Rep Power: 17 |
For converting first order solver to second order solver. First evaluate gradients at the cell center using green gauss approach or least squares. Then evaluate solution at face center using Ui + gradU.dr dr is the vector from solution center to face. gradU is gradient vector. In first order Ui is used directly instead of the additional term gradU.dr. This is the only difference. To ensure monotonicity add slope limiter to gradU term. Refer any CFD book for limiters.
|
|
March 14, 2013, 13:27 |
|
#4 |
New Member
kian
Join Date: Feb 2013
Posts: 14
Rep Power: 13 |
Thanks a lot for your comment . I'll try doing them
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
2nd order upwind vs 2nd order upwind!!! | Far | Main CFD Forum | 7 | March 14, 2013 13:29 |
IS calc. with 2nd order discret. always necessary? | Azman | FLUENT | 2 | March 14, 2013 05:28 |
1st order vs 2nd order | ken | FLUENT | 8 | March 14, 2013 04:43 |
Limiters for 2nd order solvers | Heinz Wilkening | Main CFD Forum | 1 | March 14, 2013 04:40 |
How to compute UDS fourth order gradient | Emma66 | FLUENT | 1 | April 27, 2010 06:44 |