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

Time Step

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 14, 2002, 12:58
Default Time Step
  #1
bharath
Guest
 
Posts: n/a
Hello

Could some one help me with the basics of ..what exactly is meant by saying "Time Steps" and the "Number of Time steps"...what do these essentially mean in calculations ? how are the results based on these values ?

If someone has literature on it ..please help me with it

Thanks

Bharath
  Reply With Quote

Old   November 14, 2002, 20:21
Default Re: Time Step
  #2
versi
Guest
 
Posts: n/a
For a time-marching PDE, the time is discretized as t0, t1, t2, ..., t_n, t_n+1, ..., where solution is wanted at every moment. TIME STEP = t_n+1 - t_n, Number of time steps = number of time intervals the solution has marched.
  Reply With Quote

Old   November 16, 2002, 07:21
Default Re: Time Step
  #3
Praveen
Guest
 
Posts: n/a
Time stepping is required whenever you are solving an evolution-type of pde, that is, the pde models a system which is evolving in time. This means that the pde will contain a partial derivative wrt time, usually, of the first or second order. You also need to have some appropriate initial conditions. Then you obtain a discretization of the pde; this basically allows you to "march" the solution from a known value at time t, to another value at time t + dt. Here dt is called the time step, and it is usually determined from stability considerations. The number of times you march the solution over a time-step dt is the "number of time steps". This depends on your particular problem. For example, if you require the solution at time T=10s, and your time-step is dt=0.1s, then you will need to perform 100 integrations in time. Many times the problem has a steady state solution; then you keep on marching in time till the solution change from one time level to the next is below some TOL.

The solution you get is also affected by the value of dt. Take a very large value (but within stability limits) and you might lose accuracy. The order of accuracy of the time integration scheme will also affect the final accuracy. For steady state problems the value of dt is not important (again provided it is within stability limits).

These are very basic things in CFD and in numerical solution of pde. You must read some book to get a good understanding. Please go through the book list on this web site.
  Reply With Quote

Old   November 18, 2002, 16:24
Default Re: Time Step
  #4
Pao
Guest
 
Posts: n/a
So does it mean that you get transient solution from initial condition by marching in time step?
  Reply With Quote

Old   November 18, 2002, 17:26
Default Re: Time Step
  #5
Jim Park
Guest
 
Posts: n/a
"So does it mean that you get transient solution from initial condition by marching in time step?"

If your initial condition is a valid solution to the NS equations and your boundary conditions are physically valid, then the solution generated is a transient solution for those conditions.

More often, the transient is just a convenient way to get from an 'arbitrary' initial guess at a steady state solution to the problem that your boundary conditions define. If fact, some of the older books (Roache "Computational Fluid Dynamics" for example) draw an analogy between a relaxation factor and the time step.
  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 10:41
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
Hydrostatic Pressure and Gravity miliante OpenFOAM Running, Solving & CFD 132 October 7, 2012 22:50
Full pipe 3D using icoFoam cyberbrain OpenFOAM 4 March 16, 2011 09:20
calculation diverge after continue to run zhajingjing OpenFOAM 0 April 28, 2010 04:35


All times are GMT -4. The time now is 01:54.