|
[Sponsors] |
July 14, 2013, 11:51 |
Backward Facing Step Flow
|
#1 |
Member
Ardalan
Join Date: Feb 2010
Location: Baku
Posts: 50
Rep Power: 16 |
Hello to everyone
I've written a code to simulate laminar backward facing step flow. The main features of the method I have developed are as follows: - incompressible flow - finite volume - Simple algorithm on Staggered grids - 1st order Upwinding for convection terms - central differencing for diffusion terms - Iterative solution to obtain steady solution (no time marching) - using line TDMA for the solution of algebraic equations of x-y momentum and pressure correction at lower Reynolds numbers the code works satisfactorily but at higher Reynolds numbers (e.g. 600, 800) the L2 norm of mass unbalance decreases 1 or 2 order of magnitudes, then it oscillates but doesn't decrease further. I have checked the Residuals, the cells where the mass unbalance doesn't decrease, are located near the end of lower wake. I have tested the code for simulating cavity driven flow, it works fine. Does anybody have any suggestion? What shall I do? Does the flow have unsteady nature at high Reynolds numbers? |
|
July 14, 2013, 16:15 |
|
#2 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,897
Rep Power: 73 |
yes, after Re=700- 800 the flow is transitional and it has no sense the 2D laminar solution. You can search for a paper of Armaly et al. on JFM
|
|
August 18, 2013, 12:58 |
|
#3 | |
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Quote:
For Re=600, 800 the flow is not anymore steady and is definitely unsteady. So it is normal that your code can not find a steady solution of a flow which is unsteady. So implement unsteady version of your solver accounting for time derivative. refine the grid because you increase the Reynolds and re-run it,it should be fine. |
||
August 21, 2013, 09:54 |
|
#4 |
Member
Ardalan
Join Date: Feb 2010
Location: Baku
Posts: 50
Rep Power: 16 |
Thanks a lot
I have another question regarding the flow over a backward step: How can I calculate the reattachment region length? |
|
August 21, 2013, 10:22 |
|
#5 |
Super Moderator
Alex
Join Date: Jun 2012
Location: Germany
Posts: 3,428
Rep Power: 49 |
The reattatchment point is usually defined by the position where the wall shear stress (its streamwise component) changes sign.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
help with supersonic flow over duct with backward step | quiqui | FLUENT | 1 | May 9, 2013 12:13 |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 | bookie56 | OpenFOAM Installation | 8 | August 13, 2011 05:03 |
air-fuel mixing in backward facing step | abdullahkarimi | Main CFD Forum | 0 | March 19, 2011 19:39 |
Turbulent flow over a backward facing step | Jenner | Main CFD Forum | 1 | December 2, 2006 12:21 |
Inviscid flow over a forward/backward facing step | Abhijit Tilak | Main CFD Forum | 3 | February 16, 2005 10:18 |