Stability criteria of heat-like equation

Hypatio
Messages
147
Reaction score
1
I know that the criterion of stability for an explicit solution to the heat equation:

\frac{\partial T}{\partial t}=D\frac{\partial^2 T}{\partial x^2}
is
\Delta t <\frac{1}{2}\frac{\Delta x^2}{D}

however, what is the stability criterion for an equation of the form

\frac{\partial T}{\partial t}=D\frac{\partial^2}{\partial x^2}\left(\frac{T}{P(D)}\right)

where P(D) indicates that P depends on the value of D, which varies arbitrarily in space.

I would like to solve this equation with explicit finite differences, so I will have a term of the form:

\frac{\partial T}{\partial t}=\frac{D+D_L}{2 \Delta x^2}(\frac{C_L}{P_L}-\frac{C}{P})+\frac{D+D_R}{2\Delta x^2}(\frac{C_R}{P_R}-\frac{C}{P})

where subscripts L and R indicate relative position (left and right of the point of calculation).

How can I figure out the maximum timestep allowed.
 
You want to use something call Von Neumann Stability analysis.
 
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...

Similar threads

Back
Top