elphick.mass_composition.utils.size_distribution.rosin_rammler

elphick.mass_composition.utils.size_distribution.rosin_rammler(d=array([53.8, 38.1, 26.7, 18.8, 13.3]), a=10, b=1.42)[source]

The Rosin-Rammler equation

The Rosin-Rammler equation used to determine the size distribution is as follows:

mp = 100 * (1 - exp * (-(d/a)**b))

where: mp = mass fraction passing (%) d = particle diameter a = size at which (100/e) = 36.8% of particles retained b = constant = slope of the plot of ln(100/wp) vs ln x

REF: https://help.syscad.net/Size_Distribution_Definition#Rosin-Rammler

Returns: