Diffusion in different regions

  • Thread starter Thread starter bobred
  • Start date Start date
  • Tags Tags
    Diffusion
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
bobred
Messages
170
Reaction score
0

Homework Statement


A slab of radioactive material of thickness L lies in the x-y plane surrounded by a material that can be thought of as extending to +/- infinity from -L/2 and +L/2. The system is in steady. Find the general solution for the diffusion equations in each region(ok). Find the form of the general solution in Region 1 that is an even function and in 2 that is physically meaningful(ok). Find the general solution that satisifes the boundary conditions(?)

Homework Equations


Region 1
[tex]0=D_1 \frac{\partial^2 c}{\partial x^2}+H[/tex]
for [itex]\left| z \right|<L/2[/itex]
Region 2
[tex]0=D_2 \frac{\partial^2 c}{\partial x^2}-Rc[/tex]
for [itex]\left| z \right|>L/2[/itex]

The Attempt at a Solution


The general steady state solutions for each region are
[tex]c=-\frac{H}{2D_1}z^2+Az+B[/tex]
and
[tex]c=Ce^{\lambda z}+De^{-\lambda z}[/tex]
[itex]\lambda=\pm \sqrt{\frac{R}{D_2}}[/itex]

In region 1 to be even A=0, for region 2 the concentration must tend to zero as z approaches +/- infinity, so

[tex]c=-\frac{H}{2D_1}z^2+B[/tex]

[tex]c(z)=\begin{cases}<br /> De^{-\lambda z} & z>\tfrac{L}{2}\\<br /> Ce^{\lambda z} & z<-\tfrac{L}{2}<br /> \end{cases}[/tex]

The flux is the same on both sides and concentration continuous. I am having difficultly picturing these, what is happening at z=0 and z=+/-L/2.
Any pointers would be greatly appreciated.
James
 
Physics news on Phys.org
At the outer boundaries, are they nonreentrant, i.e., once a particle leaves, it's gone, so there is no return current.

What is the boundary condition at the interface? Think about the current.
 
  • Like
Likes   Reactions: bobred
At z = L/2, ##D_1\frac{dc}{dz} = -\frac{HL}{2}##. This is the other boundary condition that follows from integrating the differential equation once.

Also, at z > L/2, express c as : ##c(z) = Ec^{-λ(z-\frac{L}{2})}##

The mass fluxes in the two regions must match at z = L/2.

The continuity of concentration at the boundary gives:
$$E=B-\frac{HL^2}{8D_1}$$

Physically, what's happening is that, by symmetry, there is no mass flow across the boundary z = 0, and all the mass generated between z = 0 and z = L/2 has to pass through the boundary at L/2. This is HL/2. This mass flow is then reacted away in the region beyond z = L/2.

Chet
 
Last edited:
  • Like
Likes   Reactions: bobred
Hi
Just seen your replies.
I ended up down the lines you have mentioned. Needed to think about the flux at the boundary and the equations being continuous at the boundary.
Thanks
James