Column Models
Column models are mathematical frameworks that describe the transport and separation of solutes in chromatography columns. These models vary in complexity, from detailed mechanistic descriptions to simplified representations that balance accuracy with computational efficiency.
Overview
In liquid chromatography, solutes are transported through packed columns where they interact with stationary phase particles. The separation process involves multiple mass transfer mechanisms operating at different length scales:
- Convection through the interstitial (bulk) fluid between particles
- Film diffusion across the boundary layer surrounding particles
- Pore diffusion within the porous particle structure
- Adsorption/desorption at the solid-liquid interface
Different column models capture these phenomena with varying levels of detail, leading to trade-offs between physical accuracy and computational cost.
Model Comparison
| Model | Mass Transfer Zones | Key Assumptions | Computational Cost |
|---|---|---|---|
| Lumped Rate Model (LRM) | Bulk liquid + bound (lumped) | No explicit mass transfer resistance; binding acts directly on liquid phase | Low (1D PDE, simpler) |
| Lumped Rate Model with Pores (LRMP) | 2 zones: bulk, particle (lumped) | Film and pore resistances combined via effective diffusion | Medium (1D PDE system) |
| General Rate Model (GRM) | 3 zones: bulk, film, pore | Radial symmetry in particles, local equilibrium at solid surface | High (2D PDE system) |
Shared Mathematical Framework
All three models share a common axial transport (convection) structure based on mass conservation. The interstitial velocity is:
where is the volumetric flow rate, is the cross-sectional area, and is the interstitial (column) porosity. The models differ in how they describe what happens inside and around the particles.
Axial Discretization
The column is divided into cells of uniform width , where is the column height. Using the interstitial velocity above, transport in each cell is discretized as follows.
Interior Cells
For cells , axial transport is discretized using central differences for dispersion and first-order upwind for convection:
Dispersion is component-specific ( per component). Convection uses first-order upwind, taking the concentration from the upstream cell.
Outlet Cell
At the outlet (), only convection with a half-cell width is applied. An implicit Neumann boundary condition eliminates the dispersion term:
Inlet Cell — Danckwerts Boundary Condition
The inlet cell () is treated as an algebraic constraint (not a differential equation). The Danckwerts boundary condition balances convective and dispersive fluxes at the column entrance:
This ensures consistency between the inlet profile and the first interior cell.
Lumped Rate Model (LRM)
The simplest column model. Binding acts directly on the liquid phase — there is no separate pore phase.
where:
- — liquid phase concentration
- — interstitial velocity
- — axial dispersion coefficient
- — interstitial (column) porosity
- — total porosity
- — adsorption rate
Lumped Rate Model with Pores (LRMP)
Adds a pore phase inside the particle. Film diffusion couples the liquid and pore phases, and binding acts on the pore phase rather than the liquid phase.
Liquid Phase
Pore Phase
where:
- — pore liquid concentration
- — film diffusion coefficient (per component)
- — particle radius
- — particle porosity
- — adsorption rate
General Rate Model (GRM)
The most detailed column model. Adds radial discretization inside the particle with both pore diffusion and surface diffusion.
Liquid Phase
Same form as LRMP, but the film boundary condition couples to the outermost radial shell:
Pore Phase (Radial)
where:
- — pore liquid concentration (function of axial and radial position)
- — solid phase (bound) concentration
- — pore diffusion coefficient
- — surface diffusion coefficient
- — radial coordinate within the particle
Boundary Conditions
Particle center (symmetry — zero flux):
Particle surface (flux continuity — film diffusion, no surface diffusion flux across boundary):
Further Reading
- Guiochon, G., Felinger, A., Shirazi, D. G., & Katti, A. M. (2006). Fundamentals of Preparative and Nonlinear Chromatography (2nd ed.). Academic Press.
- Ruthven, D. M. (1984). Principles of Adsorption and Adsorption Processes. Wiley-Interscience.
- von Lieres, E., & Andersson, J. (2010). A fast and accurate solver for the general rate model of column liquid chromatography. Computers & Chemical Engineering, 34(8), 1180-1191.

