Reference ID: MET-9DA1 | Process Engineering Reference Sheets Calculation Guide
Introduction & Context
The compression ratio \(CR\) of a roller mill is the dimensionless quotient between the thickness of the feed layer \(h_{feed}\) and the minimum roll gap \(h_{gap}\) actually achieved. It quantifies how much the incoming particulate stream is compacted as it passes through the nip region. In process engineering this parameter governs:
Mechanical stress on kernels/seeds and the resulting oil or juice extraction efficiency.
Power draw, roll wear, and bearing life.
Throughput stability and the likelihood of choking or slippage.
Roller mills for oilseed crushing, sugar cane milling, and coffee grinding are therefore sized and operated with a target \(CR\) that balances high yield against hardware limits.
Methodology & Formulas
Define the compression ratio
\[
CR = \frac{h_{feed}}{h_{gap}}
\]
where \(h_{feed}\) is the mean thickness of the feed layer and \(h_{gap}\) is the smallest distance between the rolls.
Compute the required gap
Re-arrange the definition to obtain the set-point gap:
\[
h_{gap} = \frac{h_{feed}}{CR}
\]
The Python snippet prevents division by zero with a floor value of \(1\times10^{-9}\).
Check operating envelope
Parameter
Lower limit
Upper limit
Consequence if violated
Compression ratio \(CR\)
2
4
Roll damage or poor extraction
Gap \(h_{gap}\)
0.8 mm
—
Clogging with 3 mm kernels
Feed thickness \(h_{feed}\)
\(>0\)
—
Mathematical error
Secondary mechanical checks
Although not computed in the minimal code, the following quantities are routinely verified:
Bearing load \(\le 60\%\) of catalogue rating.
Roll flexure \(\le 0.05\) mm to maintain a uniform gap across the roll length.
The compression ratio is the quotient of the gap height before and after the material passes through the nip. Calculate it as CR = h1 ÷ h2, where h1 is the thickness of the feed sheet entering the rolls and h2 is the ribbon thickness at the roll gap exit. Typical values for wheat milling range from 1.5 to 2.5; higher ratios indicate more aggressive size reduction.
Excessive ratio causes:
Roll slip and vibration, leading to throughput loss
Temperature rise that can damage starch and release excess moisture
Greater roll wear and higher maintenance costs
Excessive fines that lower product quality and cause downstream handling issues
Keep the ratio within the supplier-recommended envelope for the stock being processed.
Use the hydraulic gap control system:
Increase roll force to reduce h2 and raise the ratio
Decrease roll force to enlarge h2 and lower the ratio
Monitor motor load and ribbon thickness in real time; small increments (< 0.05 mm) prevent oscillations
Verify feeder gate speed matches the new gap to avoid choking or starvation
Always stay within the mill’s maximum allowable roll force to protect bearings and shafts.
Yes. A higher differential (fast roll vs. slow roll) increases shear and effectively raises the reduction rate, so the apparent compression ratio can be 5–10% greater than the geometric ratio alone. When you change differential, recalculate the target gap to keep the true mechanical ratio within spec.
Worked Example – Checking Feasibility of a Target Compression Ratio
A shift engineer needs to verify whether the mill can safely run a new wheat-middlings sheet at a target compression ratio of 2.5. The roll stand has a 250 mm diameter and the plant recipe fixes the feed thickness at 3 mm. The engineer must confirm that the required gap, bearing load, and roll flexure all stay within design limits.
Knowns
Feed thickness, \(h_{feed} = 3.0\) mm
Target compression ratio, \(CR_{target} = 2.5\)
Minimum allowable gap, \(h_{gap,min} = 0.8\) mm
Maximum allowable bearing load = 60.0 kN
Maximum allowable roll flexure = 0.05 mm
Roll diameter = 250 mm
Linear speed = 6.0 m s-1
Step-by-step calculation
Calculate the required roll gap from the definition of compression ratio:
\[
h_{gap} = \frac{h_{feed}}{CR_{target}} = \frac{3.0}{2.5} = 1.2 \text{ mm}
\]
Check gap against minimum allowable:
1.2 mm ≥ 0.8 mm → OK
Estimate separating force (simplified) using an empirical specific roll pressure of 2.5 kN mm-1 per metre of roll width:
\[
F \approx 2.5 \times 1.2 = 3.0 \text{ kN m}^{-1}
\]
For a 1 m wide roll the load is 3.0 kN, far below the 60 kN limit → OK
Estimate roll flexure with the standard beam formula (steel roll, E = 210 GPa, moment of inertia for a 250 mm solid roll):
\[
\delta \approx \frac{5 F L^3}{384 E I} \approx 0.012 \text{ mm}
\]
0.012 mm ≤ 0.05 mm → OK
Final Answer
The target compression ratio of 2.5 is feasible: the required gap is 1.2 mm, bearing load 3 kN, and roll flexure 0.012 mm, all within allowable limits.
"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