Stability condition for solving convection equation by FDM

nazmulislam
Messages
21
Reaction score
0
Hi,

I know, there is a stability condition for solving the Convection-Diffusion equation by Finite Difference explicit/implicit technique, which is \Delta t<=(\Delta x)^2/(2*D) for one-dimensional or \Delta t<=((\Delta x)^2+(\Delta y)^2)/(8*D) for two-dimensional problem, where D is the diffusion coefficient.
.
Is there any such condition for only the convection equation?

Thanks
 
Physics news on Phys.org
The stability criterion is dependent on your FD approximation of the laplacian. Have you tried calculating the stability conditions? I am not sure why the same method wouldn't work for the convection term. I have not done it for the convection though.
 
Thanks for your response. I am not sure how to calculate the stability condition. I have used the the formula \Delta t<=((\Delta x)^2+(\Delta y)^2)/(8*D) to make my program stable. But if there is no diffusion term,only convection term, how will I calculate the stability condition?

Thanks
 
After some thought I am not even sure you can do the calculation with the convection term, since the stability of the diffusion equation is calculated using a Fourier series. Unless the velocity is constant i suppose things will not work that well.
Further more as far as I remember just advecting a field is not so easy numerically due to various problems(at least not in the long time limit). What are you advecting by the way? An interface? This article discusses a bit about passiv advection
http://www.ias.ac.in/sadhana/Pdf2009Apr/271.pdf

I think it is nice enough.(and eq 2 might be what you are looking for).
 
Thanks.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top