Jig (King): Difference between revisions
Scott Munro (talk | contribs) m (1 revision imported) |
imported>Scott.Munro m (→Results) |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
This article describes a model for the equilibrium stratification of particles in gravity concentration devices such as jigs. The original model formulation is outlined by King (2012) and extensions for particle size effects are provided by Rao (2007).{{King (2012)}}{{Rao (2007)}} | This article describes a model for the equilibrium stratification of particles in autogenous media gravity concentration devices such as jigs. The original model formulation is outlined by King (2012) and extensions for particle size effects are provided by Rao (2007).{{King (2012)}}{{Rao (2007)}} | ||
== Model theory == | == Model theory == | ||
Line 9: | Line 9: | ||
== Excel == | == Excel == | ||
{{ | The King stratification jig model may be invoked from the Excel formula bar with the following function call: | ||
<syntaxhighlight lang="vb">=mdUnit_Jig_King(Parameters as Range, Size as Range, Density As Range, Feed as Range, Optional returnConcProfile As Boolean = False</syntaxhighlight> | |||
{{Excel (Text, Help, No Arguments)}} | |||
=== Inputs === | |||
{{Excel (Text, Inputs)}} | |||
:<math>Parameters= | |||
\begin{bmatrix} | |||
\text{Method}\\ | |||
\text{Number of stages}\\ | |||
A\text{ (-)}\\ | |||
b\text{ (-)}\\ | |||
\kappa\text{ (-)}\\ | |||
p\text{ (-)}\\ | |||
h_{\rm s}\text{ (m/m)}\\ | |||
(Q_{\rm M,F})_{\rm L}\text{ (t/h)}\\ | |||
\end{bmatrix},\;\;\;\;\;\; | |||
Size = \begin{bmatrix} | |||
d_{1}\text{ (mm)}\\ | |||
\vdots\\ | |||
d_n\text{ (mm)}\\ | |||
\end{bmatrix},\;\;\;\;\;\; | |||
Density = \begin{bmatrix} | |||
(\rho_{\rm S})_{11}\text{ (t/m}^\text{3}\text{)} & \dots & (\rho_{\rm S})_{1m}\text{ (t/m}^\text{3}\text{)}\\ | |||
\vdots & \ddots & \vdots\\ | |||
(\rho_{\rm S})_{n1}\text{ (t/m}^\text{3}\text{)} & \dots & (\rho_{\rm S})_{nm}\text{ (t/m}^\text{3}\text{)}\\ | |||
\end{bmatrix},\;\;\;\;\;\; | |||
Feed= \begin{bmatrix} | |||
(Q_{\rm M,F})_{11}\text{ (t/h)} & \dots & (Q_{\rm M,F})_{1m}\text{ (t/h)}\\ | |||
\vdots & \ddots & \vdots\\ | |||
(Q_{\rm M,F})_{n1}\text{ (t/h)} & \dots & (Q_{\rm M,F})_{nm}\text{ (t/h)}\\ | |||
\end{bmatrix},\;\;\;\;\;\; | |||
\mathit{returnConcProfile} = \big [ \text{(True / False)} \big ] | |||
</math> | |||
where: | |||
* <math>\text{Method}</math> indicates whether the jig is in a batch or continuous configuration, ''(0 = Batch, 1 = Continuous)'' | |||
* <math>\text{Number of stages}</math> is the number of stages for a multi-compartment jig | |||
* <math>A</math> is the particle size coefficient (-) | |||
* <math>b</math> is the particle size exponent (-) | |||
* <math>\kappa</math> is the velocity profile shape parameter (-) | |||
* <math>p</math> is the number of bed height increments (-) | |||
* <math>h_{\rm s}</math> is the relative bed cut height (m/m) | |||
* <math>Q_{\rm M,F}</math> is feed solids mass flow rate by size and ore type (t/h) | |||
* <math>(Q_{\rm M,F})_{\rm L}</math> is the mass flow feed rate of liquids into the cyclone (t/h) | |||
* <math>\mathit{returnConcProfile}</math> indicates whether to return the full volume concentration of solids by density class, size and bed height, ''(True/False'') | |||
=== Results === | |||
The results are displayed in Excel as an array corresponding to the matrix notation below: | |||
:<math> | |||
\mathit{mdUnit\_Jig\_King} = | |||
\begin{bmatrix} | |||
\begin{bmatrix} | |||
\text{Iterations}\\ | |||
\text{Iteration error}\\ | |||
R_{\rm s}\text{ (frac)}\\ | |||
R_{\rm f}\text{ (frac)}\\ | |||
(Q_{\rm M,C})_{\rm L}\text{ (t/h)}\\ | |||
(Q_{\rm M,T})_{\rm L}\text{ (t/h)}\\ | |||
\end{bmatrix} | |||
\begin{array}{cccccc} | |||
\begin{bmatrix} | |||
\bar d_1\text{ (mm)}\\ | |||
\vdots\\ | |||
\bar d_n\text{ (mm)} | |||
\end{bmatrix} | |||
& | |||
\begin{bmatrix} | |||
(Q_{\rm M,C})_{11}\text{ (t/h)} & \dots & (Q_{\rm M,C})_{1m}\text{ (t/h)}\\ | |||
\vdots & \ddots & \vdots\\ | |||
(Q_{\rm M,C})_{n1}\text{ (t/h)} & \dots & (Q_{\rm M,C})_{nm}\text{ (t/h)}\\ | |||
\end{bmatrix} | |||
& | |||
\begin{bmatrix} | |||
(Q_{\rm M,T})_{11}\text{ (t/h)} & \dots & (Q_{\rm M,T})_{1m}\text{ (t/h)}\\ | |||
\vdots & \ddots & \vdots\\ | |||
(Q_{\rm M,T})_{n1}\text{ (t/h)} & \dots & (Q_{\rm M,T})_{nm}\text{ (t/h)}\\ | |||
\end{bmatrix} | |||
& | |||
\begin{bmatrix} | |||
(P_{\rm C})_{11}\text{ (frac)} & \dots & (P_{\rm C})_{1m}\text{ (frac)}\\ | |||
\vdots & \ddots & \vdots\\ | |||
(P_{\rm C})_{n1}\text{ (frac)} & \dots & (P_{\rm C})_{nm}\text{ (frac)}\\ | |||
\end{bmatrix} | |||
& | |||
\begin{bmatrix} | |||
(P_{\rm C})_1\text{ (frac)}\\ | |||
\vdots\\ | |||
(P_{\rm C})_n\text{ (frac)} | |||
\end{bmatrix} | |||
& | |||
\begin{bmatrix} | |||
(P_{\rm C})_1 & \dots & (P_{\rm C})_m\\ | |||
\end{bmatrix} | |||
& | |||
\begin{bmatrix} | |||
\begin{bmatrix} | |||
C_{111}\text{ (v/v)} & \cdots & C_{1m1}\text{ (v/v)}\\ | |||
\end{bmatrix} | |||
& \cdots & | |||
\begin{bmatrix} | |||
C_{111}\text{ (v/v)} & \cdots & C_{nm1}\text{ (v/v)}\\ | |||
\end{bmatrix}\\ | |||
\vdots & \ddots & \vdots\\ | |||
\begin{bmatrix} | |||
C_{11p}\text{ (v/v)} & \cdots & C_{1mp}\text{ (v/v)}\\ | |||
\end{bmatrix} | |||
& \cdots & | |||
\begin{bmatrix} | |||
C_{11p}\text{ (v/v)} & \cdots & C_{nmp}\text{ (v/v)}\\ | |||
\end{bmatrix}\\ | |||
\end{bmatrix}^*\\ | |||
\\ | |||
\\ | |||
\\ | |||
\end{array} | |||
\end{bmatrix} | |||
</math> | |||
where: | |||
* <math>\text{Iterations}</math> is the total number of internal iterations required across all stages to reach the equilibrium stratification condition | |||
* <math>\text{Iteration error}</math> is the maximum convergence error of the equilibrium stratification solutions across all stages | |||
* <math>R_{\rm s}</math> is the overall recovery of solids to the concentrate (heavy) stream (frac) | |||
* <math>R_{\rm f}</math> is the estimated recovery of water to the concentrate stream (frac) | |||
* <math>(Q_{\rm M,C})_{\rm L}</math> is the mass flow rate of liquids to the concentrate stream (t/h) | |||
* <math>(Q_{\rm M,T})_{\rm L}</math> is the mass flow rate of liquids to the tailing (light) stream (t/h) | |||
* <math>Q_{\rm M,C}</math> is mass flow rate of solids to the concentrate stream (t/h) | |||
* <math>Q_{\rm M,T}</math> is mass flow rate of solids to the tailing stream (t/h) | |||
* <math>P_{\rm C}</math> is partition fraction of feed solids to the concentrate stream (frac) | |||
* <math>C_{ijk}</math> is the volume concentration of solids of density class <math>i</math> and size interval <math>j</math> at height increment <math>k</math> in the equilibrium-stratified bed (v/v) | |||
* <math>^*</math> indicates optional results returned if <math>\mathit{returnConcProfile} = \text{True}</math> | |||
=== Example === | |||
The images below show the selection of input arrays and output results in the Excel interface. | |||
{| | |||
|- style="vertical-align:top;" | |||
| [[File:JigKing1.png|left|frame|Figure 1. Example showing the selection of the '''Parameters''' (blue frame) array in Excel.]] || [[File:JigKing2.png|left|frame|Figure 2. Example showing the selection of the '''Size''' (red frame), '''Density''' (purple frame) and '''Feed''' (green frame) arrays in Excel.]] || | |||
|- style="vertical-align:top;" | |||
|colspan="2"| [[File:JigKing3.png|left|frame|Figure 3. Example showing the outline of the '''Results''' (light blue frame) array in Excel. This exampple excludes the concentration profile data (<math>\mathit{returnConcProfile} = \text{False}</math>)]] | |||
|} | |||
== SysCAD == | == SysCAD == | ||
{{ | The sections and variable names used in the SysCAD interface are described in detail in the following tables. | ||
{{SysCAD (Page, Gravity Concentrator, DLL*GravityConcentrator)}} | |||
==== Jig page ==== | |||
The Jig page is used to specify the input parameters for the Jig model. | |||
{{SysCAD (Text, Table Header)}} | |||
|- | |||
! colspan="3" style="text-align:left;" |''Jig'' | |||
{{SysCAD (Text, Help Link)}} | |||
|- | |||
! colspan="3" style="text-align:left;" |''Parameters'' | |||
|- style="vertical-align:top;" | |||
|rowspan="2" | Method | |||
|Batch | |||
|The jig is operated as a batch or plug flow device. | |||
|- style="vertical-align:top;" | |||
|Continuous | |||
|The jig is operated as a continuous device. | |||
|- | |||
|NumStages | |||
|Input | |||
|The number of stages (internal compartments) in the jig. | |||
|- | |||
|ParticleSizeCoeff / A | |||
|Input | |||
|Coefficient of the particle size power law equation. | |||
|- | |||
|ParticleSizeExp / b | |||
|Input | |||
|Exponent of the particle size power law equation. | |||
|- | |||
|Kappa | |||
|Input | |||
|Velocity profile shape parameter. | |||
|- | |||
|NumHeightInc / hInc | |||
|Input | |||
|The number of height increments subdividing the bed. | |||
|- | |||
|CutHeight / hs | |||
|Input | |||
|The relative bed cut height. | |||
{{SysCAD (Text, Gravity Concentrator, Liquids)|method=1}} | |||
|} | |||
{{SysCAD (Page, Hydrocyclone, Partition)|ActionU=Partition|ActionL=partition|DestinationU=Concentrate|DestinationL=concentrate|UnitL=gravity concentrator|GravityMetrics=false}} | |||
{{SysCAD (Page, About)}} | |||
== References == | == References == |
Revision as of 07:32, 8 October 2023
Description
This article describes a model for the equilibrium stratification of particles in autogenous media gravity concentration devices such as jigs. The original model formulation is outlined by King (2012) and extensions for particle size effects are provided by Rao (2007).[1][2]
Model theory
This section is currently under construction. Please check back later for updates and revisions. |
Excel
The King stratification jig model may be invoked from the Excel formula bar with the following function call:
=mdUnit_Jig_King(Parameters as Range, Size as Range, Density As Range, Feed as Range, Optional returnConcProfile As Boolean = False
Invoking the function with no arguments will print Help text associated with the model, including a link to this page.
Inputs
The required inputs are defined below in matrix notation with elements corresponding to cells in Excel row () x column () format:
where:
- indicates whether the jig is in a batch or continuous configuration, (0 = Batch, 1 = Continuous)
- is the number of stages for a multi-compartment jig
- is the particle size coefficient (-)
- is the particle size exponent (-)
- is the velocity profile shape parameter (-)
- is the number of bed height increments (-)
- is the relative bed cut height (m/m)
- is feed solids mass flow rate by size and ore type (t/h)
- is the mass flow feed rate of liquids into the cyclone (t/h)
- indicates whether to return the full volume concentration of solids by density class, size and bed height, (True/False)
Results
The results are displayed in Excel as an array corresponding to the matrix notation below:
where:
- is the total number of internal iterations required across all stages to reach the equilibrium stratification condition
- is the maximum convergence error of the equilibrium stratification solutions across all stages
- is the overall recovery of solids to the concentrate (heavy) stream (frac)
- is the estimated recovery of water to the concentrate stream (frac)
- is the mass flow rate of liquids to the concentrate stream (t/h)
- is the mass flow rate of liquids to the tailing (light) stream (t/h)
- is mass flow rate of solids to the concentrate stream (t/h)
- is mass flow rate of solids to the tailing stream (t/h)
- is partition fraction of feed solids to the concentrate stream (frac)
- is the volume concentration of solids of density class and size interval at height increment in the equilibrium-stratified bed (v/v)
- indicates optional results returned if
Example
The images below show the selection of input arrays and output results in the Excel interface.
SysCAD
The sections and variable names used in the SysCAD interface are described in detail in the following tables.
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. |
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. |
Jig page
The Jig page is used to specify the input parameters for the Jig model.
Partition page
The Partition page is used to specify or display the partition by species 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 |
|
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. |