Fiveable

โค๏ธโ€๐Ÿ”ฅHeat and Mass Transfer Unit 6 Review

QR code for Heat and Mass Transfer practice questions

6.3 Convective Mass Transfer

6.3 Convective Mass Transfer

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โค๏ธโ€๐Ÿ”ฅHeat and Mass Transfer
Unit & Topic Study Guides

Convective mass transfer describes how chemical species move through fluids when the fluid itself is in motion. It builds directly on the diffusion fundamentals from earlier in this unit, but now the fluid's bulk movement adds a whole new layer of complexity. Understanding this topic is essential for designing real engineering systems like reactors, scrubbers, and separation columns.

Convective Mass Transfer Mechanisms

Transport of Chemical Species

Convective mass transfer occurs when chemical species are carried along by a moving fluid. There are two driving forces behind that fluid motion:

  • Forced convection occurs when an external device (a pump, fan, or compressor) drives the fluid flow.
  • Natural (free) convection occurs when density differences within the fluid create buoyancy-driven flow. A common example: warm, solute-rich fluid rising because it's less dense than its surroundings.

Several factors control how fast species transfer in a convective system:

  • Fluid properties: density, viscosity, and mass diffusivity all affect transport rates.
  • Flow characteristics: velocity magnitude, turbulence intensity, and boundary layer development directly impact how quickly species reach a surface or mix into the bulk.
  • Geometry: the shape, orientation, and surface area of the system determine how much contact area is available for transfer.

Advection and Diffusion

Two distinct mechanisms combine to produce convective mass transfer:

  • Advection is the transport of species by the bulk motion of the fluid. The fluid literally carries dissolved or suspended species along with it. Think of dissolved sugar being swept around a stirred tank by the moving liquid.
  • Diffusion is the transport of species down a concentration gradient, governed by Fick's law. This is the mechanism that causes a drop of dye to slowly spread through a stagnant glass of water.

In most real systems, both mechanisms act simultaneously. Advection dominates in the bulk flow, while diffusion becomes the primary transport mechanism near walls and interfaces where the fluid velocity drops to zero.

Convective mass transfer is central to many engineering applications:

  • Chemical reactors depend on it to deliver reactants to reaction sites and carry products away.
  • Heat exchangers with phase change (evaporation, condensation) involve simultaneous convective heat and mass transfer.
  • Gas absorption and stripping processes (like scrubbing pollutants from exhaust gas) rely on convective mass transfer between gas and liquid phases.
  • Separation processes such as distillation and liquid-liquid extraction use convective mass transfer to separate components based on differences in volatility or solubility.

Conservation Equations for Species Transport

Species Continuity Equation

The species continuity equation is the governing equation for convective mass transfer. It's a mass balance on a particular chemical species that accounts for accumulation, convection, diffusion, and chemical reaction.

For species A in a binary mixture (A + B), the general form is:

โˆ‚CAโˆ‚t+โˆ‡โ‹…(uCA)=โˆ‡โ‹…(DABโˆ‡CA)+RA\frac{\partial C_A}{\partial t} + \nabla \cdot (\mathbf{u} C_A) = \nabla \cdot (D_{AB} \nabla C_A) + R_A

where:

  • CAC_A = molar concentration of species A
  • tt = time
  • u\mathbf{u} = velocity vector of the fluid
  • DABD_{AB} = binary diffusion coefficient of A in B
  • RAR_A = volumetric rate of generation (positive) or consumption (negative) of species A by chemical reaction

Reading the equation left to right: the rate of accumulation of A plus the net rate of A leaving by convection equals the net rate of A entering by diffusion plus the rate of A produced by reaction.

Common simplifications that make this equation more tractable:

  • Steady state: โˆ‚CAโˆ‚t=0\frac{\partial C_A}{\partial t} = 0, so the time derivative drops out.
  • Incompressible flow: constant fluid density, which simplifies the convection term.
  • Negligible diffusion in the flow direction: when advection is much stronger than diffusion along the flow axis, you can drop the axial diffusion term. This is the basis of the plug flow assumption.
Transport of Chemical Species, Convection - Wikipedia

Coupling with Other Conservation Equations

The species equation alone isn't enough to solve a convective mass transfer problem. You also need the velocity field u\mathbf{u}, which comes from solving the fluid mechanics equations:

  • Conservation of mass (continuity equation) ensures total mass is conserved. For an incompressible fluid: โˆ‡โ‹…u=0\nabla \cdot \mathbf{u} = 0
  • Conservation of momentum (Navier-Stokes equations) describes how the fluid moves. For an incompressible Newtonian fluid: ฯ(โˆ‚uโˆ‚t+uโ‹…โˆ‡u)=โˆ’โˆ‡p+ฮผโˆ‡2u+f\rho \left(\frac{\partial \mathbf{u}}{\partial t} + \mathbf{u} \cdot \nabla \mathbf{u}\right) = -\nabla p + \mu \nabla^2 \mathbf{u} + \mathbf{f}

In practice, you solve the continuity and Navier-Stokes equations first (or simultaneously) to get the velocity field, then use that velocity field in the species continuity equation to find the concentration distribution. For complex geometries or turbulent flows, numerical methods like finite difference or finite element methods are typically required.

Solving Convective Mass Transfer Problems

Boundary Conditions

