Introduction & Context

Segregation-tendency assessment is a rapid, empirical screening tool that quantifies how likely a free-flowing, dry granular mixture is to demix during handling, conveying, or storage. In Process Engineering it is the first filter that formulators, packaging engineers, and QA/QC teams apply when designing breakfast cereals, snack mixes, pharmaceutical granules, cement blends or any multi-particulate consumer product where visible layer separation is considered a quality failure. The method is intentionally pragmatic: by combining only the difference in mean particle size and the difference in bulk density it produces a dimensionless Segregation Number that can be compared to industry benchmarks without detailed powder-rheology rigs or DEM simulations. When extra rigour is required, the Hausner ratio is simultaneously evaluated to capture flowability as an additional segregation driver.

Methodology & Formulas

All variables are in practical units: millimetres for diameter and kg m⁻³ for density. The following sequence mirrors the source code and must be executed in order.

  1. Size Ratio
    \(R = d_{large}\;/\;{\rm max}(d_{small},\;1\times10^{-9})\)
  2. Density Difference
    \(\Delta\rho = |\,ρ_{large,\ loose} - ρ_{small,\ loose}\,|\)
  3. Hausner Ratios
    \(H_{small} = ρ_{small,\ tapped}\;/\;{\rm max}(ρ_{small,\ loose},\;1\times10^{-9})\)
    \(H_{large} = ρ_{large,\ tapped}\;/\;{\rm max}(ρ_{large,\ loose},\;1\times10^{-9})\)
  4. Segregation Number
    \(N_{seg} = R \cdot \frac{\Delta\rho}{100 \, \text{kg m}^{-3}}\)
  5. Risk Category
    Dimensionless criterionRisk
    \(N_{seg}\;<\;0.4\)low
    \(0.4\le N_{seg}\le 0.8\)medium
    \(N_{seg}\;>\;0.8\)high
  6. Flowability Flag
    Hausner valueInterpretation for segregation propensity
    H < 1.15free-flowing (segregates easily)
    1.15 ≤ H ≤ 1.25moderate flowability (segregation propensity depends on other factors)
    H > 1.25cohesive (self-masking, segregation suppressed)

Before using the correlation, abort if any operating variable lies outside the validated ranges below:

QuantityUnitEmpirically validated span
particle sizemm0.1 ≤ d ≤ 10
density differencekg m⁻³0 ≤ Δρ ≤ 600
Hausner ratio-1.0 ≤ H ≤ 1.5

All calculations are algebraic; no numerical values are permitted in the final equations.