1-D Bounded, Distributed Diffusion of Contaminant

Click For Summary
SUMMARY

The discussion focuses on deriving the concentration equation for CO2 in a cylindrical geometry under various diffusion conditions. The governing equation is defined as ∂c/∂t = D ∂²c/∂x², with initial and boundary conditions specified for a mass input of 1.0 g CO2 over a width of 5 cm. The solution involves the use of error functions, specifically erf, to represent concentration over time and distance, with a correction noted regarding the order of terms in the final expression. The correct formulation is c(x, t) = (C0/2) [erf((x+L/2)/√(4Dt)) - erf((x-L/2)/√(4Dt))].

PREREQUISITES
  • Understanding of partial differential equations, specifically diffusion equations.
  • Familiarity with error functions (erf) and their properties.
  • Knowledge of boundary and initial conditions in mathematical modeling.
  • Basic principles of mass transfer in cylindrical coordinates.
NEXT STEPS
  • Study the derivation of solutions for the heat equation using error functions.
  • Learn about the application of the diffusion equation in various physical contexts.
  • Explore numerical methods for solving partial differential equations, such as finite difference methods.
  • Investigate the effects of turbulence on diffusion processes in fluids.
USEFUL FOR

Students and professionals in chemical engineering, environmental science, and applied mathematics who are involved in modeling diffusion processes and analyzing contaminant transport in fluids.

edge333
Messages
14
Reaction score
0

Homework Statement



I'm having some difficulty deriving the equation for a concentration of CO2 as a function of length and time. Ultimately I end up with an equation that includes the summation of two error function terms that appear to have incorrect signs.

Given:

A cylinder of infinite length has a mass input, M0 of 1.0 g CO2 added over a width, L, of 5 cm at t = 0. The cylinder has a diameter of 5 cm. Assume a fluid temperature of 25°C.

Find:

The time to reach a concentration of 2 ppm at x = 100 cm for:

1.) Molecular diffusion in air
2.) Molecular diffusion in water
3.) If the fluid was turbulent, how would that affect your answers above? Substitute a value of 1 cm2/s for D as a reflection of uniformly generated (isotropic and homogenous) turbulence in water. How does this time compare to part 2.) above?

Assumptions:
Symmetry (d/dz = d/dy = 0)
No flow (u = v = w = 0)
Conservative tracer ( r = 0)


Homework Equations



At x = 0, the mass is evenly distributed between -L/2 and L/2

Governing Equation:

\frac{\delta c}{\delta t}=D \frac{\delta^{2} c}{\delta t^{2}}

Initial conditions:

C = 0 for x < -L/2
C = 0 for x > +L/2
C = C_{0} for -L/2 < x < +L/2

Boundary conditions:

C → 0 as x → ±∞


The Attempt at a Solution



Based on a dirac delta function:

c \left( x, t \right) = \left[ \frac{M^{0}}{A \sqrt{4 \pi D t}} \right] exp \left[ - \frac{x}{4 D t} \right]

Using superposition:

dc = \frac{C_{0} A dx_{1}}{A \sqrt{4 \pi D t}} exp \left( - \frac { \left( x - x_{1} \right )^{2} }{4 D t} \right) dt

where A is the cross-sectional area of the cylinder, x1 is the location of the infinitesimal mass dm1

Integrating the sources (of contaminants) from x1→-L/2 to x1→+L/2:

c \left( x, t \right) = \int ^{L/2}_{-L/2} \frac{C_{0} }{ \sqrt{4 \pi D t}} exp \left( - \frac { \left( x - x_{1} \right )^{2} }{4 D t} \right) dx_{1}

c \left( x, t \right) = \frac{C_{0}}{\sqrt{\pi} } \left[ <br /> \int ^{L/2}_{-\infty} \frac{1}{ \sqrt{4 D t}} exp \left( - \frac { \left( x - x_{1} \right )^{2} }{4 D t} \right) dx_{1} - \int ^{-L/2}_{-\infty} \frac{1}{ \sqrt{4 D t}} exp \left( - \frac { \left( x - x_{1} \right )^{2} }{4 D t} \right) dx_{1} \right]

Via substitution:

where \eta = \frac{ \left( x - x_{1} \right) }{ \sqrt{4 D t}} and d \eta = - \frac{dx_{1} }{ \sqrt{4 D t} }

c \left( x, t \right) = \frac{C_{0}}{\sqrt{\pi} } \left[ <br /> \int ^{\infty}_{\frac{x-L/2}{\sqrt{4 D t}}} - exp \left( - \eta^{2} \right) d \eta - \int ^{\infty}_{\frac{x+L/2}{\sqrt{4 D t}}} - exp \left( - \eta^{2} \right) d \eta \right]

= \frac{C_{0}}{ 2 } \left[ - \left( 1 - erf \left( \frac{x-L/2}{\sqrt{4 D t}} \right) \right) + \left( 1 - erf \left( \frac{x+L/2}{\sqrt{4 D t}} \right) \right) \right]

= \frac{C_{0}}{ 2 } \left[ erf \left( \frac{x-L/2}{\sqrt{4 D t}} \right) - erf \left( \frac{x+L/2}{\sqrt{4 D t}} \right) \right]

From what I have seen, this is not correct though. The two error function terms should be switched such that:

= \frac{C_{0}}{ 2 } \left[ erf \left( \frac{x+L/2}{\sqrt{4 D t}} \right) - erf \left( \frac{x-L/2}{\sqrt{4 D t}} \right) \right]

I'm wondering if I switched the signs somewhere or I made a mistake in the integration, perhaps the domain.
 
Physics news on Phys.org
The reference result you gave (with the signs switched) is correct. You must have made a mistake somewhere. It is much simpler to do the integration in a little different way than you have done. When you split it into two integrals, take one integral from -L/2 to 0, and the other integral from 0 to +L/2. The error functions with their correct signs will emerge virtually immediately from this.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
911
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 105 ·
4
Replies
105
Views
10K
  • · Replies 4 ·
Replies
4
Views
9K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
19
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K