Introduction & Context
In a mixing tank, suspended solids such as fruit pieces in juice tend to settle under gravity while agitation tries to keep them uniformly dispersed. The settling velocity of a single particle is the terminal speed at which these two effects balance; it is the key scaling parameter for:
- Impeller power selection to maintain suspension.
- Tank height-to-diameter ratios to avoid dead zones.
- Residence-time calculations for heat treatment or sterilisation.
- Scale-up from pilot to industrial vessels.
Methodology & Formulas
Step 1 – Stokes regime (low particle Reynolds number)
For creeping flow around a sphere, the drag coefficient is \( C_D = 24/Re_p \). Balancing drag, buoyancy, and weight gives the classical Stokes velocity:
\[ v_{\text{Stokes}} = \frac{g\,d^2\,(\rho_p - \rho_f)}{18\,\mu} \]with the particle Reynolds number defined as:
\[ Re_p = \frac{\rho_f\,v\,d}{\mu} \]| Regime | Range | Drag law |
|---|---|---|
| Stokes (laminar) | \( Re_p \leq 1 \) | \( C_D = 24/Re_p \) |
| Transition | \( 1 \lt Re_p \leq 1000 \) | Schiller–Naumann (see below) |
| Newton (turbulent) | \( Re_p \gt 1000 \) | \( C_D \approx 0.44 \) |
Step 2 – Schiller–Naumann correction for \( Re_p \gt 1 \)
When the Stokes estimate yields \( Re_p \gt 1 \), the drag coefficient is corrected to:
\[ C_D = \frac{24}{Re_p}\left(1 + 0.15\,Re_p^{0.687}\right) \]and the terminal velocity is obtained from the force balance:
\[ v_t = \sqrt{\frac{4\,g\,d\,(\rho_p - \rho_f)}{3\,C_D\,\rho_f}} \]Because \( C_D \) itself depends on \( v_t \), the two equations are solved iteratively:
- Start with \( v_t^{(0)} = v_{\text{Stokes}} \).
- Compute \( Re_p^{(k)} = \rho_f\,v_t^{(k)}\,d/\mu \).
- Update \( C_D^{(k)} \) with the Schiller–Naumann expression.
- Recompute \( v_t^{(k+1)} \) from the square-root formula.
- Repeat until successive values differ by less than the desired tolerance (20 iterations are usually sufficient).
Step 3 – Application
The converged \( v_t \) is the settling velocity used to assess suspension quality, impeller speeds, and minimum agitation power in the mixing tank.