Conversions: Difference between revisions
md>Scott.Munro |
Scott Munro (talk | contribs) m (1 revision imported) |
(No difference)
|
Revision as of 04:42, 19 May 2023
Description
This article describes methods for converting:
- Weight fraction retained to cumulative fraction passing particle size distributions
- Cumulative fraction passing to weight fraction 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
This section is currently under construction. Please check back later for updates and revisions. |
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,
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)
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:
|
|
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)
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:
|
|
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:
|
|
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:
|
|