CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   local time-step (https://www.cfd-online.com/Forums/main/8475-local-time-step.html)

ZondeR December 22, 2004 08:37

local time-step
 
Hi everybody,

I have just discovered the "local time-step", that is using a time-step varying in space, and I have some questions about it, it would be nice if some of you could help me.

.Does it have something to do with "fractional step"?

.Will a result of a local time-step computation be just like the one of a steady state computation?

.Are there some tricks or things I should care about when using this option? like special care for convergence or so.

.Do you have any comment about it?

Thanks

Biga December 22, 2004 09:46

Re: local time-step
 
Hi,

Local time steping is one of a bunch of ways of accelerating convergence of numerical simulations.

It is mainly used for obtaining steady-state solutions, since the physical meaning of the time step is lost as each cell can advance differently in time. If you got a converged solution with local time steping, then you should theoretically have a steady-state solution. What you shouldn't expect is to have correct transient solutions, since you've lost the physical meaning of time advance. (There is also a way to use local time steping to transient solution, but this is an advanced topic.)

I'm not so sure about what you mean exactly with "fractional step", but I'd guess this has something to do with an effort of people from Finite Elements trying to adapt the local time step concept to their formulation. They apparently cannot do this in a straightfoward manner and so they invented a work-around for it. A very gross idea is that the cells that can advance more in time, receive more fractions of a given time step.

When using local time steping, you must probably define a characteristic length scale to the cell (such as in the CFL number definition). There is not a precise definition for that length and you should take care about choosing your own. And when someone says, "I use CFL of that much", you should ask, "in which characteristic length is this based?"

I would recommend reading the chapter on this stuff in Hirsch.

Best regards, Biga

ZondeR December 22, 2004 16:57

Re: local time-step
 
Thank you very much!

by fractional step, I was refering to a previous message in this forum :"Annie , Wed, 15 Dec 2004, 1:58 a.m."

I guess I just have to find that bok from Hirsch now.

Biga December 23, 2004 10:24

Re: local time-step
 
Yes! I strongly recommend reading Hirsch... =)

About fractional step, I really got it wrong. It doesn't have nothing to do with what I said. It's all about how to integrate incompressible flows in time, which have decoupled momentum and pressure equations. Here is an article on that subject I've just googled:

http://anziamj.austms.org.au/V45/CTAC2003/Armf/Armf.pdf

Regards, Biga

noName December 23, 2004 19:10

Re: local time-step
 
When people use the words Fractional Step, most often, they are refering to the fact that different terms of the governing equation are treated separately. This is what I understand from the literature, please correct me if I am wrong.

E.g. ADI (for parabolic equations) is the simplest form of fractional stepping -- take a half step in X ignoring any evolution in Y and then take another half step in Y ignoring any evolution in X. Do this without losing consistency, and do it implicitly, giving the required stability.

E.g. Often (e.g. in spectral methods) people integrate the convective term in a half step and the remaining (pressure, viscous) terms in another half step.

E.g. Some others use a multi-step, Adams-type, method and alternately evaluate different terms using previous data.


All times are GMT -4. The time now is 22:49.