Stokes regime (Re<1):
$$v_t = \frac{d^2(\rho_p - \rho_f)g}{18\mu}$$Schiller-Naumann correlation (Re<1000):
$$C_D = \frac{24}{Re}\left(1 + 0.15\,Re^{0.687}\right)$$Richardson-Zaki hindered settling:
$$v_{t,\text{eff}} = v_t\,(1-\varphi)^n$$Real-time calculation of terminal velocity from particle diameter, density, and fluid viscosity. Automatically determines Stokes/Allen/Newton regime. Hindered settling and centrifugal sedimentation also supported.
Stokes regime (Re<1):
$$v_t = \frac{d^2(\rho_p - \rho_f)g}{18\mu}$$Schiller-Naumann correlation (Re<1000):
$$C_D = \frac{24}{Re}\left(1 + 0.15\,Re^{0.687}\right)$$Richardson-Zaki hindered settling:
$$v_{t,\text{eff}} = v_t\,(1-\varphi)^n$$The terminal velocity is found by balancing the net gravity force (buoyancy-adjusted weight) with the fluid drag force. For the Stokes regime (very low Reynolds number, Re < 1), the drag force is linear with velocity, leading to a simple analytical solution.
$$v_t = \frac{d^2(\rho_p - \rho_f)g}{18\mu}$$$v_t$: Terminal settling velocity [m/s]
$d$: Particle diameter [m]
$\rho_p, \rho_f$: Particle and fluid density [kg/m³]
$g$: Gravitational acceleration [9.81 m/s²] (multiplied by G-value for centrifugation)
$\mu$: Fluid dynamic viscosity [Pa·s]
For higher Reynolds numbers (up to ~1000), the drag coefficient $C_D$ is not simply $24/Re$. The Schiller-Naumann correlation provides a more accurate empirical model. The terminal velocity must then be solved numerically from the force balance equation.
$$C_D = \frac{24}{Re}\left(1 + 0.15\,Re^{0.687}\right)$$ $$\text{where }Re = \frac{\rho_f v_t d}{\mu}\quad \text{and the force balance is}\quad \frac{\pi}{6}d^3(\rho_p-\rho_f)g = C_D \cdot \frac{1}{2}\rho_f v_t^2 \cdot \frac{\pi}{4}d^2$$The simulator solves this implicit equation for $v_t$. The "Hindered Settling" factor ($\phi$) further modifies the velocity, often using empirical corrections like the Richardson-Zaki equation.
Wastewater Treatment & Thickener Design: Settling tanks (clarifiers) and thickeners rely on precise settling velocity calculations to remove solid sludge from water. Engineers use this tool to size tanks and predict processing rates based on the particle size distribution of the incoming slurry.
Pharmaceutical Granulation & Powder Processing: In drug manufacturing, active ingredients are often suspended in liquids. Understanding settling rates is crucial for designing mixing processes, ensuring uniform dosage, and planning centrifugation steps for separation.
Slurry Transport in Mining & Dredging: When mineral ores or sediments are pumped as a slurry through pipelines, engineers must calculate settling velocities to prevent particles from settling out and blocking the pipe. This determines the minimum required flow velocity.
Centrifugal Separator Design: From separating cream from milk to isolating biological cells, centrifuges use high G-forces to accelerate sedimentation. This calculator's G-value parameter allows for rough sizing of centrifuges by scaling the effective gravitational force.
When you start using this calculation tool, there are several pitfalls that newcomers, especially those asked to perform calculations on-site, often stumble into. The first is "using the calculation result's unit as-is". This tool's default output is in m/s. For example, if the settling velocity result is 0.001 m/s, that's 1 mm/s. If you need to know "how many meters it settles in one hour" for a sedimentation tank design, you must convert it: 0.001 m/s × 3600 seconds = 3.6 m/hour. Overlooking units can directly lead to major design errors.
The second is "forgetting that the particles are assumed to be 'spherical'". Stokes' law, which is fundamental to this calculation, and the Schiller-Naumann correlation are both fundamentally based on the premise of spherical particles. On-site powders can be needle-shaped, plate-shaped, or form clusters through aggregation. For instance, the drag force and thus the settling velocity differ significantly between a sphere and a disk-shaped particle of the same volume. Treat the calculation result as the "theoretical value assuming sphericity"—a baseline for evaluating deviations from actual measured values.
The third is "handling fluid property inputs carelessly". Viscosity, in particular, is sensitive to temperature. The viscosity of water at 20°C is about 1 mPa·s, but at 60°C it's about 0.47 mPa·s—nearly half. If you use this tool to calculate conditions for "warm wastewater" and "cold wastewater" with the same density, the settling velocity results should differ by nearly a factor of two. In practice, it's a golden rule to always check the operating temperature range of your target process and input the accurate property values at that temperature.