CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

problem with cavity flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 20, 2012, 05:02
Default problem with cavity flow
  #1
New Member
 
Mark sperc
Join Date: Jul 2012
Posts: 10
Rep Power: 13
dersi is on a distinguished road
Hi All,

I'm trying to simulate flow inside a cavity using stream function-vorticity formulation and AF scheme. I've written a code that runs fine for Re<2000 but it strongly depends on the initial guessed values for vorticity, is this normal?

For Re>2000 (e.g. 4000) the absolute monitored residuals of vorticity on 61x61 grid gets down to 0.005 after 3000 iteration (seems high) but oscillate about it so that it never reaches to steady-state solution. That said,I need to make sure up to what Re we can expect steady-state solution?

I'm really stuck on what the problem is and need some help?
thanks.
dersi is offline   Reply With Quote

Old   August 20, 2012, 13:59
Default
  #2
New Member
 
Mark sperc
Join Date: Jul 2012
Posts: 10
Rep Power: 13
dersi is on a distinguished road
any ideas?
dersi is offline   Reply With Quote

Old   August 20, 2012, 14:07
Default
  #3
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
Quote:
Originally Posted by dersi View Post
Hi All,

I'm trying to simulate flow inside a cavity using stream function-vorticity formulation and AF scheme. I've written a code that runs fine for Re<2000 but it strongly depends on the initial guessed values for vorticity, is this normal?
Hi Mark,

if the solution is steady then it should not depend on the initial condition.


Quote:
so that it never reaches to steady-state solution. That said,I need to make sure up to what Re we can expect steady-state solution?
It depends on your geometry.
you should work with the lidd driven cavity poblem because a lot of results and bechmarks are available on this configuration.

For Re=5000 the solution is steady so you can run your code with this example and check.
leflix is offline   Reply With Quote

Old   August 20, 2012, 16:49
Default
  #4
New Member
 
Mark sperc
Join Date: Jul 2012
Posts: 10
Rep Power: 13
dersi is on a distinguished road
Thanks leflix for the reply, actually the problem is lid driven with square geometry, but the weird part is it converges for Re<2000 but not greater than that which goes oscillating.
Generally, how many iteration cycle is needed to reach a steady state solution for e.g. Re=5000?
dersi is offline   Reply With Quote

Old   August 25, 2012, 05:49
Default
  #5
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
Quote:
Originally Posted by dersi View Post
Generally, how many iteration cycle is needed to reach a steady state solution for e.g. Re=5000?
Hi Mark,

Sorry for this delay.
I have made a run for Re=5000 to check. The grid is coarse 50x50.
The code is fully transient and it took about 25000 time iterations with a time step of 0.01 to reach the steady state.
With a steady state computation process it would have taken cetainly much less.
leflix is offline   Reply With Quote

Old   August 25, 2012, 06:33
Default
  #6
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Hi,
I did several tests many years ago ... I tried to repeat the range of Re covered by the well-known paper of Ghia&Ghia with my time-dependent FV solver based on the stream-function/vorticity formulation.

I found steady solutions only up to Re=3200 (and, as leflix stated, the solution is independent from the initial guess), then my code started to have an unsteady behaviour. I remember that such behaviour was found also by some authors...
FMDenaro is offline   Reply With Quote

Old   August 25, 2012, 11:59
Default
  #7
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
Hi,
I did several tests many years ago ... I tried to repeat the range of Re covered by the well-known paper of Ghia&Ghia with my time-dependent FV solver based on the stream-function/vorticity formulation.

I found steady solutions only up to Re=3200 (and, as leflix stated, the solution is independent from the initial guess), then my code started to have an unsteady behaviour. I remember that such behaviour was found also by some authors...
Hi Filippo,


Here are the solutions obtained at Re=5000 with two different codes that I developped , one in primitive variables and the other one with vorticity-stream function. The grid is now 100x100 because I thought that with a too coarse grid(50x50) the solution may be inaccurate and thus leads too a fake steady solution.


As you will notice it, the solution is still steady and there is a perfect agreement between the results. The both codes are able to capture the tertiary vortice. Check my results with the figure 3 of Ertuk et al: ref 1)

