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

In summary, the conversation discusses solving a diffusion equation with given initial and boundary conditions in an axisymmetric tube using cylindrical coordinates. The Laplacian in cylindrical coordinates is explained and a method for solving the equation using separable solutions is mentioned.
  • #1
nazmulislam
21
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
  • #2
Since you are using "symmetric tube" you will probably want to use "cylindrical coordinates", suppressing the [itex]\theta[/itex] dependence. In cylindrical coordinates the Laplacian is
[tex]\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}[/tex]

Assuming "axially symmetric" so f does not depend on [itex]\theta[/itex], that is
[tex]\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}[/tex]

So your equation says
[tex]\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)[/tex]

A standard method of solving that is to look for "separable solutions". That is, look for solutions of the from [itex]C(r,z,t)= R(r)Z(z)T(t)[/itex]. 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 1 person
  • #3
Thanks Hallsoflvy for your nice explanation.
 

1. What is the diffusion equation with three independent variables?

The diffusion equation with three independent variables is a partial differential equation that describes the process of diffusion in three-dimensional space. It takes into account changes in concentration over time and in two spatial dimensions (r and z).

2. How is the diffusion equation with three independent variables solved?

The diffusion equation with three independent variables can be solved using various numerical methods, such as finite difference methods, finite element methods, and spectral methods. These methods discretize the equation into a system of algebraic equations that can be solved using computer algorithms.

3. What are the boundary conditions for the diffusion equation with three independent variables?

The boundary conditions for the diffusion equation with three independent variables typically include the initial concentration profile at t=0 and the values of concentration at the boundaries of the spatial domain (r and z). These boundary conditions are essential for obtaining a unique solution to the equation.

4. Can the diffusion equation with three independent variables be applied to real-world problems?

Yes, the diffusion equation with three independent variables is widely used in various fields of science and engineering to model diffusion processes, such as heat and mass transfer, chemical reactions, and fluid flow. It has applications in areas such as biology, chemistry, physics, and environmental science.

5. What are the limitations of the diffusion equation with three independent variables?

The diffusion equation with three independent variables assumes that the diffusing substance is well-mixed and that diffusion occurs in a homogenous medium. It also does not account for convective transport or external forces that may affect diffusion. Additionally, it may not accurately model diffusion in complex geometries or with non-uniform boundary conditions.

Similar threads

Replies
13
Views
2K
Replies
8
Views
2K
  • Differential Equations
Replies
2
Views
2K
Replies
0
Views
448
Replies
2
Views
1K
  • Differential Equations
Replies
1
Views
2K
  • Differential Equations
Replies
5
Views
2K
Replies
4
Views
1K
  • Differential Equations
Replies
1
Views
2K
  • Differential Equations
Replies
2
Views
1K
Back
Top