Distributions: Difference between revisions
md>Scott.Munro m (→Description) |
Scott Munro (talk | contribs) m (1 revision imported) |
(No difference)
|
Revision as of 04:43, 19 May 2023
Description
This article describes methods for estimating particle size distributions using the Gaudin-Schuhmann, Rosin-Rammler and Swebrec equations.[1][2]
Model theory
This section is currently under construction. Please check back later for updates and revisions. |
Excel
Gaudin-Schuhmann
The Gaudin-Schuhmann distribution may be invoked from the Excel formula bar with the following function calls:
=mdDist_GaudinSchuhmann(Size as Range, k as Double, m 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:
|
|
Rosin-Rammler
The Rosin-Rammler distribution may be invoked from the Excel formula bar with the following function calls:
=mdDist_RosinRammler(Size as Range, x1 as Double, b 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:
|
|
Swebrec
The Swebrec distribution may be invoked from the Excel formula bar with the following function calls:
=mdDist_Swebrec(Size as Range, xMax as Double, x50 as Double, b as Double, Optional a as Double = 0, Optional c as Double = 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:
|
|