Partition (Size, Whiten and White): Difference between revisions

From Met Dynamics
Jump to navigation Jump to search
m (1 revision imported)
imported>Scott.Munro
 
(6 intermediate revisions by 3 users not shown)
Line 7: Line 7:
== Model theory ==
== Model theory ==


{{Restricted content}}
<hide>
[[File:PartitionWhitenWhite1.png|thumb|450px|Figure 1. Screen partitions to oversize, with <math>D_1=50\text{ mm}</math>, <math>D_2=20\text{ mm}</math>, <math>R_{\rm f}=0.2</math> and <math>\lambda=0.2</math>. Note how the particle aspect ratio, <math>d_{\rm AR}</math>, shifts the partition curve, allowing irregular particles to pass slotted apertures that would otherwise be retained.]]
[[File:PartitionWhitenWhite1.png|thumb|450px|Figure 1. Screen partitions to oversize, with <math>D_1=50\text{ mm}</math>, <math>D_2=20\text{ mm}</math>, <math>R_{\rm f}=0.2</math> and <math>\lambda=0.2</math>. Note how the particle aspect ratio, <math>d_{\rm AR}</math>, shifts the partition curve, allowing irregular particles to pass slotted apertures that would otherwise be retained.]]


The Whiten and Whit expression for recovery to screen oversize is:
The Whiten and White expression for recovery to screen oversize is:
 
:<math>
E_{{\rm oc}i} =
\begin{cases}
\exp (- n_L L f_{\rm o} \dfrac {\big [D_1 - \bar d_i \big ] \big [D_2 - \bar d_i \big ]}{D_1 D_2}) & \bar d_i < D_2\\
1.0 & \bar d_i \geq D_2\\
\end{cases}
</math>


where:
{{Model theory (Text, Whiten and White Partition Curve)}}
* <math>i</math> is the index of the size interval, <math>i = \{1,2,\dots,n\}</math>, <math>n</math> is the number of size intervals
* <math>E_{{\rm oc}i}</math> is the corrected fraction of particles of size interval <math>i</math> in the feed reporting to the oversize stream (frac)
* <math>\bar d_{i}</math> is the [[Conversions|geometric mean size]] of the size interval <math>i</math> (mm)
* <math>n_{\rm L}</math> is the number of trials per unit length parameter (/m)
* <math>L</math> is the length of the screening area (or panel) in the direction of flow (m)
* <math>f_{\rm o}</math> is the fraction open area of the screen deck/panels (m<sup>2</sup>/m<sup>2</sup>)
* <math>D_1</math> is length (the longer side) of the screen deck/panel aperture (m)
* <math>D_2</math> is width (the shorter side) of the screen deck/panel aperture (m)


Whiten and White's equation was modified by Dehghani et al. (2002) to include a term for irregularly shaped particles, and is generalised to:{{Dehghani et al. (2002)}}
</hide><div class="user-show">
=== Particle aspect ratio ===
</div><hide>


:<math>
{{Model theory (Text, Dehghani Particle Aspect Ratio)}}
E_{{\rm oc}i} =
\begin{cases}
\exp (- n_L L f_{\rm o} \dfrac {\big [D_1 - \sqrt{2} \bar d_i \cos \theta \big ] \big [D_2 - \sqrt{2} \bar d_i \sin \theta \big ]}{D_1 D_2}) & \sqrt{2} \bar d_i \sin \theta < D_2\\
1.0 & \sqrt{2} \bar d_i \sin \theta \geq D_2\\
\end{cases}
</math>


where:
</hide><div class="user-show">
=== Partition averaging ===
</div><hide>


:<math>\theta = \arctan d_{\rm AR}</math>
{{Model theory (Text, Whiten Partition Averaging)}}


and <math>d_{\rm AR}</math> is the representative aspect ratio of the particle population, the ratio of the ''second longest'' to the ''longest'' dimensions of a particle (m/m)
</hide><div class="user-show">
=== Particle entrainment ===
</div><hide>


The aspect ratio property, <math>d_{\rm AR}</math>, allows for the balanced screening of 'flaky' or 'elongated' particles on slotted meshes. Dehghani et al.'s relation reduces to Whiten and White's original equation when <math>\bar d_{\rm AR} = 1</math>.
{{Model theory (Text, Firth Particle Entrainment)}}
 
</hide>
Firth and Hart (2008) suggested a modification to the partition curve to account for the observed entrainment of fine particles in an oversize stream, with decreasing probability as particle size increases:{{Firth and Hart (2008)}}
 
