|
[Sponsors] |
September 15, 2006, 08:13 |
Stokes flow
|
#1 |
Guest
Posts: n/a
|
Hi: I have a conventional face-based cell centered unstructured segregated rhie-chow code. When applied to a very low Reynolds number flow (Re=10^-3) convergence is very slow. The problem is almost linear of course so I assume that a coupled solver would do the trick but a friend told me that even the coupled solver in a common commercial code he used for such a problem converged very poorly. It was suggested that I compute all explicit viscous terms (cross-diffusion and non-face-parallel) between momentum equations, but even turning these off completely so all viscous terms are implicit does not help. Any ideas? Experience? Thanks Rob
|
|
September 21, 2006, 10:45 |
Re: Stokes flow
|
#2 |
Guest
Posts: n/a
|
You are doing false time-stepping using a high as possible CFL number??? If so, at that reynolds number I would have thought you could push the CFL number to crazily high number.
The trick to achieving a high CFL is using a sensible restart file, or putting in your code that the CFL number should increase with iteration number. Iain ps I am concerned you say "turning these off completely", for me making your viscous terms implicit is switching them on!!! pps you are essentially using the wrong kind of solver, since viscosity and pressure do not have a strong link (in fluid mechanics steady-state there isn't one, though there is when you derive PISO or SIMPLE schemes). I suppose you really should be using stream-function / velocity-potential based solver. |
|
September 21, 2006, 13:27 |
Re: Stokes flow
|
#3 |
Guest
Posts: n/a
|
Thanks for the thoughtful response. Yes I know I can use another clas of solver that is more suitable, but it most convenient for me to use my own if I can get it to perform reasonably efficiently!! As far as viscous terms go I only retain "normal" diffusion terms and these are fully implicit, all other viscous terms are zeroed.
I will try you infinite CFL idea. Thanks!! Rob |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
flow over a cylinder urgent! | kevin | FLUENT | 8 | August 11, 2015 14:00 |
Mass flow and U-Mom flow in CFX | Zhihua Xie | CFX | 0 | September 3, 2007 10:49 |
reversed flow at velocity inlet / mass flow inlet | ib | FLUENT | 1 | March 26, 2007 14:11 |
Can 'shock waves' occur in viscous fluid flows? | diaw | Main CFD Forum | 104 | February 16, 2006 06:44 |
Inviscid Drag at subsonic, subcritical Mach # | Axel Rohde | Main CFD Forum | 1 | November 19, 2001 13:19 |