In the following references you will find two studies with a complete bibliography on this subject which reports steady state for Re=5000.
The authors found also in their study that for Re=5000 the solution was steady. The results have been obtained with different computational strategies.


In the youtube link, you will find a computation obtained with LBM method and it gives the same steady behaviour for Re=5000
Finaly in the very good book of Griebel et al those reference is given below, computations at Re=5000 have been undertaken and similar results, as far as I remember, have been found.


Different authors mentioned a hop bifurcation which turns the flow to become unsteady around Re=7500.

so we are forced to conclude that your code might have a bugg

1) Numerical Solutions of 2-D Steady Incompressible Driven Cavity Flow at High Reynolds
Numbers: (Erturk, Corke, Gokçol)
http://arxiv.org/pdf/cs/0411047.pdf


2) The 2D lid-driven cavity problem revisited (Charles-Henri Bruneau , Mazen Saad)
http://www.math.sciences.univ-nantes.fr/~saad/cv/computersfluidsoriginalarticle.pdf

3) http://www.youtube.com/watch?v=wDxRnsvBqT4


4)http://books.google.fr/books/about/N...cC&redir_esc=y
Attached Images
File Type: jpg primitive_variable.jpg (99.0 KB, 7 views)
File Type: jpg steam_vorticity.jpg (98.8 KB, 5 views)
leflix is offline   Reply With Quote

Old   August 25, 2012, 12:15
Default
  #8
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by leflix View Post
Hi Filippo,


Here are the solutions obtained at Re=5000 with two different codes that I developped , one in primitive variables and the other one with vorticity-stream function. The grid is now 100x100 because I thought that with a too coarse grid(50x50) the solution may be inaccurate and thus leads too a fake steady solution.


As you will notice it, the solution is still steady and there is a perfect agreement between the results. The both codes are able to capture the tertiary vortice. Check my results with the figure 3 of Ertuk et al: ref 1)

In the following references you will find two studies with a complete bibliography on this subject which reports steady state for Re=5000.
The authors found also in their study that for Re=5000 the solution was steady. The results have been obtained with different computational strategies.


In the youtube link, you will find a computation obtained with LBM method and it gives the same steady behaviour for Re=5000
Finaly in the very good book of Griebel et al those reference is given below, computations at Re=5000 have been undertaken and similar results, as far as I remember, have been found.


Different authors mentioned a hop bifurcation which turns the flow to become unsteady around Re=7500.

1) Numerical Solutions of 2-D Steady Incompressible Driven Cavity Flow at High Reynolds
Numbers: (Erturk, Corke, Gokçol)
http://arxiv.org/pdf/cs/0411047.pdf


2) The 2D lid-driven cavity problem revisited (Charles-Henri Bruneau , Mazen Saad)
http://www.math.sciences.univ-nantes.fr/~saad/cv/computersfluidsoriginalarticle.pdf

3) http://www.youtube.com/watch?v=wDxRnsvBqT4


4)http://books.google.fr/books/about/N...cC&redir_esc=y

Hi, many thanks for your details, I am not aware about the recent references on lid-driven cavity flows since I stopped working on 2d problems many years ago, therefore I just remember some discussions about the Hopf bifurcation after Re= 3200.
If you are interested, this what I experienced in a past study (G. de Felice, F.M. Denaro, C. Meola, Multidimensional Single Step Vector Upwinded Schemes for Highly Convective Transport Problems. Numerical Heat Transfer. Part B Vol 23, pp. 425-460, 1993.), I can say that Re <= 3200 are for sure steady cases and Re=10^4 is for sure a not-steady case (despite the steady solution reported by Ghia & Ghia), for Re = 3200 - 7500 I just remember some debates about bifurcation. Some authors supposed the difference in the results were due to different treatment of the corner points that are singular. But you are much more aware than me on this topic
FMDenaro is offline   Reply With Quote

Old   August 25, 2012, 12:28
Default
  #9
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
If you are interested, this what I experienced in a past study (G. de Felice, F.M. Denaro, C. Meola, Multidimensional Single Step Vector Upwinded Schemes for Highly Convective Transport Problems. Numerical Heat Transfer. Part B Vol 23, pp. 425-460, 1993.)
Thanx for the reference, Iwill have a look...

