Fiveable

❤️‍🔥Heat and Mass Transfer Unit 7 Review

QR code for Heat and Mass Transfer practice questions

7.2 Multidimensional Steady-State Diffusion

7.2 Multidimensional Steady-State Diffusion

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

Multidimensional Steady-State Diffusion

Multidimensional steady-state diffusion extends the one-dimensional treatment of Fick's law to systems where concentration gradients exist in two or three spatial directions simultaneously. Most real engineering geometries don't reduce neatly to a single axis, so this framework is essential for analyzing diffusion in composite materials, porous media, catalytic pellets, and environmental transport problems.

Extending Concepts to Multidimensional Systems

The general vector form of Fick's first law for multidimensional diffusion is:

J=Dc\mathbf{J} = -D \nabla c

where:

  • J\mathbf{J} is the diffusive flux vector (with components in each spatial direction)
  • DD is the diffusion coefficient
  • c\nabla c is the concentration gradient vector

Each component of the flux corresponds to the concentration gradient in that direction. For example, in Cartesian coordinates: Jx=DxcxJ_x = -D_x \frac{\partial c}{\partial x}, Jy=DycyJ_y = -D_y \frac{\partial c}{\partial y}, Jz=DzczJ_z = -D_z \frac{\partial c}{\partial z}.

When the diffusion coefficient differs by direction (DxDyDzD_x \neq D_y \neq D_z), you have anisotropic diffusion. This shows up in materials with directional microstructure, like wood, fiber-reinforced composites, or layered soils where species move more easily along certain axes than others.

For isotropic diffusion, Dx=Dy=Dz=DD_x = D_y = D_z = D, and the flux expression simplifies considerably.

Steady state means the concentration at every point is constant in time: ct=0\frac{\partial c}{\partial t} = 0. Combined with conservation of mass (no chemical reaction), this gives the continuity equation:

J=0\nabla \cdot \mathbf{J} = 0

This says the divergence of the flux is zero: whatever mass flows into a differential volume element must flow out. Substituting Fick's first law into this continuity equation produces the governing PDE for steady-state diffusion:

(Dc)=0\nabla \cdot (D \nabla c) = 0

For isotropic, constant DD, this reduces to Laplace's equation: 2c=0\nabla^2 c = 0. If you've seen Laplace's equation in heat conduction, the math here is identical with concentration replacing temperature.

Solving Multidimensional Diffusion Problems

Solving these problems requires two things: the governing equation in the appropriate coordinate system and a complete set of boundary conditions.

Boundary condition types:

  • Dirichlet (constant concentration): The concentration is fixed at a boundary surface, e.g., a gas-liquid interface held at saturation concentration.
  • Neumann (constant flux): The mass flux is specified at the boundary, e.g., a known evaporation rate from a surface.
  • Robin (mixed): A linear combination of concentration and flux is specified, analogous to a convective boundary condition in heat transfer.

You need enough boundary conditions to close the problem in every active spatial dimension.

Analytical solution methods work for simple, regular geometries with straightforward boundary conditions:

  1. Separation of variables — Assume the solution is a product of functions, each depending on only one coordinate (e.g., c(x,y)=X(x)Y(y)c(x,y) = X(x) \cdot Y(y)). Substitute into Laplace's equation, separate, and solve the resulting ODEs individually. Apply boundary conditions to determine constants and eigenvalues.
  2. Laplace transforms — Transform the PDE in one variable to reduce dimensionality, solve the resulting simpler equation, then invert.

Numerical methods become necessary for irregular geometries, spatially varying DD, or complex boundary conditions:

  • Finite difference methods discretize the domain onto a grid and approximate derivatives with algebraic differences.
  • Finite element methods divide the domain into elements of arbitrary shape, making them well-suited for complex geometries.

Fick's Law in Multidimensions

Extending Concepts to Multidimensional Systems, Fick's laws of diffusion - Wikipedia

Concentration Profiles

