Rosin Rammler
Rosin-Rammler cumulative distribution
Controller: CodeCogs
Contents
| doubleRosin_CDF( | double | Dm | |
| int | n | ||
| double | D | ) |
The Rosin-Rammler distribution is frequently used to describe the particle size distribution of powers of various types and sizes. The function is particularyly suited to representing particles generated by grinding, milling and crushing operations. The conventional Rosin-Rammler function is described by
where R is the retained weight fraction of particles with a diameter greater than D, D is the particle size and
is the mean particle size, and n is a measure of the spread of particle sizes.
The Cumulative Distribution Function (CDF) is therefore
As an additional note, the PDF is:
If you have observed data, then a least square regression analysis can used to fit the data points.

References
- K.M. Djamarani and I.M. Clark, 1997. Powder Technology, Elsevier Science. 93, No 2, pp. 101-108(8)
Parameters
Dm mean particle diameter n measure of the spread of particle sizes D particle size
Authors
- Will Bateman (2006)
Source Code
Source code is available when you agree to a GP Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.


