Reference ID: MET-17E5 | Process Engineering Reference Sheets Calculation Guide
Introduction & Context
The mass-average diameter is a single-value descriptor of a particulate solid’s size distribution. It is the mean size weighted by the mass fraction retained on each sieve, and therefore reflects the size that contributes most to the total mass of the sample. In process engineering the parameter is used to:
scale-up or scale-down milling, grinding, and comminution circuits;
predict pressure drop and heat/mass-transfer coefficients in packed beds and fluidised beds;
estimate dissolution, reaction, or combustion rates where surface area per unit mass is size-dependent;
check compliance with product specifications (e.g., d50 or d90 limits).
Methodology & Formulas
Total mass
\[ M_{\text{tot}} = \sum_{i} m_{i} \]
where \( m_{i} \) is the mass retained on sieve fraction i.
Mass fractions
\[ x_{i} = \frac{m_{i}}{M_{\text{tot}}} \]
with the closure condition
\[ \sum_{i} x_{i} = 1 \]
Mean diameter of each fraction
For every interval bounded by an upper sieve aperture \( d_{\text{upper},i} \) and a lower sieve aperture \( d_{\text{lower},i} \):
Mass-average diameter
\[ d_{\text{mass-avg}} = \sum_{i} x_{i}\,\bar{d}_{i} \]
The summation excludes the pan fraction’s mass fraction when the pan is only used as a catch-all; the code snippet above uses all but the last element to align with the sieve list length.
A numerical tolerance of 0.5 % on \( \sum x_{i} \) and the range 0–1 for every \( x_{i} \) are typically enforced to flag data-entry or experimental errors.
Mass average diameter (D43) is the mean size weighted by particle mass. It is critical because:
It predicts how solids behave in separation, drying, and pneumatic transport.
It links directly to bulk density and mass flow rates used in heat & mass balance calculations.
Regulatory filings (e.g., EPA, FDA) often require D43 to demonstrate product consistency.
Using a number average instead can underestimate large particles and lead to equipment fouling or off-spec product.
Follow these steps:
Record the retained mass mi on each sieve and the midpoint diameter di of the size interval.
Compute the total mass M = Σ mi.
Calculate D43 = Σ (mi · di4) / Σ (mi · di3).
Report the result in the same engineering units as your sieve stack (µm or mm).
Spreadsheet templates with built-in power functions reduce arithmetic errors.
Laser diffraction instruments output volume-based distributions. For most minerals and chemicals the particle density is constant, so volume ≈ mass and D43 can be taken directly from the software. If your material has internal porosity or varying density:
Export the volume distribution and multiply each bin by true density to obtain mass.
Recalculate D43 using the mass-weighted formula above.
Always validate with a sieve check when regulatory compliance is required.
Use the 10 % rule: the sample mass must be ≥ 10 % of the mass of the largest particle in the lot. For powders with a top size of 1 mm and ρ ≈ 2 g cm-3, this equates to ~4 g. For additional confidence:
Collect at least 3 replicate samples from different drum or conveyor locations.
Combine and riffle-split to the required analytical mass to minimize segregation bias.
This ensures the calculated D43 is within ±2 % relative error for typical process control.
Worked Example – Mass-Average Diameter of Milled Polymer Particles
A process engineer has collected sieve data from a hammer-mill that produces a specialty polymer powder. The plant’s specification sheet requires the mass-average diameter to verify that the milling step is on target for downstream extrusion.
Knowns
Mass retained on PAN (125 µm sieve): 1.2 kg
Mass retained on 90 µm sieve: 4.8 kg
Mass retained on 63 µm sieve: 8.0 kg
Mass retained on 45 µm sieve: 4.0 kg
Mass passing 45 µm (pan): 2.0 kg
Total sample mass: 20.0 kg
Mean diameter of PAN fraction: 125 µm
Mean diameter of 90 µm fraction: 107 µm
Mean diameter of 63 µm fraction: 76.5 µm
Mean diameter of 45 µm fraction: 54 µm
Mean diameter of pan fraction: 31.25 µm
Step-by-Step Calculation
Compute the mass fraction \(x_i\) for each size interval:
\[ x_i = \frac{m_i}{\sum m_i} \]
For the 125 µm interval: \(x = 1.2/20 = 0.06\)
Multiply each mass fraction by the corresponding mean diameter \(d_i\):
\[ x_i\,d_i = 0.06 \times 125 = 7.5\ \mu m \]
Repeat for all five intervals to obtain 7.5, 25.68, 30.6, 10.8, and 3.125 µm.
Sum the weighted diameters to obtain the mass-average diameter:
\[ D_{\text{mass}} = \sum x_i\,d_i = 7.5 + 25.68 + 30.6 + 10.8 + 3.125 = 77.705\ \mu m \]
Round to three decimal places:
\[ D_{\text{mass}} = 77.705\ \mu m \approx 77.7\ \mu m \]
Final Answer
The mass-average diameter of the milled polymer powder is 77.7 µm.
"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