The concentration profile c(r)c(\mathbf{r}) depends on the geometry, boundary conditions, and whether diffusion is isotropic or anisotropic. The choice of coordinate system should match the geometry of the problem:

  • Cartesian coordinates c(x,y,z)c(x, y, z) for rectangular slabs, blocks, or channels
  • Cylindrical coordinates c(r,θ,z)c(r, \theta, z) for pipes, fibers, or any system with axial symmetry
  • Spherical coordinates c(r,θ,ϕ)c(r, \theta, \phi) for droplets, catalyst pellets, or bubbles

Symmetry is your best tool for simplification. A long cylindrical rod with uniform boundary conditions along its length and around its circumference reduces to c(r)c(r) only, turning a 3D problem into a 1D ODE.

Diffusive Fluxes

Once you know the concentration profile, you calculate flux components directly from Fick's first law by taking partial derivatives.

For anisotropic materials, the flux vector J\mathbf{J} is generally not parallel to the concentration gradient c\nabla c. This is because different diffusion coefficients in different directions "steer" the flux away from the gradient direction. (In the fully general anisotropic case, DD becomes a tensor rather than a scalar, but for most undergraduate treatments, direction-dependent scalar coefficients suffice.)

The total flux magnitude is found from the Euclidean norm:

J=Jx2+Jy2+Jz2|\mathbf{J}| = \sqrt{J_x^2 + J_y^2 + J_z^2}

Geometry and Boundary Conditions in Diffusion

Extending Concepts to Multidimensional Systems, MR - Multidimensional encoding of restricted and anisotropic diffusion by double rotation of the ...

Influence of Geometry

The coordinate system you choose determines the specific form of 2c=0\nabla^2 c = 0:

  • Cartesian: 2cx2+2cy2+2cz2=0\frac{\partial^2 c}{\partial x^2} + \frac{\partial^2 c}{\partial y^2} + \frac{\partial^2 c}{\partial z^2} = 0
  • Cylindrical: 1rr(rcr)+1r22cθ2+2cz2=0\frac{1}{r}\frac{\partial}{\partial r}\left(r\frac{\partial c}{\partial r}\right) + \frac{1}{r^2}\frac{\partial^2 c}{\partial \theta^2} + \frac{\partial^2 c}{\partial z^2} = 0
  • Spherical: 1r2r(r2cr)+1r2sinθθ(sinθcθ)+1r2sin2θ2cϕ2=0\frac{1}{r^2}\frac{\partial}{\partial r}\left(r^2\frac{\partial c}{\partial r}\right) + \frac{1}{r^2 \sin\theta}\frac{\partial}{\partial \theta}\left(\sin\theta\frac{\partial c}{\partial \theta}\right) + \frac{1}{r^2 \sin^2\theta}\frac{\partial^2 c}{\partial \phi^2} = 0

Always look for symmetry first. If concentration doesn't vary with θ\theta or zz, those terms drop out and the problem becomes much more tractable.

Boundary Conditions

Boundary conditions are what make each diffusion problem unique. The same Laplace equation governs a huge range of physical situations; the BCs determine the actual concentration field.

For problems with irregular geometries where analytical solutions aren't feasible, two useful analytical approximation techniques exist:

  • Method of images: Place fictitious sources or sinks to satisfy boundary conditions at flat surfaces, similar to the technique used in electrostatics.
  • Superposition principle: Since Laplace's equation is linear, you can add solutions. Break a complex problem into simpler sub-problems, solve each, and sum the results.

Sources and Sinks

When mass is generated or consumed within the domain, the governing equation gains a source term:

(Dc)+S˙=0\nabla \cdot (D \nabla c) + \dot{S} = 0

where S˙\dot{S} is the volumetric rate of mass generation (positive for sources, negative for sinks).

  • Sources (S˙>0\dot{S} > 0): increase local concentration. Examples include dissolution of a solid phase or a chemical reaction producing a species.
  • Sinks (S˙<0\dot{S} < 0): decrease local concentration. Examples include a first-order chemical reaction consuming a reactant (S˙=kc\dot{S} = -kc) or absorption into a second phase.

With sources or sinks, the governing equation becomes Poisson's equation rather than Laplace's equation, and the solution methods are similar but require particular solutions in addition to homogeneous ones.