CSTR vs PFR — Key Differences
The two most important continuous flow reactors in chemical engineering are the CSTR (Continuous Stirred Tank Reactor) and PFR (Plug Flow Reactor). Understanding their fundamental differences is essential for reactor selection and sizing.
🔵 CSTR
- → Contents perfectly mixed at all times
- → Exit concentration = reactor concentration
- → Operates at exit (lowest) concentration
- → Concentration is uniform throughout
- → Residence time distribution is exponential
- → Easy temperature control
- → Good for reactions needing dilution of feed
🔷 PFR
- → No mixing in axial direction
- → Concentration varies along tube length
- → Operates at all concentrations from inlet to outlet
- → Narrower residence time distribution
- → More complex temperature control
- → Smaller volume than CSTR for same conversion
- → Better for reactions with high activation energy
Batch Reactor (BR) — Brief Comparison
| Property | CSTR | PFR | Batch |
|---|---|---|---|
| Flow type | Continuous | Continuous | Non-flow |
| Mixing | Perfect (backmixed) | No axial mixing | Perfect |
| Operation | Steady state | Steady state | Unsteady state |
| Design variable | Volume (V) | Volume (V) | Time (t) |
| Scale-up | Moderate difficulty | Easier | Difficult |
| Equivalent to | 1 stage (CSTR) | Infinite CSTRs in series | PFR (time-based) |
Design Equations — Mole Balance
Both reactor design equations come from a mole balance on the reacting species A. For a reaction A → Products with rate −r_A:
CSTR Design Equation
PFR Design Equation
Design Equations for Common Rate Laws
| Reaction Order | Rate Law | V_CSTR | V_PFR |
|---|---|---|---|
| Zero order | −r_A = k | F_A0 × X / k | F_A0 × X / k (same) |
| First order | −r_A = k×C_A | C_A0×X / (k×(1−X)) | C_A0×(−ln(1−X)) / k |
| Second order | −r_A = k×C_A² | C_A0×X / (k×C_A0²×(1−X)²) | X / (k×C_A0×(1−X)) |
Damköhler Number (Da)
The Damköhler number is a dimensionless number that compares the reaction rate to the transport (flow) rate. It is one of the most useful quick-sizing tools in reactor engineering:
Da for Specific Reactor Types
Damköhler Number as a Design Guide
| Da Value | Physical Meaning | Expected Conversion |
|---|---|---|
| Da ≪ 1 (Da ~ 0.1) | Reaction much slower than flow | X_A ≈ 10% (low conversion) |
| Da = 1 | Reaction rate ≈ transport rate | X_A ≈ 50% (CSTR), 63% (PFR) |
| Da ≫ 1 (Da ~ 10) | Reaction much faster than flow | X_A ≈ 90%+ (high conversion) |
Space Time, Space Velocity & Residence Time
These three related quantities are frequently confused — understanding each clearly is essential for reactor design and GATE problems.
| Parameter | Symbol | Formula | When τ = t̄? |
|---|---|---|---|
| Space time | τ | V/v₀ | Always defined this way |
| Mean residence time | t̄ | V/v_avg | Only when density is constant |
| Space velocity | SV | 1/τ | — |
| CSTR residence time | t̄_CSTR | V/v_exit | When v₀ = v_exit |
Levenspiel Plot — Graphical Reactor Sizing
The Levenspiel plot (1/−r_A vs X_A) is the most powerful graphical tool for reactor sizing and comparison. It works for any rate law — no analytical integration needed.
// LEVENSPIEL PLOT — CSTR vs PFR VOLUME COMPARISON
Reactors in Series & Parallel
CSTRs in Series
Multiple CSTRs in series approach the performance of a PFR. Each CSTR operates at a progressively lower concentration, reducing the volume penalty of backmixing:
PFRs in Parallel
When to Use CSTR vs PFR
Highly Exothermic Reactions
CSTR's backmixing moderates temperature — feed is diluted into a large, well-mixed volume, preventing hot spots.
Use CSTRHigh Activation Energy Reactions
PFR maintains high temperature and concentration — benefits reactions that are strongly favoured at high T and high C.
Use PFRBiological / Enzymatic Reactions
Michaelis-Menten kinetics with inhibition at high substrate concentrations — CSTR's dilution suppresses inhibition.
Use CSTRGas Phase, High T, High P
Tubular reactors (PFR) are structurally better for high pressure containment. Common in ammonia synthesis, methanol.
Use PFRAutocatalytic Reactions
Rate is highest at intermediate conversion — CSTR first (to reach high rate), then PFR to push to final conversion.
CSTR then PFRHigh Selectivity Required
For series reactions A→R→S where R is desired, PFR's concentration profile prevents over-reaction to S.
Use PFRWorked Example — First Order Liquid Phase Reaction
Problem: A first-order liquid phase reaction A → B with k = 0.25 min⁻¹. Feed flowrate v₀ = 10 L/min, C_A0 = 2 mol/L. Find the reactor volume required for 80% conversion in (a) a CSTR and (b) a PFR.
Given
| Parameter | Value | Unit |
|---|---|---|
| Rate constant (k) | 0.25 | min⁻¹ |
| Volumetric flowrate (v₀) | 10 | L/min |
| Inlet concentration (C_A0) | 2 | mol/L |
| Target conversion (X_A) | 0.80 | — |
| Molar feed rate (F_A0 = C_A0 × v₀) | 20 | mol/min |
(a) CSTR Volume
(b) PFR Volume
Comparison Summary
| Parameter | CSTR | PFR | Ratio |
|---|---|---|---|
| Volume required | 160 L | 64.4 L | 2.49× |
| Space time (τ) | 16.0 min | 6.44 min | 2.49× |
| Damköhler number (Da) | 4.0 | 1.61 | — |
| Conversion achieved | 80% | 80% | Same |
| Capital cost implication | Higher (2.5× volume) | Lower | — |
Practice Reactor Design — GATE Style Problems
Reinforce CSTR, PFR, Da number, and space time with GATE-style questions. Full step-by-step solutions included — covering all reactor types and rate laws.