:<math>E_{{\rm oa}i} = E_{{\rm oc}i} + \left ( 1 - E_{{\rm oc}i} \right ) \cdot R_{\rm f} \exp(-\lambda \bar d_i)</math>
 
where:
* <math>E_{{\rm oa}i}</math> is the actual fraction of particles of size interval <math>i</math> in the feed reporting to the oversize stream (frac)
* <math>R_{\rm f}</math> is the fraction of feed liquids split to the oversize stream (frac)
* <math>\lambda</math> is the size constant


== Excel ==
== Excel ==
Line 60: Line 39:
The Whiten and White partition model may be invoked from the Excel formula bar with the following function call:
The Whiten and White partition model may be invoked from the Excel formula bar with the following function call:


<syntaxhighlight lang="vb">=mdPartition_WhitenWhite(MeanSize as Range, d1 as Double, d2 as Double, nLLfo as Double, Optional Rf as Double = 0, Optional lambda as Double = 0, Optional particleAR as Double = 1)</syntaxhighlight>
<syntaxhighlight lang="vb">=mdPartition_WhitenWhite(Size as Range, d1 as Double, d2 as Double, nLLfo as Double, Optional Rf as Double = 0, Optional lambda as Double = 0, Optional particleAR as Double = 1)</syntaxhighlight>


{{Excel (Text, Help, No Arguments)}}
{{Excel (Text, Help, No Arguments)}}
Line 71: Line 50:
:<math>
:<math>
\begin{align}
\begin{align}
MeanSize & =  
\mathit{Size} & =  
\begin{bmatrix}
\begin{bmatrix}
\bar{d}_1\text{ (mm)}\\
s_1\text{ (mm)}\\
\vdots\\
\vdots\\
\bar{d}_n\text{ (mm)}\\
s_n\text{ (mm)}\\
\end{bmatrix}\\
\end{bmatrix}\\
\\
\\
Line 85: Line 64:
particleAR & = \big [d_{\rm AR} \big ]\\
particleAR & = \big [d_{\rm AR} \big ]\\
\end{align}</math>
\end{align}</math>
|
|
:<math>
:<math>
Line 94: Line 74:
\end{bmatrix}
\end{bmatrix}
</math>
</math>
|  
|  
:[[File:PartitionWhitenWhite2.png|frame|Figure 2. Example showing the selection of the input parameters (shaded cells), and '''Results''' (light blue frame) array in Excel.]]
:[[File:PartitionWhitenWhite2.png|frame|Figure 2. Example showing the selection of the input parameters (shaded cells), and '''Results''' (light blue frame) array in Excel.]]
|}
|}


== SysCAD ==
== See also ==


{{Under construction|section}}
* [[Vibrating Screen (Whiten)]]]
* [[Vibrating Screen (Metso)]]
* [[Dewatering Screen (Ng)]]
* [https://help.syscad.net/Met_Dynamics_-_Screen Met Dynamics - Screen (help.syscad.net)]


== References ==
== References ==


[[Category:Excel]]
[[Category:Excel]]
[[Category:SysCAD]]

Latest revision as of 14:16, 1 May 2025

Description

This article describes the Whiten and White (1977) expression for the partition of particles to oversize during screening.[1][2] Several additions are made to the expression to reflect fines entrainment and particle shape.

The Whiten and White formulation is convenient for modelling screens as it implicitly honours the aperture size limit on particle passage, unlike other commonly used representations such as the Whiten efficiency curve or Rosin-Rammler equation.

Model theory

Nuvola apps important blue.svg.png This content is available to registered users. Please log in to view.

Particle aspect ratio

Partition averaging

Particle entrainment

Excel

The Whiten and White partition model may be invoked from the Excel formula bar with the following function call:

=mdPartition_WhitenWhite(Size as Range, d1 as Double, d2 as Double, nLLfo as Double, Optional Rf as Double = 0, Optional lambda as Double = 0, Optional particleAR as Double = 1)

Invoking the function with no arguments will print Help text associated with the model, including a link to this page.

The input parameters and model results are defined below in matrix notation, along with an example image showing the selection of the same cells in the Excel interface:

Figure 2. Example showing the selection of the input parameters (shaded cells), and Results (light blue frame) array in Excel.

See also

References

  1. Whiten, W.J. and White, M.E., 1977. Modelling and simulation of high tonnage crushing plants. In: Proceedings of the 12th International Mineral Processing Congress, vol. II. Sao Paulo, pp. 148–158.
  2. Dehghani, A., Monhemius, A.J. and Gochin, R.J., 2002. Evaluating the Nakajima et al. model for rectangular-aperture screens. Minerals engineering, 15(12), pp.1089-1094.