Solving Diffusion PDE in a Hollow Cylinder

  • Thread starter Thread starter wenzhe2092
  • Start date Start date
  • Tags Tags
    Diffusion Pde
wenzhe2092
Messages
3
Reaction score
0
Dear all,

I'm trying to solve the diffusion PDE for my system, shown below:

<br /> \frac{\partial C}{\partial t} = D (\frac{\partial^2 C}{\partial r^2} + \frac{1}{r} \frac{\partial C}{\partial r})<br />

where C is the concentration, changing with time t and radius r. D is the diffusion coefficient.

I'm solving this using separation of variables, giving me two ODE.

T = Aexp (-\lambda^2 D t)

where -\lambda^2 is the separation constant and A is the integration constant

R(r) = BJ_{0}(\lambda r) + CY_{0} (\lambda r)

Principle solution given by:

C(r,t) = Aexp (-\lambda^2 D t) [BJ_{0}(\lambda r) + CY_{0} (\lambda r)]

My question is, given the boundary conditions and initial conditions of:

C(0.0135,t) = 0.433
C(0.0185,t) = 0
C(r,0) = 0.0398

How would i be able to solve this? I'm really stuck and any help would be appreciated. Note my system is a hollow cylinder.
 
Physics news on Phys.org
wenzhe2092 said:
Dear all,

Principle solution given by:

C(r,t) = Aexp (-\lambda^2 D t) [BJ_{0}(\lambda r) + CY_{0} (\lambda r)]

My question is, given the boundary conditions and initial conditions of:

C(0.0135,t) = 0.433
C(0.0185,t) = 0
C(r,0) = 0.0398

How would i be able to solve this? I'm really stuck and any help would be appreciated. Note my system is a hollow cylinder.


Look like the four unknowns A, B, C and \lambda can just be reduced to three unknown. You only have three boundary and initial conditions.:wink:
 
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