Quote:
I can say that Re <= 3200 are for sure steady cases and Re=10^4 is for sure a not-steady case (despite the steady solution reported by Ghia & Ghia),
and now you can reduce a bit the range. for Re<=5000 it is definitely steady.
I'm very confident in this result.

Quote:
Some authors supposed the difference in the results were due to different treatment of the corner points that are singular.
In the two codes (one in FV the other one inFD) there is no special treatment concerning the corner point as it is never involved in the discretization, nor in the computation.
But however the codes are able to capture the tertiary vortice.


Quote:
But you are much more aware than me on this topic
No I'm sure that you are much more sharp than me on this subject.
I just use Lid driven cavity as a very good validation test case when I developp codes as it is well documented in the litterature (Ghia, Erturk,....), easy boundary conditions, steady states, ...
leflix is offline   Reply With Quote

Old   August 25, 2012, 12:39
Default
  #10
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
good to know new results, I am quite surprised that the 2D cavity flow is still studied deeply... I wonder why the 3D lid-driven is not so ...

yes, for standard central finite-difference the corner-points are never involved, however I used multidimensional stencil in my finite-volume flux reconstruction and I remember that I had hard time to treat them in consistent way ...
FMDenaro is offline   Reply With Quote

Old   August 25, 2012, 12:53
Default
  #11
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
I am quite surprised that the 2D cavity flow is still studied deeply... I wonder why the 3D lid-driven is not so ...
Because not every one has a 3D code available and also because it requires
more computational ressources that not every one has on his desk.
To capture tertiary vortice you need at least 100x100 mesh in 2D. If you use a 3D code you would need 1 million points and if your code is not paralellized or optimized it could require at least 1 day of computation according the number of time step you want to simulate. And it' s too much for people.
Paralelizing a 3D code is absolutely necessary and it is a hard task...at least for me
And I should underline that 1 million grid nodes for 3D computations is really not enough to be taken seriously (it 's like 20x20 in 2D computations )
leflix is offline   Reply With Quote

Old   August 25, 2012, 12:56
Default
  #12
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by leflix View Post
Because not every one has a 3D code available and also because it requires
more computational ressources that not every one has on his desk.
To capture tertiary vortice you need at least 100x100 mesh in 2D. If you use a 3D code you would need 1 million points and if your code is not paralellized or optimized it could require at least 1 day of computation according the number of time step you want to simulate. And it' s too much for people.
Paralelizing a 3D code is absolutely necessary and it is a hard task...at least for me
And I should underline that 1 million grid nodes for 3D computations is really not enough to be taken seriously (it 's like 20x20 in 2D computations )

yes, but now is quite common to have LES and DNS with several tenth of millions of unknown ... but the 3D lid driven cavity is still poorly explored...
FMDenaro is offline   Reply With Quote

Old   August 25, 2012, 13:03
Default
  #13
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
yes, but now is quite common to have LES and DNS with several tenth of millions of unknown ... but the 3D lid driven cavity is still poorly explored...
yes it's not false !! But I guess studying hypersonic exhaust jet in a gas turbine sounds much more sexy than "Lid driven cavity" !!
leflix is offline   Reply With Quote

Old   August 25, 2012, 13:15
Default
  #14
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,768
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by leflix View Post
yes it's not false !! But I guess studying hypersonic exhaust jet in a gas turbine sounds much more sexy than "Lid driven cavity" !!
yes, definitely!
FMDenaro is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
code for SIMPLE algorithm - 2D Lid driven cavity flow problem - Collocated grid h_amooie OpenFOAM Programming & Development 1 January 22, 2022 11:33
Initial &Boundary conditions for pressure in cavity flow problem with SIMPLE approach Mehdi-Sanaei Main CFD Forum 0 May 7, 2011 04:02
Flow not moving - Supersonic/Initial Pressure problem? shankara.2 FLUENT 0 June 9, 2009 20:49
Multiphase flow problem icedou FLUENT 6 July 10, 2005 02:52
turbulent flow in cavity problem using k-w model khairy Main CFD Forum 3 February 27, 2005 12:12


All times are GMT -4. The time now is 05:12.