Every convective mass transfer problem requires boundary conditions that describe what happens at the edges of the domain. The three most common types are:

  • Specified concentration (Dirichlet): the concentration of species A is fixed at a boundary. For example, a wall coated with a sparingly soluble solid maintains a constant saturation concentration at the surface.
  • Specified flux (Neumann): the mass flux of species A is fixed at a boundary. This arises with surface reactions at a known rate, or with a controlled evaporation rate at an interface.
  • Symmetry (zero gradient): the concentration gradient normal to the boundary is zero. You'd apply this at the centerline of a pipe or the midplane of a symmetric geometry to cut the computational domain in half.

Choosing the right boundary conditions matters a great deal. They must reflect the actual physics of the system. Applying incorrect boundary conditions will give you a mathematically valid but physically meaningless solution.

Simplifying Assumptions and Solution Methods

Solving the full coupled equations is rarely feasible by hand. The typical approach involves making justified simplifications, then choosing an appropriate solution method.

Common simplifying assumptions:

  • Steady-state conditions (no time dependence)
  • Incompressible flow (constant density)
  • Fully developed velocity profile (known parabolic profile in laminar pipe flow)
  • Negligible axial diffusion compared to axial advection

Analytical solutions exist for idealized cases and are valuable for building intuition:

  • The Graetz problem gives the concentration profile for laminar flow in a circular tube with a constant wall concentration. It predicts how the concentration develops along the tube length.
  • These solutions also serve as benchmarks to verify numerical codes.

Numerical methods handle the cases that analytical solutions cannot:

  1. Finite difference methods discretize the domain onto a grid and replace derivatives with algebraic approximations at grid points.
  2. Finite element methods divide the domain into small elements and approximate the solution within each element using basis functions.
  3. Either approach can handle complex geometries, nonlinear source terms, and coupled transport phenomena.
Transport of Chemical Species, Energy Transfer: Convection | METEO 3: Introductory Meteorology

Dimensionless Numbers in Convective Mass Transfer

Dimensionless numbers compress the physics of a problem into ratios that reveal which effects dominate. In convective mass transfer, two are especially important.

Schmidt Number

The Schmidt number (Sc) compares how fast momentum diffuses through a fluid versus how fast mass (species) diffuses:

Sc=ฮฝDABSc = \frac{\nu}{D_{AB}}

where ฮฝ\nu is the kinematic viscosity (momentum diffusivity) and DABD_{AB} is the mass diffusivity.

The Schmidt number tells you about the relative thickness of the velocity and concentration boundary layers:

  • Sc >> 1 (typical for liquids, e.g., Sc โ‰ˆ 1000 for dissolved solutes in water): the concentration boundary layer is much thinner than the velocity boundary layer. Mass diffuses slowly compared to momentum.
  • Sc << 1 (rare, but occurs for light gases like hydrogen in some mixtures): the concentration boundary layer is thicker than the velocity boundary layer.
  • Sc โ‰ˆ 1 (typical for gases, e.g., Sc โ‰ˆ 0.7โ€“2.5 for common gas pairs): the two boundary layers have similar thickness.

Sherwood Number

The Sherwood number (Sh) is the mass transfer analog of the Nusselt number in heat transfer. It represents the ratio of total (convective + diffusive) mass transfer to diffusive mass transfer alone:

Sh=hmLDABSh = \frac{h_m L}{D_{AB}}

where hmh_m is the convective mass transfer coefficient, LL is a characteristic length (pipe diameter, plate length, particle diameter, etc.), and DABD_{AB} is the mass diffusivity.

A higher Sherwood number means convection is enhancing mass transfer well beyond what diffusion alone would achieve. Sh = 1 or 2 (depending on geometry) represents the pure diffusion limit with no convective enhancement.

Engineers use empirical correlations to predict Sh for specific geometries and flow regimes. These correlations typically take the form Sh=f(Re,Sc)Sh = f(Re, Sc). A widely used example for turbulent flow in a circular pipe is:

Sh=0.023โ€‰Re0.8โ€‰Sc0.4Sh = 0.023\, Re^{0.8}\, Sc^{0.4}

This is the mass transfer version of the Dittus-Boelter equation from heat transfer, and it applies under similar conditions (Re>10,000Re > 10{,}000, 0.6<Sc<1600.6 < Sc < 160, L/D>60L/D > 60).

Significance in Analysis and Design

Dimensionless numbers are powerful tools for engineering practice:

  • Comparing systems: Two systems with the same Re, Sc, and geometry will have the same Sh, regardless of their physical size or the specific fluid involved.
  • Scaling: Small-scale lab experiments can predict full-scale performance if the relevant dimensionless groups are matched. This is the principle behind dimensional similitude.
  • Heat-mass transfer analogy: The Chilton-Colburn analogy connects heat and mass transfer through the relation:

ShSc1/3=NuPr1/3\frac{Sh}{Sc^{1/3}} = \frac{Nu}{Pr^{1/3}}

where Pr=ฮฝ/ฮฑPr = \nu / \alpha is the Prandtl number (ratio of momentum diffusivity to thermal diffusivity). This analogy lets you estimate mass transfer coefficients from known heat transfer correlations, and vice versa, which is extremely useful when direct mass transfer data isn't available.

  • Identifying bottlenecks: If Sc is very large, mass transfer resistance likely controls the process. Dimensionless analysis helps you figure out where to focus design improvements.