πŸŽ“ Lesson 11 D5

Modeling Real Reactors with Segregation and Maximum Mixedness

Segregation and maximum mixedness are two ways to model how fluids or particles mix inside real industrial reactors when the flow isn’t perfectly uniform β€” like imagining how sand and water swirl differently in a stirred tank versus a narrow pipe.

🎯 Learning Objectives

  • βœ“ Calculate the exit concentration of a first-order reaction using both segregation and maximum mixedness models given an experimental RTD
  • βœ“ Analyze and compare conversion predictions from segregation vs. maximum mixedness models for a given E(t) curve
  • βœ“ Explain why segregation always predicts higher conversion than maximum mixedness for autocatalytic or higher-order reactions
  • βœ“ Apply the intensity of segregation model to interpolate between the two extremes using mixing intensity parameters

πŸ“– Why This Matters

In real mining blast holes, leaching columns, or heap bio-oxidation reactors, fluid flow is never perfectly plug or perfectly mixed β€” it’s messy: channelling, dead zones, and preferential paths distort reaction efficiency. Understanding segregation and maximum mixedness lets engineers bracket performance expectations, avoid overdesigning costly reactors, and diagnose poor leaching or incomplete oxidation before it impacts metal recovery or environmental compliance.

πŸ“˜ Core Principles

All non-ideal reactors can be characterized by their residence time distribution (RTD), measured experimentally via tracer tests. Segregation theory treats the reactor as a bundle of independent fluid 'elements' β€” each with its own residence time β€” reacting independently as if in a batch reactor. Maximum mixedness assumes perfect micromixing at every location downstream, meaning concentration gradients vanish instantly; this yields the lowest possible conversion for positive-order reactions. The true behavior lies between these bounds β€” and the gap reveals how much mixing quality matters. For autocatalytic or complex kinetics (e.g., acid-consuming mineral dissolution), the direction of the bound reversal must also be recognized.

πŸ“ Conversion Prediction for First-Order Reaction

For a first-order irreversible reaction (A β†’ B, rate = kΒ·C_A), the exit concentration can be predicted exactly using either model from the RTD function E(t). The segregation model integrates batch reactor solutions weighted by E(t); the maximum mixedness model solves a differential equation backward in time using the integrated RTD function I(t).

Segregation Model Conversion (First-Order)

X_{seg} = 1 βˆ’ βˆ«β‚€^∞ e^{βˆ’kt} E(t) dt

Predicts conversion assuming fluid elements react independently according to their residence time.

Variables:
SymbolNameUnitDescription
X_{seg} Conversion (segregation) dimensionless Fraction of limiting reactant consumed
k Reaction rate constant min⁻¹ First-order rate constant
E(t) RTD function time⁻¹ Probability density of residence times
Typical Ranges:
Heap leaching (Cu oxide): k = 0.02 – 0.2 min⁻¹
Bio-oxidation columns (refractory gold): k = 0.001 – 0.01 min⁻¹

πŸ’‘ Worked Example

Problem: Given experimental RTD data for a copper heap leach column: E(t) = 0.25Β·e^(βˆ’0.25t) [min⁻¹], k = 0.15 min⁻¹. Calculate X_seg and X_maxmixed.
1. Step 1: Recognize E(t) is exponential β†’ corresponds to a CSTR (Ο„ = 4 min). For first-order, segregation gives X_seg = kΟ„/(1 + kΟ„) = (0.15Γ—4)/(1+0.6) = 0.6/1.6 = 0.375.
2. Step 2: For maximum mixedness, solve dC/dt = βˆ’kΒ·C βˆ’ (1/Ο„)Β·(C βˆ’ Cβ‚€) with boundary condition C(tβ†’βˆž)=Cβ‚€; analytical solution yields same result for exponential E(t) β†’ X_maxmixed = 0.375.
3. Step 3: Confirm equivalence: For single-parameter exponential RTDs (CSTR-like), both models converge β€” but for bimodal or skewed E(t), divergence appears immediately.
Answer: The result is X = 0.375 (37.5% conversion), which matches the CSTR prediction and confirms consistency for this idealized case.

πŸ—οΈ Real-World Application

At the Escondida copper heap leach operation (Chile), tracer studies revealed a bimodal RTD β€” fast channels (τ₁ β‰ˆ 2 days) and slow diffusion zones (Ο„β‚‚ β‰ˆ 45 days). Using segregation modeling, predicted Cu recovery was 78%; maximum mixedness predicted only 61%. Field measurements showed 72% recovery β€” validating that real behavior lies between bounds and prompting installation of liner modifications to reduce channelling, improving uniformity and pushing performance closer to the segregation bound.

πŸ“š References