Description
This article describes methods for converting:
- Quantity or fraction retained to cumulative quantity or fraction passing particle size distributions
- Cumulative quantity passing to quantity retained particle size distributions
- Particle size distributions between different mesh series
- Particle size distribution mesh interval sizes to geometric mean sizes
- Volumetric flow rates of slurry to mass flow rates of solids and liquids
Model theory
Retained to cumulative passing
A distribution of quantity retained on a mesh series is converted to a cumulative quantity passing the same series by the following relation:

where:
is the number of size intervals
is the index of the size interval, 
is the cumulative quantity passing size interval 
is the quantity retained on size interval 
Similarly, a cumulative distribution of fraction passing a mesh series may be obtained from quantity retained data by:

where
is the normalised cumulative quantity passing size interval
.
Cumulative passing to retained
A cumulative quantity passing distribution is converted to a quantity retained distribution by the following relation:

where:
is the number of size intervals
is the index of the size interval, 
is the cumulative quantity passing size interval 
is the quantity retained on size interval 
Similarly, a fraction retained distribution may be obtained from cumulative quantity passing data by:

where
is the normalised quantity (i.e. fraction) retained on size interval
.
Convert between meshes
Given a discrete quantity retained distribution
on size interval series
, where
and
is the number of size intervals of distribution 1, the quantity retained distribution
on size interval series
, where
and
is the number of size intervals of distribution 2, can be obtained from the following procedure:
- Convert quantity retained distribution
to cumulative quantity passing distribution 
- Compute the cumulative quantity passing distribution
on size interval series
using an interpolation method with
and 
- Convert cumulative quantity passing distribution
back to the quantity retained distribution 
Either linear interpolation or cubic spline interpolation methods may be applied to the above procedure.
Furthermore, both the size intervals (
,
) and cumulative quantity passing (
,
) distributions may be converted to logarithmic scales prior to interpolation, should this provide a better quality mesh conversion for a given application.
Geometric mean size
The geometric mean size of a particle,
(mm), is defined as:

where:
is the index of the size interval, 
is the number of size intervals
is the diameter of particles retained in a mesh at size interval
(mm)
- the value of
decreases as
increases, i.e.
,
= top size, 
Slurry volume flow to mass flow
The mass flow rates of solids,
(t/h), and liquids,
(t/h), in a stream may be computed from:
- The volumetric flow rate of slurry,
(m3/h),
- The specific gravity of solids,
(t/m3),
- The specific gravity of liquids,
(t/m3), and
- The mass fraction of solids,
(w/w)
with:


Excel
Retained to cumulative passing
The retained to cumulative passing method may be invoked from the Excel formula bar with the following function calls:
=mdConvert_RetToCumPass(Retained as Range, Optional returnAsFraction as Bool = false)
Invoking the function with no arguments will print Help text associated with the model, including a link to this page.
The input parameters and calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
Figure 1. Example showing the selection of the Retained (blue frame) and Results (light blue frame) arrays in Excel.
|
Cumulative passing to retained
The cumulative passing to retained method may be invoked from the Excel formula bar with the following function calls:
=mdConvert_CumPassToRet(CumPassing as Range, Optional totalQuantity as Double)
Invoking the function with no arguments will print Help text associated with the model, including a link to this page.
The input parameters and calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
Figure 2. Example showing the selection of the CumPassing (blue frame) and Results (light blue frame) arrays in Excel.
|
Convert between meshes
The convert between meshes method may be invoked from the Excel formula bar with the following function calls:
=mdConvert_ToMesh(Size1 as Range, Dist1 as Range, Size2 as Range, Optional axesScale as Integer = 0, Optional interpMethod as Integer = 0)
Invoking the function with no arguments will print Help text associated with the model, including a link to this page.
The input parameters and calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
Figure 3. Example showing the selection of the Size1 (blue frame), Dist1 (red frame), Size2 (purple frame) and Results (light blue frame) arrays in Excel.
|
Geometric mean size
The geometric mean size method may be invoked from the Excel formula bar with the following function calls:
=mdConvert_ToGeoMeanSize(Size as Range)
Invoking the function with no arguments will print Help text associated with the model, including a link to this page.
The input parameters and calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
Slurry volume flow to mass flow
The slurry volume flow to mass flow method may be invoked from the Excel formula bar with the following function calls:
=mdConvert_QvToQm(Qv as Double, wtFracSolids as Double, solidsSG as Double, Optional liquidsSG as Double = 1)
Invoking the function with no arguments will print Help text associated with the model, including a link to this page.
The input parameters and calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
- Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} \mathit{Qv} & = \big [ Q_{\rm V}\text{ (m}^3\text{/h)} \big ]\\ \\ \mathit{wtFracSolids} & = \big [ C_{\rm W}\text{ (w/w)} \big ]\\ \\ \mathit{solidsSG} & = \big [ \rho_{\rm S}\text{ (t/m}^3\text{)} \big ]\\ \\ \mathit{liquidsSG} & = \big [ \rho_{\rm L}\text{ (t/m}^3\text{)} \big ]\\ \end{align} }
|
- Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} \mathit{mdConvert\_QvToQm} & = \begin{bmatrix} (Q_{\rm M})_{\rm S}\\ (Q_{\rm M})_{\rm L}\\ \end{bmatrix}\\ \end{align} }
|
|
where:
- Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{\rm V}}
is the volumetric flow rate of slurry (m3/h)
- Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle C_{\rm W}}
is the mass fraction of solids in the slurry (w/w)
- Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rho_{\rm S}}
is the density of solids (t/m3)
- Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \rho_{\rm L}}
is the density of liquids (t/m3), default is 1.0 t/m3 if omitted
- Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (Q_{\rm M})_{\rm S}}
is the mass flow rate of solids in the slurry (t/h)
- Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (Q_{\rm M})_{\rm L}}
is the mass flow rate of liquids in the slurry (t/h)
|
|
Figure 5. Example showing the selection of the Qv (shaded blue frame), wtFracSolids (shaded red frame), solidsSG (shaded purple frame), liquidsSG (shaded green frame), and Results (light blue frame) arrays in Excel.
|
References