Separation Processes
One flash (Chapter 3) buys you one stage of separation — often not enough. Stack many equilibrium stages, add reflux at the top and a reboiler at the bottom, and you get distillation: the workhorse that does most of the separation in the chemical industry. This chapter is how a column is modelled, how to read what it's doing, and how to size one fast.
5.1 A column is a stack of equilibrium stages
Picture the flash of Chapter 3 repeated on every tray: liquid falls down the column, vapor rises up it, and on each stage the two come to equilibrium — vapor enriching in the light component as it climbs, liquid enriching in the heavy component as it descends. A condenser at the top returns part of the overhead as reflux (ratio

The ethanol-water distillation column: FEED → COL → distillate (DIST) + bottoms (BOT). Inside that one node is a whole stack of equilibrium stages.
5.2 The MESH equations
Rigorously, every stage
- Liquid- and vapor-phase molar flow of component i leaving stage j (the unknowns the M equations balance).
- Feed flow of component i entering stage j (zero on every stage except the feed tray).
- Vapor and liquid mole fraction of component i on stage j.
- Equilibrium ratio of component i on stage j (the same K from Chapter 3's flash, evaluated at that stage's T, P, composition).
- Total liquid and vapor molar flow leaving stage j.
- Liquid- and vapor-phase molar enthalpy on stage j.
- Heat added to (or removed from) stage j — nonzero only at the condenser and reboiler for an ordinary column.
That's

The column's 'show the math' (ParamEditor ▸ Theory): the MESH equations MaximaLabs solves on every stage, rendered in full — the same equations Aspen's RadFrac solves, here in plain view.
5.3 McCabe-Thiele: the picture behind the column
Before rigorous solvers existed, engineers sized binary columns graphically with the McCabe-Thiele construction — and it's still the clearest picture of what a column does. On the equilibrium
- Reflux ratio L/D — moles refluxed per mole of distillate.
- Liquid composition leaving stage n and vapor composition entering it from below — successive points on the operating line.
- Distillate composition (the line's fixed point: at x_n=x_D, y_{n+1}=x_D too).
and step off stages as a staircase between the operating lines and the equilibrium curve — each tread is one theoretical stage. MaximaLabs draws it for a solved column, actual stages and all:

McCabe-Thiele for the ethanol-water column: the equilibrium curve, the operating lines set by the reflux ratio, and the step-off staircase — one step per theoretical stage. The steps bunch up as they approach the azeotrope.
5.4 Reading the column: stage profiles
A rigorous solve gives more than top and bottom products — it gives the full internal state, stage by stage: temperature, the liquid and vapor traffic (

The column's stage profiles (ParamEditor ▸ Profile): temperature and internal liquid/vapor flows down the column. Where the temperature curve flattens, stages are doing little work — a pinch.
5.5 Shortcut design (Fenske-Underwood-Gilliland)
A full MESH solve needs a column to already exist. To design one — how many stages, what reflux — engineers start with the FUG shortcut (Aspen's DSTWU). Fenske gives the minimum stages at total reflux from the relative volatility
- Minimum theoretical stages, at total reflux (R=infinity) — the fewest stages any design at this split could use.
- Relative volatility of the light key over the heavy key.
- Light-to-heavy-key ratio in the distillate, and heavy-to-light-key ratio in the bottoms — how sharp the desired split is.
About 7 theoretical stages at total reflux — the floor a real, finite-reflux design sits above.
Underwood gives the minimum reflux ratio — the other end of the design-space wall, where an infinite number of stages would be needed. For a multicomponent feed you first solve for the root(s)
- Relative volatility and feed mole fraction of component i.
- The Underwood root(s) — a value strictly between the heavy- and light-key volatilities, solved for numerically.
- Feed liquid fraction (thermal condition): q=1 saturated liquid, q=0 saturated vapor, in between a flashed feed.
where
- Minimum reflux ratio — the other design-space wall (infinite stages needed below this).
- Distillate mole fraction of component i.
Gilliland then closes the loop: given
- Actual stage count at the chosen operating reflux R — what the correlation solves for.
- The dimensionless reflux ratio (R-R_min)/(R+1) — Gilliland's correlating variable.
A propane/n-butane depropanizer (50/50 feed, 8 atm, saturated liquid, 99% light-key recovery/99% heavy-key rejection), solved via MaximaLabs' actual shortcut solver under Peng-Robinson:
Real solver output, not hand-picked — this is exactly what the Shortcut column tool below returns for this feed.
Fenske → Underwood → Gilliland is the classic one-shot sequence: three cheap algebraic equations instead of a full MESH solve, good enough to size a column before committing to the rigorous model. MaximaLabs exposes exactly this as the Shortcut column tool (Analysis & reports ▸ Engineering analysis) — enter the light/heavy key recoveries and it returns
5.6 The wall: azeotropes
Distillation separates by relative volatility, so where volatility vanishes —
5.7 Try it
- 1Open the ethanol-water distillation example and Run it.
- 2Click the COL node and open the McCabe tab to see the staircase, then Profile for the stage-by-stage temperature and flows, and Theory for the MESH equations.
- 3Change the reflux ratio and re-run — watch the operating lines tilt on McCabe-Thiele and the distillate purity move. More reflux, sharper split, more reboiler duty.
- 4Move the feed stage and re-run — the profiles show whether you've placed it well (a smooth composition front) or badly (a kink and wasted stages).
- 5Try pushing the distillate purity past ~89% ethanol — it won't go, because the azeotrope caps it. That's §5.6, live.
A column is just Chapter 3's flash, stacked and wired with reflux and reboil — and everything you've learned so far (thermodynamics, flash, the equation-oriented solve) is doing the work inside that one node.
5.8 Exercises
Work each problem yourself first, then reveal the solution to check it. Where a problem says so, reproduce it live in MaximaLabs — the solver is the answer key.
- 1warm-upEstimate the minimum number of stages (total reflux) with the Fenske equation for a separation with relative volatility, a distillate at 95 mol% light key, and bottoms at 5 mol% light key.
- 2coreOn a McCabe-Thiele diagram, what happens to the number of stages as the reflux ratioincreases, and what do you pay for it? Name the two limitsand.
- 3challengePush the ethanol-water column toward a 99 mol% ethanol distillate and it stops improving. Explain what the stage profile and McCabe-Thiele diagram are showing, and name three ways to actually get past it.