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

time step for incompressible flows

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Márcio Ricardo

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 22, 2005, 06:54
Default time step for incompressible flows
  #1
Suriyanarayanan
Guest
 
Posts: n/a
hi,

I am working on incompressible flows and would like to know how time step based on convective and diffusive considerations are calculated. I consulted few papers, but there are not much details about this. I am not interested in the mere formula but also at how it was arrived.

Thanks in advance.

Suriya
  Reply With Quote

Old   August 23, 2005, 00:01
Default Re: time step for incompressible flows
  #2
zonexo
Guest
 
Posts: n/a
I am trying to get the ans too. I am using factional step to solve the unsteady NS eqns. It's a semi implicit mtd ie Adam Bashford 2nd order for convective (explicit) & Crank nicolson 2nd order for diffusive (implicit). It was given in the paper that the CFL condition is

CFL=max(u(i)*delta_t/delta_x(i)) = 1.

So in order to solve the unsteady eqn, delta_t needs to be determined. However, u(i) is unknown. So how can we obtain delta_t?

Supposed we are simulating a lid driven cavity flow, we know that the max vel = 1. hence can we substitute into the CFL eqn to get delta_t?

Is that reasonable?
  Reply With Quote

Old   August 23, 2005, 08:34
Default Re: time step for incompressible flows
  #3
Márcio Ricardo
Guest
 
Posts: n/a
At each time iteration you have a velocity field. u_i is the max absolute value that you get from the field you have just calculated. Another way to calculate your time step:

dt_conv = 1/(u/dx+v/dy) (1)

dt_difus = 1/(2*visc*(1/dx^2 + 1/dy^2)) (2)

dt = coef/(1/dt_conv + 1/dt_difus) (3)

where, in (1), u, v are the largest absolute velocity values you get in each time iteration.

The coef in (3) is a safety factor, usualy <=0.2

-Márcio
o_mars_2010 likes this.
  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
Transient simulation not converging skabilan OpenFOAM Running, Solving & CFD 14 December 16, 2019 23:12
Multiple floating objects CKH OpenFOAM Running, Solving & CFD 14 February 20, 2019 09:08
Extrusion with OpenFoam problem No. Iterations 0 Lord Kelvin OpenFOAM Running, Solving & CFD 8 March 28, 2016 11:08
Modeling in micron scale using icoFoam m9819348 OpenFOAM Running, Solving & CFD 7 October 27, 2007 00:36
AMG versus ICCG msrinath80 OpenFOAM Running, Solving & CFD 2 November 7, 2006 15:15


All times are GMT -4. The time now is 07:31.