Flow profiles in a tube, combined with diffusion in the radial direction, can cause dispersion of a solute. Solute particles experience different flow velocities depending on their radial position within the tube: particles near the center move faster, while those near the walls move slower. This difference in velocity causes the solute to spread along the length of the tube, a phenomenon known as Taylor dispersion. This is explicitly modeled in Exercise 5.7.
In 1D models of a tubular reactor, this dispersion is often mathematically modeled as a diffusive term. The axial dispersion coefficient for a parabolic velocity profile is:
where is the molecular diffusion coefficient, is the average velocity in the tube, and is its radius.
Modeling dispersion using a diffusion term has been criticized. An alternative approach was proposed by Westerterp et al. (AIChE Journal, 41 (1995) 2013–2028). In this approach, Taylor dispersion is modeled in a 1D framework as two phases with different velocities and mass transfer between them:
with:
Questions:
Implement a 1D diffusion-convection model where the diffusion term models Taylor dispersion.
Implement the two-phase model of Taylor dispersion.
Determine the residence time distributions for the two models for a range of dimensionless Péclet numbers, , and aspect ratios .
Note that all numerical implementations should be consistent with the provided equations and parameter values.