Introduction & Context

In food-grade stirred-tank operations—such as keeping chocolate-chip-like solids uniformly suspended in batter—the target is to quantify “how evenly” the solids are distributed. The dimensionless degree of uniformity (mixing index) gives a single number that operators can benchmark against a minimum acceptable value (typically 0.95 for food suspensions). The calculation is used:

  • after any speed or time adjustment to verify that additional mixing is unnecessary;
  • during process qualification to document batch-to-batch reproducibility;
  • in scale-up to demonstrate that a larger tank delivers the same homogeneity as the pilot unit.

Methodology & Formulas

The workflow mirrors the sampling protocol in the Python module:

  1. Collect n samples at different heights (and, if desired, radial positions); convert wt % readings to mass fractions ci (kg solids kg-1 slurry).
  2. Compute the mean concentration in the tank: \[ \bar{c}= \frac{1}{n}\sum_{i=1}^{n}c_{i} \]
  3. Compute the sample standard deviation: \[ \sigma = \sqrt{\frac{1}{n-1}\sum_{i=1}^{n}(c_{i}-\bar{c})^2} \]
  4. Calculate the mixing index using the design target concentration cdesign (supplied as mass-loading) to avoid bias toward the accidentally richer or leaner batch: \[ I_{\text{uniform}} = 1 - \frac{\sigma}{\max(c_{\text{design}},10^{-9})} \]
  5. Check hydrodynamic regime with the impeller Reynolds number based on impeller diameter D: \[ Re_{\text{impeller}} = \frac{\rho_{\text{f}}\,N_{\text{rad/s}}\,D^2}{\mu_{\text{f}}} \quad \text{with} \quad N_{\text{rad/s}} = N_{\text{rpm}}\cdot\frac{2\pi}{60} \]
Parameter Validity range Consequence if violated
Mean solids loading 0 < cdesign < 0.15 kg kg-1 Correlation invalid; use dense-slurry models
Reynolds number Reimpeller > 10,000 Flow not fully turbulent; index may over-estimate uniformity