Introduction & Context

The hydrocyclone is a centrifugal liquid‑solid separator widely employed in the starch industry to concentrate starch slurries. By introducing the feed tangentially, a high‑speed vortex generates a radial acceleration that forces denser starch particles toward the underflow, while the lighter water‑rich phase exits as overflow. Accurate prediction of the cut size, separation efficiency, and pressure drop is essential for sizing cyclones, arranging them in batteries, and ensuring energy‑efficient operation.

Methodology & Formulas

The calculation follows the physics embedded in the reference Python code, expressed with standard engineering symbols.

1. Unit conversions

\[ Q_{s}= \frac{Q_{h}}{3600}\qquad\text{(volumetric flow rate in m³·s⁻¹)} \] \[ \mu = \mu_{cP}\cdot10^{-3}\qquad\text{(dynamic viscosity in Pa·s)} \] \[ \Delta\rho = \rho_{starch}-\rho_{water}\qquad\text{(density difference, kg·m⁻³)} \] \[ \theta = \frac{\pi}{180}\, \theta_{deg}\qquad\text{(cone half‑angle in radians)} \] \[ \sin\theta = \sin\!\left(\theta\right) \]

2. Hydraulic geometry

\[ A_{in}= \pi\left(\frac{d_{i}}{2}\right)^{2}\qquad\text{(inlet cross‑sectional area, m²)} \] \[ v_{in}= \frac{Q_{s}}{A_{in}}\qquad\text{(inlet velocity, m·s⁻¹)} \]

3. Cut size (d₅₀)

\[ d_{50}= K_{d50}\,\sqrt{\frac{\mu\,D_{c}}{\Delta\rho\,v_{in}\,\sin\theta}}\qquad\text{(median cut size, m)} \] where \(K_{d50}\) is a dimensionless empirical factor (≈ 0.55 for standard geometries).

4. Separation efficiency

\[ \eta = 1-\exp\!\left[-\left(\frac{d_{p}}{d_{50}}\right)^{N_{exp}}\right]\qquad\text{(fractional efficiency)} \] with \(d_{p}\) the particle diameter of interest and \(N_{exp}\) the exponential shape parameter (≈ 1.5 for starch slurries).

5. Pressure drop

\[ \Delta P_{Pa}= \tfrac{1}{2}\,\rho_{slurry}\,v_{in}^{2}\,\bigl(1+K_{loss}\bigr) \] \[ \Delta P_{bar}= \frac{\Delta P_{Pa}}{10^{5}}\qquad\text{(pressure drop, bar)} \] \(K_{loss}\) is the overall loss coefficient (≈ 7.5) and \(\rho_{slurry}\) the bulk slurry density.

Empirical Validity Checks

Parameter Condition Typical Range
Inlet‑to‑body diameter ratio \(0.15 \le \dfrac{d_{i}}{D_{c}} \le 0.25\) 0.15 – 0.25
Volumetric flow rate \(5 \le Q_{h} \le 20\) m³·h⁻¹ 5 – 20 m³/h
Inlet velocity \(3 \le v_{in} \le 10\) m·s⁻¹ 3 – 10 m/s
Density difference \(\Delta\rho > 50\) kg·m⁻³ > 50 kg/m³
Pressure drop \(0.5 \le \Delta P_{bar} \le 8\) bar 0.5 – 8 bar