Solution of diffusion equation with three independent variable (r,z,t)

Click For Summary
SUMMARY

The discussion focuses on solving the diffusion equation (d/dt) C(r,z,t) = D*∇² C(r,z,t) under specific initial and boundary conditions. The equation is analyzed in cylindrical coordinates, leading to the simplified form ∂C/∂t = D(∂²C/∂r² + (1/r)∂C/∂r + ∂²C/∂z²). A recommended approach for finding solutions involves using separable solutions of the form C(r,z,t) = R(r)Z(z)T(t), which allows the equation to be decomposed into ordinary differential equations for each variable. This method is effective for addressing the initial condition C(r,z,0) = C0 and the specified boundary conditions.

PREREQUISITES
  • Understanding of diffusion equations and their applications
  • Familiarity with cylindrical coordinates in mathematical physics
  • Knowledge of Laplacian operators in multiple dimensions
  • Experience with solving ordinary differential equations (ODEs)
NEXT STEPS
  • Study the method of separation of variables in partial differential equations
  • Explore the application of boundary value problems in cylindrical coordinates
  • Learn about initial value problems and their solutions in diffusion processes
  • Investigate numerical methods for solving diffusion equations, such as finite difference methods
USEFUL FOR

Mathematicians, physicists, and engineers involved in heat transfer, mass transfer, or any field requiring the analysis of diffusion processes in cylindrical geometries.

nazmulislam
Messages
21
Reaction score
0
Hi,

I want to solve the following diffusion equation:

(d/dt) C(r,z,t)=D*∇^2 C(r,z,t)

where C is the concentartion and D is the coefficient of diffusivity (constant)

with initial condition C(r,z,0)=C0 (constant)
and boundary condition dc/dr=0 at r=0; (dc/dz) at z=-L equal to (dc/dz) at z=L

where I have considered axisymmetric tube of length L.

Can anybody help to solve the above mentioned problem for the concentration C?
 
Physics news on Phys.org
Since you are using "symmetric tube" you will probably want to use "cylindrical coordinates", suppressing the \theta dependence. In cylindrical coordinates the Laplacian is
\nabla^2 f= \frac{\partial^2 f}{\partial r^2}+ \frac{1}{r}\frac{\partial f}{\partial r}+ \frac{\partial^2 f}{\partial \theta^2}+ \frac{\partial^2 f}{\partial z^2}

Assuming "axially symmetric" so f does not depend on \theta, that is
\nabla^2 f= \frac{\partial^2 f}{\partial r^2}+ \frac{1}{r}\frac{\partial f}{\partial r}+ \frac{\partial^2 f}{\partial z^2}

So your equation says
\frac{\partial C}{\partial t}= D\left(\frac{\partial^2 C}{\partial r^2}+ \frac{1}{r}\frac{\partial C}{\partial r}+ \frac{\partial^2 C}{\partial z^2}\right)

A standard method of solving that is to look for "separable solutions". That is, look for solutions of the from C(r,z,t)= R(r)Z(z)T(t). That will separate the equation into ordinary differential equations for R, Z, and T separately. Depending on the boundary and initial conditions, the solution can be written as a sum of such "separated" solutions.
 
  • Like
Likes   Reactions: 1 person
Thanks Hallsoflvy for your nice explanation.
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
0
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K