|
[Sponsors] |
October 18, 2013, 03:54 |
Solution at high reynolds numbers
|
#1 |
New Member
Join Date: Jan 2013
Posts: 17
Rep Power: 13 |
Hi
I've written a code for solving the Navier Stokes equation using element based finite volume method on a co-located grid. My problem is that the code works fine when the Reynolds number isn't too high. but when i increase the Reynolds number the code diverges. I've tried to run the code on different problems ( Cavity and flow between two plates) and on all of them i couldn't get any results at high Reynolds numbers. Does anybody know what the problem could be? It would be great if someone could help me. thank you |
|
October 18, 2013, 13:48 |
|
#2 |
Senior Member
Reza
Join Date: Mar 2009
Location: Appleton, WI
Posts: 116
Rep Power: 17 |
Are you using any kind of up-winding? Your numerical method might be unstable when Peclet number is high for the elements. Also, do these problems come up when the flow is turbulent? or is the Reynolds number not high enough for turbulence?
|
|
October 18, 2013, 14:30 |
|
#3 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,849
Rep Power: 73 |
This behavior is typical for some formulations, for example centred discretization in FD and FV methods or spectral methods without de-aliasing or FE without stabilization.
At first, try refining the grid in such a way to estimate a cell Reynolds number no greater than 2. It is stable? If you are solving turbulence, then you are encountering problem typical of unresolved DNS with non-stabilized method. Please, give us more details |
|
October 18, 2013, 15:06 |
|
#4 |
New Member
Join Date: Jan 2013
Posts: 17
Rep Power: 13 |
The flow is laminar and I'm using the first and second order upwind scheme.
For the cavity problem I could get results for Reynolds number of 1000 but I'm struggling to get results for Reynolds number of 3200. In the case of wavy channel I couldn't get any results for Reynolds number higher than 75. How can i improve my upwind scheme? |
|
October 18, 2013, 15:12 |
|
#5 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,849
Rep Power: 73 |
Quote:
|
||
October 18, 2013, 15:24 |
|
#6 |
New Member
Join Date: Jan 2013
Posts: 17
Rep Power: 13 |
I forgot to say I'm solving the Incompressible steady state flow equations.
|
|
October 18, 2013, 15:31 |
|
#7 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,849
Rep Power: 73 |
||
October 18, 2013, 15:40 |
|
#8 |
New Member
Nic T
Join Date: Oct 2013
Posts: 2
Rep Power: 0 |
What kind of up-winding are you using?
|
|
October 18, 2013, 15:59 |
|
#9 |
New Member
Join Date: Jan 2013
Posts: 17
Rep Power: 13 |
I've used both first and second order upwind scheme. It has been described in versteeg.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cell Reynolds number | cfd help | FLUENT | 1 | August 22, 2005 11:50 |
high lift devices at low reynolds | Pablo Cornejo | FLUENT | 0 | June 28, 2005 22:35 |
high and low reynolds numbers - what does it mean | Bo Busk Jensen | Main CFD Forum | 3 | September 5, 2002 06:41 |
[Q] Steady Compressible High Reynolds Problem. | Ryu, Sung Min | Siemens | 2 | March 31, 2000 13:46 |
"The high Reynolds number flow is not difficult to compute, the problem is we simply don't know how. | wowakai | Main CFD Forum | 1 | November 11, 1998 11:24 |