Introduction & Context

Pharmaceutical, food and specialty-chemical plants routinely move a new powder blend from a 5–20 kg R&D vessel to a 500–2000 kg production blender. Because the same degree of homogeneity must be reached in the same number of revolutions, reliable scale-up rules are essential. The two most common rules—Froude-number similarity and tip-speed (peripheral-velocity) similarity—trade off mixing time, mechanical stress and power demand. The present sheet implements both options for geometrically similar, free-flowing, non-cohesive powders whose behaviour is dominated by inertial and gravitational forces.

Methodology & Formulas

  1. Constants \[ g = 9.81\ \text{m s}^{-2} \]
  2. Initial Data (lab scale)
    mass: \( m_{1} \)  density: \( \rho \)  impeller diameter: \( D_{1} \)  rotational speed: \( N_{1} \)
    volume of lab blend: \( V_{b1} = \dfrac{m_{1}}{\rho} \)
  3. Scale-up Geometry
    volume ratio: \( \dfrac{m_{2}}{m_{1}} \)
    linear scale factor: \( L = \left( \dfrac{m_{2}}{m_{1}} \right)^{1/3} \)
    plant-scale diameter: \( D_{2} = L\,D_{1} \)
  4. Lab-Scale Dimensionless Groups
    Froude number (sub-critical granular regime): \( Fr_{1} = \dfrac{N_{1}^{2}\,D_{1}}{g} \)
    tip speed: \( V_{t1} = \pi\,N_{1}\,D_{1} \)
  5. Similarity Rule (choose one)
    Rule Formula for Plant Speed \( N_2 \)
    Fr \( N_{2} = N_{1}\sqrt{\dfrac{D_{1}}{D_{2}}} \)
    Vt \( N_{2} = \dfrac{V_{t1}}{\pi\,D_{2}} \)
    (For any other string the code raises ValueError.)
  6. Plant-Scale Quantities
    Froude number: \( Fr_{2} = \dfrac{N_{2}^{2}\,D_{2}}{g} \)
    tip speed: \( V_{t2} = \pi\,N_{2}\,D_{2} \)
    mixing-time ratio: \( \displaystyle \frac{t_{m2}}{t_{m1}} = \frac{N_{1}}{N_{2}} \)
    power-ratio (estimated from fluid-mixing scaling for geometrically similar impellers): \( \displaystyle \frac{P_{2}}{P_{1}} = \left(\frac{N_{2}}{N_{1}}\right)^{3}\left(\frac{D_{2}}{D_{1}}\right)^{5} \) (Note: For powder mixing, this formula is approximate and should be validated empirically.)
  7. Validity Envelope
    Check Threshold
    Lab \( Fr_{1} \) < 2.0
    Plant \( Fr_{2} \) < 2.0
    Lab \( V_{t1} \) < 2.0 m s−1
    Plant \( V_{t2} \) < 2.0 m s−1
    Exceeding any limit raises ValueError and indicates that centrifugal segregation (often for Fr > 3) or cohesive/particle-friction effects may become dominant, requiring additional dimensionless groups for accurate scale-up.
  8. Output Set
    The sheet returns the rounded values: L, D2, N2, Fr2, Vt2, tm2/tm1, and P2/P1.