Reference ID: MET-999A | Process Engineering Reference Sheets Calculation Guide
Introduction & Context
The power draw of a ball mill is a fundamental design and operating parameter in mineral processing, cement grinding, and other bulk-material comminution operations. Accurate estimation of the motor power required enables proper selection of drive equipment, prevents overload conditions, and helps optimise energy consumption. The calculation presented here is based on an empirical correlation that relates mill geometry, operating speed, slurry density, and fill level to the mechanical power absorbed by the grinding media.
Methodology & Formulas
The Python script follows a deterministic sequence of calculations. Each step is reproduced below using algebraic symbols only.
Convert rotational speed from revolutions per minute to revolutions per second:
\[
N_{\text{rev/s}} = \frac{N_{\text{rpm}}}{60}
\]
Convert slurry viscosity from centipoise to pascal-seconds (with a safeguard against zero):
\[
\mu = \max\!\left(\mu_{\text{cP}}\times10^{-3},\;10^{-9}\right)
\]
Critical speed of the mill (the speed at which the centrifugal force balances gravity for a ball on the mill wall):
\[
N_{c,\text{rpm}} = \frac{42.3}{\sqrt{D}}
\]
\[
N_{c,\text{rev/s}} = \frac{N_{c,\text{rpm}}}{60}
\]
Speed ratio (operating speed divided by critical speed):
\[
\text{SpeedRatio} = \frac{N_{\text{rev/s}}}{\max\!\left(N_{c,\text{rev/s}},\,10^{-9}\right)}
\]
Reynolds number for the slurry (used to assess the flow regime around the grinding media):
\[
Re = \frac{\rho_{s}\,N_{\text{rev/s}}\,D^{2}}{\max\!\left(\mu,\,10^{-9}\right)}
\]
Ensures the correlation is applied within its calibrated size domain.
Length-to-diameter ratio \(L/D\)
\(0.5 \le \dfrac{L}{D} \le 2.0\)
Maintains geometric similarity to the experimental data set.
Speed ratio \(N/N_{c}\)
\(0.5 \le \text{SpeedRatio} \le 0.85\)
Confines operation to the turbulent-grinding regime where the correlation is valid.
Viscosity \(\mu\)
\(\mu \le 1.0\) Pa·s (≈ 1000 cP)
Higher viscosities can alter the effective power number.
Reynolds number \(Re\)
\(Re \ge 10\,000\)
Guarantees turbulent flow around the media; below this the correlation may under-predict power.
When all validity checks are satisfied, the computed \(P_{\text{kW}}\) provides a reliable estimate of the mechanical power required to drive the mill under the specified operating conditions.
The power draw is affected by several inter-related variables:
Mill dimensions: Diameter and length determine the grinding volume and the torque required.
Filling degree: The proportion of the mill occupied by grinding media and material changes the load on the drive.
Media size and density: Larger or denser balls increase the inertia and thus the power needed.
Feed characteristics: Particle size, moisture content, and hardness alter the resistance to motion.
Rotational speed: Operating near the critical speed raises the centrifugal forces and power consumption.
Mill lining and wear: Rough or worn liners increase friction and draw more power.
A practical approach combines empirical formulas with process data:
Use the Bond work index equation: P = 10 W (10/D)0.5, where P is power (kW), W is the work index (kWh/ton), and D is the mill diameter (m).
Apply the Tromp curve or the Power-Draw chart for the specific mill size and speed to refine the estimate.
Adjust for filling degree, media weight, and material density using correction factors supplied by the mill manufacturer.
Validate the calculation with a pilot-scale test or a short-duration trial run before full-scale commissioning.
Power variations are normal and stem from dynamic conditions inside the mill:
Start-up: The motor must overcome static friction and accelerate the heavy charge, leading to a peak in power.
Loading phase: As material fills the mill, the effective load rises, increasing torque.
Steady state: Once the charge reaches a stable circulating pattern, power stabilizes at a lower level.
Process disturbances: Changes in feed rate, moisture spikes, or media wear can cause temporary power spikes.
Speed fluctuations: Slight deviations from the set speed alter the centrifugal forces and thus the draw.
Follow a systematic check-list to isolate the cause:
Verify the actual mill speed against the set point; correct any drive slippage.
Inspect the liner and lifter condition; replace worn or damaged components.
Measure the media charge weight and distribution; adjust if over-filled.
Check feed characteristics for unexpected hardness, moisture, or particle size increase.
Confirm that the motor and gearbox are operating within their rated efficiency; look for bearing wear or misalignment.
Review recent process changes (e.g., new ore source) that could affect the work index.
Worked Example – Estimating Ball-Mill Power Draw for a Pilot-Plant Test
A junior process engineer has been asked to predict the power draw of a small overflow ball mill that will treat a 30 wt-% limestone slurry. The mill has already been selected; its dimensions and the intended operating speed are fixed. The engineer must confirm that the installed motor (0.5 kW) is adequate.
Knowns
Mill nominal diameter, D = 0.55 m
Mill effective grinding length, L = 1.1 m
Rotation speed, N = 12 rpm (0.2 rps)
Slurry solids density, ρs = 1200 kg m-3
Slurry dynamic viscosity, μ = 500 cP (0.5 Pa s)
Fractional solids filling, F = 0.38
Empirical power-draw constant, k = 0.38
Gravitational acceleration, g = 9.81 m s-2
Step-by-step calculation
Convert the rotation speed to rps for consistency with SI units:
\[ N = 12\ \text{rpm} \div 60 = 0.2\ \text{rps} \]
Determine the fraction of critical speed:
\[ \text{speed ratio} = \frac{N}{N_c} = \frac{0.2}{0.951} \approx 0.210 \]
Estimate the Reynolds number for the slurry inside the mill:
\[ Re = \frac{\rho_s N D^2}{\mu} = \frac{1200 \times 0.2 \times 0.55^2}{0.5} \approx 145 \]
Compute the net power draw using the empirical model:
\[ P = k\ \rho_s\ F\ L\ D^{2.5}\ N \]
\[ P = 0.38 \times 1200 \times 0.38 \times 1.1 \times 0.55^{2.5} \times 0.2 \approx 342\ \text{W} \approx 0.342\ \text{kW} \]
Final Answer
The predicted gross power draw of the pilot-scale ball mill under the specified slurry conditions is 0.34 kW. Because this value is comfortably below the 0.5 kW name-plate rating of the installed motor, the engineer can proceed with confidence that the drive is adequately sized for the intended duty.
"Un projet n'est jamais trop grand s'il est bien conçu."— André Citroën
"La difficulté attire l'homme de caractère, car c'est en l'étreignant qu'il se réalise."— Charles de Gaulle