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

What Time Step?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 18, 2009, 04:51
Default What Time Step?
  #1
RAYAN
Guest
 
Posts: n/a
Hello

I'm trying to model a 2D Channel flow and I'm using SIMPLE algorithm. I have testet my code for the cavity problem and it looks good. In channel it also works but I want to get more accurate answers.

As u know the velocity in the center line of the channel should be 1.5*U0 where U0 is the velocity at the inlet .

I approached 1.47*U0 but I need 1.499*U0. reducing mesh size wont help too much, I noticed time step is more important.

I know that CFL number should be <1 for stability, but what CFL number can be used for best answers?

is it common to use small number of CFL number, like 0.05 to get better answers? or anyting less than 1 should give good answers?

Reducing time step result in better answers but When I set it too small the answers will be bad again.

can anyone help me?

Cheers RAYAN
  Reply With Quote

Old   February 18, 2009, 07:04
Default Re: What Time Step?
  #2
Matej Forman
Guest
 
Posts: n/a
If you want a good time resolution, your CFL should be around 1, meaning the flow particle travels 1 cell at a time step. If you work with inhomogeneous mesh, you need to keep CFL low only at he place of interest. Having CFL 0.01 will not help. Well it depends on what are you computing, in LES 0.1 is about good, in RANS it is useless. In unsteady regime with SIMPLE it is important to have every time-step converged. The accuracy of the computations also depends on the discretisation in space and time. If you are not interested in unsteady solution, your CFL could by 5, 10 or more.

good luck matej
  Reply With Quote

Old   February 18, 2009, 09:09
Default Re: What Time Step?
  #3
RAYAN
Guest
 
Posts: n/a
Matej thnx for the answer. Infact my regime is unsteady and laminar. im working with homogeneous, rectangular mesh.

Unfortunately CFL=1 does not give me good answers. U the x component of velocity at the center line will be something around U=1.2U0 , but I need U=1.499U0. CFL=0.1 give better answers, around U=1.47U0 but still not enough.

and of course in each time step I have convergency.

what else cna be the problem?

  Reply With Quote

Old   February 18, 2009, 09:10
Default Re: What Time Step?
  #4
RAYAN
Guest
 
Posts: n/a
Matej thnx for the answer. Infact my regime is unsteady and laminar. im working with homogeneous, rectangular mesh.

Unfortunately CFL=1 does not give me good answers. U the x component of velocity at the center line will be something around U=1.2U0 , but I need U=1.499U0. CFL=0.1 give better answers, around U=1.47U0 but still not enough.

and of course in each time step I have convergency.

what else can be the problem?

  Reply With Quote

Old   February 18, 2009, 09:28
Default Re: What Time Step?
  #5
Matej Forman
Guest
 
Posts: n/a
Is your flow-field developed? Have you waited long enough time for the flow to develop in a channel?

If yes, then the problem would be your differencing schemes. In time and in space. What differencing are you using?

Are you using Crank-Nicolson or other at least second-order accurate differencing? What about the space - also using some 2nd order scheme?

The last and first chance is also - you have some bug in your code.

matej
  Reply With Quote

Old   February 18, 2009, 14:17
Default Re: What Time Step?
  #6
otd
Guest
 
Posts: n/a
How well resolved is your mesh?

Remember you're trying to resolve a boundary layer that fills the entire (half) channel. You need to try meshes of a progressively smaller cell width to learn when you're resolved 'enough.'

Also, if you're starting at the inlet with u(0,y) = U0, it'll take some distance downstream before the parabolic profile is fully developed. You can pick that distance out from solutions (not CFD) given in the classic Schlichting's Boundary Layer Theory.

Good luck.
  Reply With Quote

Old   February 19, 2009, 06:38
Default Re: What Time Step?
  #7
RAYAN
Guest
 
Posts: n/a
well actually the answers will change only very very small amounts after 3 sec. According to Patankar's book, I'm Using a power law model, which is actually a first order scheme but should give good results. about bug, well I don't know, bug is always waiting there for us but I don't think theres a bug, cuz its working good, the problem is somewhere in resolution or time step.

Otd, thnx for replying, in fact I'm using a 2D channel with an aspect ratio of 30-1 so I think the flow should be fully developed at the outlet. If I use bigger aspect ratios, run time will increase significiantly.

thank you for answering me, I'll try again!
  Reply With Quote

Old   February 22, 2009, 23:00
Default Re: What Time Step?
  #8
momentum_waves
Guest
 
Posts: n/a
Hi RAYAN,

Some thoughts on a useful time-step rule can be found in these links:

<http://adthermtech.com/documents/RAEFM2_paper_ID024.pdf>

<http://adthermtech.com/documents/RAE...sent_ID024.pdf>

Have fun.

mw...

Momentum waves <www.adthermtech.com/wordpress3>
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
HELP! time step too small? meangreen Main CFD Forum 6 May 31, 2018 11:41
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 06:36
Hydrostatic Pressure and Gravity miliante OpenFOAM Running, Solving & CFD 132 October 7, 2012 23:50
Full pipe 3D using icoFoam cyberbrain OpenFOAM 4 March 16, 2011 10:20
calculation diverge after continue to run zhajingjing OpenFOAM 0 April 28, 2010 05:35


All times are GMT -4. The time now is 04:25.