Distributions

From Met Dynamics
Revision as of 06:18, 18 May 2023 by md>Scott.Munro (→‎Description)
Jump to navigation Jump to search

Description

This article describes methods for estimating particle size distributions using the Gaudin-Schuhmann, Rosin-Rammler and Swebrec equations.[1][2]

Model theory

Under construction icon-blue.svg.png 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:

where:

  • is the size of the square mesh interval that feed mass is retained on (mm)
  • , i.e. descending size order from top size () to sub mesh ( mm)
  • is the size parameter (mm)
  • is the distribution parameter
  • is the cumulative quantity passing size interval
Figure 1. Example showing the selection of the Size (blue frame), k (red frame), a (purple frame) and Results (light blue frame) arrays in Excel.

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:

where:

  • is the size of the square mesh interval that feed mass is retained on (mm)
  • , i.e. descending size order from top size () to sub mesh ( mm)
  • is the size parameter (mm)
  • is the distribution parameter
  • is the cumulative quantity passing size interval
Figure 2. Example showing the selection of the Size (blue frame), x1 (red frame), b (purple frame) and Results (light blue frame) arrays in Excel.

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:

where:

  • is the size of the square mesh interval that feed mass is retained on (mm)
  • , i.e. descending size order from top size () to sub mesh ( mm)
  • is the maximum (top) size of the distribution (mm)
  • is the mean size (passing 50%) of the distribution (mm)
  • is a curve-undulation exponent
  • is an optional proportion parameter (default is zero if omitted)
  • is an optional undulation exponent (default is zero if omitted)
  • is the cumulative quantity passing size interval
Figure 3. Example showing the selection of the Size (blue frame), xMax (red frame), x50 (purple frame), b (green frame),a (pink frame), c (brown frame) and Results (light blue frame) arrays in Excel.

References

  1. Gupta, A. and Yan, D.S., 2016. Mineral processing design and operations: an introduction. Elsevier.
  2. Ouchterlony, F., 2005. The Swebrec© function: linking fragmentation by blasting and crushing. Mining Technology, 114(1), pp.29-44.