Distributions: Difference between revisions
imported>Scott.Munro m (→Excel) |
imported>Scott.Munro m (→Model theory) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
== Model theory == | == Model theory == | ||
{{Restricted content}} | |||
<hide> | |||
[[File:Distributions4.png|thumb|450px|Figure 1. Example particle size distributions, log-linear axes.]] | [[File:Distributions4.png|thumb|450px|Figure 1. Example particle size distributions, log-linear axes.]] | ||
[[File:Distributions5.png|thumb|450px|Figure 2. Example particle size distributions, log-log axes.]] | [[File:Distributions5.png|thumb|450px|Figure 2. Example particle size distributions, log-log axes.]] | ||
</hide><div class="user-show"> | |||
=== Gaudin-Schuhmann === | === Gaudin-Schuhmann === | ||
</div><hide> | |||
The Gaudin-Schuhmann distribution is:{{Gupta and Yan (2016)}} | The Gaudin-Schuhmann distribution is:{{Gupta and Yan (2016)}} | ||
| Line 23: | Line 28: | ||
* <math>a</math> the Gaudin-Schuhmann distribution parameter | * <math>a</math> the Gaudin-Schuhmann distribution parameter | ||
</hide><div class="user-show"> | |||
=== Rosin-Rammler === | === Rosin-Rammler === | ||
</div><hide> | |||
The Rosin-Rammler distribution is:{{Gupta and Yan (2016)}} | The Rosin-Rammler distribution is:{{Gupta and Yan (2016)}} | ||
| Line 37: | Line 44: | ||
* <math>b</math> is the Rosin-Rammler distribution parameter | * <math>b</math> is the Rosin-Rammler distribution parameter | ||
</hide><div class="user-show"> | |||
=== Swebrec === | === Swebrec === | ||
</div><hide> | |||
The basic three-parameter Swebrec function is:{{Ouchterlony (2005)}} | The basic three-parameter Swebrec function is:{{Ouchterlony (2005)}} | ||
| Line 57: | Line 66: | ||
where <math>a</math> is a proportion parameter and <math>c</math> is an undulation exponent. | where <math>a</math> is a proportion parameter and <math>c</math> is an undulation exponent. | ||
</hide> | |||
== Excel == | == Excel == | ||
Latest revision as of 06:50, 1 May 2025
Description
This article describes methods for estimating particle size distributions using the Gaudin-Schuhmann, Rosin-Rammler and Swebrec equations.[1][2]
Model theory
Gaudin-Schuhmann
Rosin-Rammler
Swebrec
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 = 1, 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:
|
| ||||


