Partition (Density, Pivot): Difference between revisions
imported>Scott.Munro m (→Model theory) |
imported>Scott.Munro m (→Model theory) |
||
Line 10: | Line 10: | ||
<hide> | <hide> | ||
[[File:PartitionPivot2.png|thumb| | [[File:PartitionPivot2.png|thumb|450px|Figure 1. Pivot model partition to sinks. Each coloured line represents a particle class with the geometric mean size indicated in the series label. The pivot point is evident at a density of 2.0 t/m<sup>3</sup>.]] | ||
[[File:PartitionPivot3.png|thumb| | [[File:PartitionPivot3.png|thumb|450px|Figure 2. Pivot model partition to sinks, using the same model parameters as Figure 1. Each coloured line represents a density class with the specific gravity indicated in the series label.]] | ||
[[File:PartitionPivot4.png|thumb|450px|Figure 3. Pivot model partition to sinks, with reverse partition applied. Each coloured line represents a density class with the specific gravity indicated in the series label.]] | |||
Scott and Napier-Munn (1992) derived an empirical equation that describes the partition of particles of a given size and density to the sinks stream of a dense medium cyclone.{{Scott and Napier-Munn (1992)}} | Scott and Napier-Munn (1992) derived an empirical equation that describes the partition of particles of a given size and density to the sinks stream of a dense medium cyclone.{{Scott and Napier-Munn (1992)}} | ||
Line 32: | Line 34: | ||
* <math>n</math> is the Ecart Probable size exponent | * <math>n</math> is the Ecart Probable size exponent | ||
* <math>\bar d_{i}</math> is the [[Conversions|geometric mean size]] of particles in size interval <math>i</math> (mm) | * <math>\bar d_{i}</math> is the [[Conversions|geometric mean size]] of particles in size interval <math>i</math> (mm) | ||
===Reverse partition === | |||
Building upon the work of Bazin et al. (2014), Bergmann et al. (2020) introduced a modification to the Pivot model to account for the characteristic "bell-shaped" partition curves observed in spiral concentrators.{{Bazin et al. (2014)}}{{Bergmann et al. (2020)}} | |||
Similar to the [[Partition (Size, Bazin)|Bazin approach]], this method expresses recovery as the product of two partition curves: one representing the ''forward'' (normal) direction of concentration and the other representing the ''reverse'' (counteracting) direction. The overall recovery to the sinks (concentrate) is given by: | |||
:<math>Y_{ij} = \left (\dfrac{1}{1 + \exp \left \{ \ln ({Y_{\rm p}}^{-1} - 1) + \ln 3 \left (\dfrac{\rho_{\rm p} - (\rho_{\rm S})_{ij}}{k \bar {d_i}^n} \right )\right \}} \right ) \times \left ( \dfrac{1}{1 + \exp \left \{ \ln ({Y_{\rm p,R}}^{-1} - 1) + \ln 3 \left (\dfrac{\rho_{\rm p,R} - (\rho_{\rm S})_{ij}}{k_{\rm R} \bar {d_i}^{n_{\rm R}}} \right )\right \}} \right )</math> | |||
where: | |||
* <math>Y_{\rm p,R}</math> is the partition to sinks at the pivot density of the reverse term (frac) | |||
* <math>\rho_{\rm p,R}</math> is the pivot density of the reverse term (t/m<sup>3</sup>) | |||
* <math>k_{\rm R}</math> is the Ecart Probable size coefficient of the reverse term | |||
* <math>n_{\rm R}</math> is the Ecart Probable size exponent of the reverse term | |||
Figure 3 illustrates the partition curves incorporating the effects of reverse partitioning. | |||
===Partition metrics === | ===Partition metrics === | ||
Line 52: | Line 70: | ||
where <math>\rho_{75}</math> and <math>\rho_{25}</math> are the densities of particles which have a 75% and 25% probability, respectively, of appearing in the sinks stream. | where <math>\rho_{75}</math> and <math>\rho_{25}</math> are the densities of particles which have a 75% and 25% probability, respectively, of appearing in the sinks stream. | ||
Partition metrics are not available when reverse partitioning is selected. | |||
{{Model theory (Text, Gravity Concentrator, Middlings)}} | {{Model theory (Text, Gravity Concentrator, Middlings)}} | ||
Line 60: | Line 80: | ||
The Pivot partition equation may be invoked from the Excel formula bar with the following function call: | The Pivot partition equation may be invoked from the Excel formula bar with the following function call: | ||
<syntaxhighlight lang="vb">=mdPartition_Pivot(MeanSize as Range, RD as Range, Yp as | <syntaxhighlight lang="vb">=mdPartition_Pivot(MeanSize as Range, RD as Range, Yp as Range, rhop as Range, k as Range, n as Range, Optional returnPartitionMetrics as Bool = false)</syntaxhighlight> | ||
{{Excel (Text, Help, No Arguments)}} | {{Excel (Text, Help, No Arguments)}} | ||
Line 82: | Line 102: | ||
\end{bmatrix}\\ | \end{bmatrix}\\ | ||
\\ | \\ | ||
Y_{\rm p} & = \big [Y_{\rm p} \text{ (frac)} \big ]\\ | Y_{\rm p} & = \big [Y_{\rm p} \text{ (frac)} \big ] \quad \text{or} \quad \begin{bmatrix}Y_{\rm p} \text{ (frac)} & Y_{\rm p,R} \text{ (frac)} \end{bmatrix}\\ | ||
rhop & = \big [\rho_{\rm p} \text{ (t/m}^3\text{))}\big ]\\ | rhop & = \big [\rho_{\rm p} \text{ (t/m}^3\text{))}\big ] \quad \text{or} \quad \begin{bmatrix}\rho_{\rm p} \text{ (t/m}^3\text{))} & \rho_{\rm p,R} \text{ (t/m}^3\text{))}\end{bmatrix}\\ | ||
k & = \big [k\text{ (-)} \big ]\\ | k & = \big [k\text{ (-)} \big ] \quad \text{or} \quad \begin{bmatrix}k\text{ (-)} & k_{\rm R}\text{ (-)}\end{bmatrix}\\ | ||
n & = \big [n\text{ (-)} \big ]\\ | n & = \big [n\text{ (-)} \big ] \quad \text{or} \quad \begin{bmatrix}n\text{ (-)} & n_{\rm R}\text{ (-)}\end{bmatrix}\\ | ||
returnPartitionMetrics & = \big [(\text{True / False)} \big ]\\ | returnPartitionMetrics & = \big [(\text{True / False)} \big ]\\ | ||
\\ | \\ | ||
Line 132: | Line 152: | ||
* <math>q</math> is the number of size intervals | * <math>q</math> is the number of size intervals | ||
* <math>m</math> is the number of density classes | * <math>m</math> is the number of density classes | ||
* <math>^*</math> indicates optional results returned if <math>\mathit{returnPartitionMetrics} = \text{True}</math> | * <math>^*</math> indicates optional results returned if <math>\mathit{returnPartitionMetrics} = \text{True}</math> and reverse partitioning is not selected. | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
| [[File:PartitionPivot1.png|frame|Figure | | [[File:PartitionPivot1.png|frame|left|Figure 4. Example showing the selection of the input parameters (purple, green, pink and brown cells), and the '''MeanSize''' (blue frame), '''RD''' (red frame) and '''Results''' (light blue frame) arrays in Excel. The parameter <math>\mathit{returnPartitionMetrics} =\text{True}</math> and reverse partitioning is not selected in this example.]] | ||
|- style="vertical-align:top;" | |||
| [[File:PartitionPivot5.png|frame|left|Figure 5. Example showing the selection of the input parameters (purple, green, pink and brown ranges), and the '''MeanSize''' (blue frame), '''RD''' (red frame) and '''Results''' (light blue frame) arrays in Excel. The parameter <math>\mathit{returnPartitionMetrics} =\text{False}</math> and reverse partitioning is enabled in this example.]] | |||
|} | |} | ||
Latest revision as of 14:05, 10 December 2024
Description
This article describes the Pivot model equation for the partition of particles by size and density in a dense medium cyclone.[1]
The Pivot model may also be applicable to other dense medium and gravity concentration processes, based indirectly on Rao et al.'s (2003, 2003b) derivation of the Pivot model from the Stochastic model and the presented data analyses.[2][3]
Model theory
![]() |
Excel
The Pivot partition equation may be invoked from the Excel formula bar with the following function call:
=mdPartition_Pivot(MeanSize as Range, RD as Range, Yp as Range, rhop as Range, k as Range, n as Range, Optional returnPartitionMetrics as Bool = false)
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:
where:- is the number of size intervals
- is the number of density classes
- indicates optional results returned if and reverse partitioning is not selected.
SysCAD
The Pivot partition is available from the MetDynamics*GravityConcentrator and MetDynamics*DenseMedium unit models.
The sections and variable names used in the SysCAD interface are described in detail in the following tables.
Note that a Con and Partition page is provided provided for each connected concentrate discharge stream of the MetDynamics*GravityConcentrator model.
MD_GravityConcentrator page
The first tab page in the access window will have this name.
Tag (Long/Short) | Input / Display | Description/Calculated Variables/Options |
---|---|---|
Tag | Display | This name tag may be modified with the change tag option. |
Condition | Display | OK if no errors/warnings, otherwise lists errors/warnings. |
ConditionCount | Display | The current number of errors/warnings. If condition is OK, returns 0. |
GeneralDescription / GenDesc | Display | This is an automatically generated description for the unit. If the user has entered text in the 'EqpDesc' field on the Info tab (see below), this will be displayed here.
If this field is blank, then SysCAD will display the unit class ID. |
Requirements | ||
On | CheckBox | This enables the unit. If this box is not checked, then the MassFracToCon option appears below. |
MassFracToCon | Input | Only appears if the On field above is not checked. Specifies the fraction of feed mass that reports to the concentrate stream when the model is off. |
NumParallelUnits | Input | The number of parallel, identical units to simulate:
|
Options | ||
ShowQFeed | CheckBox | QFeed and associated tab pages (eg Sp) will become visible, showing the properties of the combined feed stream. |
SizeForPassingFracCalc | Input | Size fraction for % Passing calculation. The size fraction input here will be shown in the Stream Summary section. |
FracForPassingSizeCalc | Input | Fraction passing for Size calculation. The fraction input here will be shown in the Stream Summary section. |
Stream Summary | ||
MassFlow / Qm | Display | The total mass flow in each stream. |
SolidMassFlow / SQm | Display | The Solids mass flow in each stream. |
LiquidMassFlow / LQm | Display | The Liquid mass flow in each stream. |
VolFlow / Qv | Display | The total Volume flow in each stream. |
Temperature / T | Display | The Temperature of each stream. |
Density / Rho | Display | The Density of each stream. |
SolidFrac / Sf | Display | The Solid Fraction in each stream. |
LiquidFrac / Lf | Display | The Liquid Fraction in each stream. |
Passing | Display | The mass fraction passing the user-specified size (in the field SizeForPassingFracCalc) in each stream. |
Passes | Display | The user-specified (in the field FracForPassesSizeCalc) fraction of material in each stream will pass this size fraction. |
Con page
The Con page is used to specify the selected model input parameters.
Tag (Long/Short) | Input / Display | Description/Calculated Variables/Options |
---|---|---|
Stage | ||
On | Checkbox | This enables the stage. If off, the feed to this stage passes directly to the next stage (or tail) without partition. |
Method | Partition (User) | The partition to concentrate for each size interval is defined by the user. |
Partition (Rho50-Ep) | The partition to concentrate for each size interval is defined by the Rho50-Ep model. | |
Partition (Pivot) | The partition to concentrate for each size interval is defined by the Pivot model. | |
Partition (Stochastic) | The partition to concentrate for each size interval is defined by the Stochastic model. | |
Partition (Bazin) | The partition to concentrate for each size interval is defined by the Bazin model. | |
Jig (King) | The partition to concentrate for each size interval is defined by the King jig stratification model. | |
HelpLink | ![]() |
Opens a link to this page using the system default web browser. Note: Internet access is required. |
PivotPartition / Yp or YpR | Input | Partition at pivot point. |
PivotDensity / Rhop or RhopR | Input | Density at pivot point. |
EpCoefficient / k or kR | Input | Coefficient of the size equation. |
EpExponent / n or nR | Input | Exponent of the size equation. |
Liquids | ||
LiquidsSeparMethod | Split To Con (User) | Liquids are split to concentrate by a user-defined fraction of liquids in the feed. |
Con Solids Fraction | Sufficient liquids mass is recovered to the concentrate stream to yield the user-defined concentrate solids mass fraction value (if possible). | |
Con Liquids Fraction | Sufficient liquids mass is recovered to the concentrate stream to yield the user-defined concentrate liquids mass fraction value (if possible). | |
ConSolidsFracReqd / Con.SfReqd | Input | Required value of the mass fraction of solids in the concentrate stream. Only visible if Con Solids Fraction is selected. |
ConLiquidsFracReqd / Con.LfReqd | Input | Required value of the mass fraction of liquids in the concentrate stream. Only visible if Con Liquids Fraction is selected. |
LiqSplitToCon / Con.LiqSplit | Input/Display | The fraction of feed liquids recovered to the concentrate stream. |
Partition page
The Partition page is used to display (or specify) the partition by species/component/element/individual phase and size values.
Tag (Long/Short) | Input / Display | Description/Calculated Variables/Options |
---|---|---|
Distribution | ||
Name | Display | Shows the name of the SysCAD Size Distribution (PSD) quality associated with the feed stream. |
IntervalCount | Display | Shows the number of size intervals in the SysCAD Size Distribution (PSD) quality associated with the feed stream. |
SpWithPSDCount | Display | Shows the number of species in the feed stream assigned with the SysCAD Size Distribution (PSD) quality.
|
CumulativePartition | ||
Method | Model/User | Select model-calculated or user-defined cumulative partition to separate each solids species type. |
Density | Display | Density of each solid species. |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
All (All column) | Display |
|
CumulativePartition | Display |
|
All (All row, All column) | Display |
|
All (All row, per species) | Display |
|
Partition | ||
Method | Model/User | Select model-calculated or user-defined partition to separate each solids species type. |
Density | Display | Density of each solid species. |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
All (All column) | Display |
|
Partition | Display |
|
All (All row, All column) | Display |
|
All (All row, per species) | Display |
|
CmpPartition | ||
Components | Hides or shows component partition table. | |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
All (All column) | Display |
|
CmpPartition | Display |
|
All (All row, All column) | Display |
|
All (All row, per component) | Display |
|
ElePartition | ||
Elements | Hides or shows element partition table. | |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
All (All column) | Display |
|
ElePartition | Display |
|
All (All row, All column) | Display |
|
All (All row, per element) | Display |
|
IPhPartition | ||
IPhases | Hides or shows individual phases partition table. | |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
All (All column) | Display |
|
IPhPartition | Display |
|
All (All row, All column) | Display |
|
All (All row, per individual phase) | Display |
|
PartitionMetrics | ||
d50 | Display | Cut size (d50) of separation of each ore species. |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
CutDensity / Rho50 | Display | Cut density (Rho50) of all particles in each size interval. |
EcartProbable / Ep | Display | Ecart Probable of all particles in each size interval. |
PivotPartition / Yp | Display | Partition at pivot point. |
MD_DenseMedium page
The first tab page in the access window will have this name.
Tag (Long/Short) | Input / Display | Description/Calculated Variables/Options |
---|---|---|
Tag | Display | This name tag may be modified with the change tag option. |
Condition | Display | OK if no errors/warnings, otherwise lists errors/warnings. |
ConditionCount | Display | The current number of errors/warnings. If condition is OK, returns 0. |
GeneralDescription / GenDesc | Display | This is an automatically generated description for the unit. If the user has entered text in the 'EqpDesc' field on the Info tab (see below), this will be displayed here.
If this field is blank, then SysCAD will display the unit class ID. |
Requirements | ||
On | CheckBox | This enables the unit. If this box is not checked, then the MassFracToSinks option appears below. |
MassFracToSinks | Input | Only appears if the On field above is not checked. Specifies the fraction of feed mass that reports to the sinks stream when the model is off. |
NumParallelUnits | Input | The number of parallel, identical units to simulate:
|
Method | Partition (User) | The partition to sinks for each size interval is defined by the user. |
Partition (Rho50-Ep) | The partition to sinks for each size interval is defined by the Rh050-Ep model. | |
Partition (Pivot) | The partition to sinks for each size interval is defined by the Pivot model. | |
Partition (Stochastic) | The partition to sinks for each size interval is defined by the Stochastic model. | |
Drum (Baguley) | The Baguley dense medium drum model is used to determine the partition of solids to sinks and floats for each size interval. | |
Options | ||
ShowQFeed | CheckBox | QFeed and associated tab pages (eg Sp) will become visible, showing the properties of the combined feed stream. |
ShowQSinks | CheckBox | QSinks and associated tab pages (eg Sp) will become visible, showing the properties of the sinks stream. |
ShowQFloats | CheckBox | QFloats and associated tab pages (eg Sp) will become visible, showing the properties of the floats stream. |
SizeForPassingFracCalc | Input | Size fraction for % Passing calculation. The size fraction input here will be shown in the Stream Summary section. |
FracForPassingSizeCalc | Input | Fraction passing for Size calculation. The fraction input here will be shown in the Stream Summary section. |
Stream Summary | ||
MassFlow / Qm | Display | The total mass flow in each stream. |
SolidMassFlow / SQm | Display | The Solids mass flow in each stream. |
LiquidMassFlow / LQm | Display | The Liquid mass flow in each stream. |
VolFlow / Qv | Display | The total Volume flow in each stream. |
Temperature / T | Display | The Temperature of each stream. |
Density / Rho | Display | The Density of each stream. |
SolidFrac / Sf | Display | The Solid Fraction in each stream. |
LiquidFrac / Lf | Display | The Liquid Fraction in each stream. |
Passing | Display | The mass fraction passing the user-specified size (in the field SizeForPassingFracCalc) in each stream. |
Passes | Display | The user-specified (in the field FracForPassesSizeCalc) fraction of material in each stream will pass this size fraction. |
Pivot page
The Pivot page is used to specify the required model input parameters.
Partition page
The Partition page is used to display (or specify) the partition by species/component/element/individual phase and size values.
Tag (Long/Short) | Input / Display | Description/Calculated Variables/Options |
---|---|---|
Distribution | ||
Name | Display | Shows the name of the SysCAD Size Distribution (PSD) quality associated with the feed stream. |
IntervalCount | Display | Shows the number of size intervals in the SysCAD Size Distribution (PSD) quality associated with the feed stream. |
SpWithPSDCount | Display | Shows the number of species in the feed stream assigned with the SysCAD Size Distribution (PSD) quality. |
Partition | ||
Method | Model/User | Select model-calculated or user-defined partition to separate each solids species type. |
Density | Display | Density of each solid species. |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
All (All column) | Display |
|
Partition | Display |
|
All (All row, All column) | Display |
|
All (All row, per species) | Display |
|
CmpPartition | ||
Components | Hides or shows component partition table. | |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
All (All column) | Display |
|
CmpPartition | Display |
|
All (All row, All column) | Display |
|
All (All row, per component) | Display |
|
ElePartition | ||
Elements | Hides or shows element partition table. | |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
All (All column) | Display |
|
ElePartition | Display |
|
All (All row, All column) | Display |
|
All (All row, per element) | Display |
|
IPhPartition | ||
IPhases | Hides or shows individual phases partition table. | |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
All (All column) | Display |
|
IPhPartition | Display |
|
All (All row, All column) | Display |
|
All (All row, per individual phase) | Display |
|
PartitionMetrics | ||
d50 | Display | Cut size (d50) of separation of each ore species. |
Size | Display | Size of each interval in mesh series. |
MeanSize | Display | Geometric mean size of each interval in mesh series. |
CutDensity / Rho50 | Display | Cut density (Rho50) of all particles in each size interval. |
EcartProbable / Ep | Display | Ecart Probable of all particles in each size interval. |
PivotPartition / Yp | Display | Partition at pivot point. |
About page
This page is provides product and licensing information about the Met Dynamics Models SysCAD Add-On.
Tag (Long/Short) | Input / Display | Description/Calculated Variables/Options |
---|---|---|
About | ||
HelpLink | ![]() |
Opens a link to the Installation and Licensing page using the system default web browser. Note: Internet access is required. |
Information | ![]() |
Copies Product and License information to the Windows clipboard. |
Product | ||
Name | Display | Met Dynamics software product name |
Version | Display | Met Dynamics software product version number. |
BuildDate | Display | Build date and time of the Met Dynamics Models SysCAD Add-On. |
License | ||
File | ![]() |
This is used to locate a Met Dynamics software license file. |
Location | Display | Type of Met Dynamics software license or file name and path of license file. |
SiteCode | Display | Unique machine identifier for license authorisation. |
ReqdAuth | Display | Authorisation level required, MD-SysCAD Full or MD-SysCAD Runtime. |
Status | Display | License status, LICENSE_OK indicates a valid license, other messages report licensing errors. |
IssuedTo | Display | Only visible if Met Dynamics license file is used. Name of organisation/seat the license is authorised to. |
ExpiryDate | Display | Only visible if Met Dynamics license file is used. License expiry date. |
DaysLeft | Display | Only visible if Met Dynamics license file is used. Days left before the license expires. |
Additional notes
- Solid species that do not possess a particle size distribution property are split according to the overall mass split of the default particle size distribution species selected in the SysCAD Project Configuration.
- If the default particle size distribution species is not present in the unit feed, the overall split of all other species with particle size distributions combined is used, as determined by the model.
- Gas phase species report directly to the tail/floats stream without split.
See also
References
- ↑ Scott, I.A. and Napier-Munn, T.J., 1992. A dense medium cyclone model based on the pivot phenomenon. Transactions of the Institute of Mining and Metallurgy Section C Mineral Processing and Extractive Metallurgy, 101, pp.C61-C76.
- ↑ Venkoba Rao, B., Kapur, P.C. and Rahul, K., 2003. A general model of particle size-density partitioning in gravity separators. In Proceedings of International Seminar on Mineral Processing MPT (pp. 117-126).
- ↑ Rao, B.V., Kapur, P.C. and Konnur, R., 2003. Modeling the size–density partition surface of dense-medium separators. International Journal of Mineral Processing, 72(1-4), pp.443-453.