Comminution Circuit Specific Energy (Morrell): Difference between revisions
Scott Munro (talk | contribs) m (1 revision imported) |
imported>Scott.Munro m (Text replacement - "\mathit{SCSE}" to "{\rm SCSE}") |
||
Line 347: | Line 347: | ||
\mathit{mdSMC\_AbToSMC} = | \mathit{mdSMC\_AbToSMC} = | ||
\begin{bmatrix} | \begin{bmatrix} | ||
\ | {\rm DW}_{\rm i}\text{ (kWh/m}^3\text{)}\\ | ||
M_{\rm ia}\text{ (kWh/t)}\\ | M_{\rm ia}\text{ (kWh/t)}\\ | ||
M_{\rm ib}\text{ (kWh/t)}\\ | M_{\rm ib}\text{ (kWh/t)}\\ | ||
Line 353: | Line 353: | ||
M_{\rm ih}\text{ (kWh/t)}\\ | M_{\rm ih}\text{ (kWh/t)}\\ | ||
t_{\rm a}\text{ (-)}\\ | t_{\rm a}\text{ (-)}\\ | ||
\ | {\rm SCSE}\text{ (kWh/t)}\\ | ||
\end{bmatrix}</math> | \end{bmatrix}</math> | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
Line 363: | Line 363: | ||
* <math>\mathit{Wi}_{\rm BM}</math> is the Bond Ball Work Index of the ore (kWh/t) | * <math>\mathit{Wi}_{\rm BM}</math> is the Bond Ball Work Index of the ore (kWh/t) | ||
* <math>\mathit{conversionMethod}</math> indicates the correlation set to utilise ''(0 = Doll 2016, 1 = Chitalov 2020)'' | * <math>\mathit{conversionMethod}</math> indicates the correlation set to utilise ''(0 = Doll 2016, 1 = Chitalov 2020)'' | ||
* <math>\ | * <math>{\rm DW}_{\rm i}</math> is the Drop Weight Index (kWh/m<sup>3</sup>) | ||
* <math>M_{\rm ia}</math> is the coarse ore (> 750 μm) work index in tumbling mill circuits (kWh/t) | * <math>M_{\rm ia}</math> is the coarse ore (> 750 μm) work index in tumbling mill circuits (kWh/t) | ||
* <math>M_{\rm ib}</math> is the fine ore (< 750 μm) work index in tumbling mill circuits (kWh/t) | * <math>M_{\rm ib}</math> is the fine ore (< 750 μm) work index in tumbling mill circuits (kWh/t) | ||
Line 369: | Line 369: | ||
* <math>M_{\rm ih}</math> is the ore work index in HPGR circuits (kWh/t) | * <math>M_{\rm ih}</math> is the ore work index in HPGR circuits (kWh/t) | ||
* <math>t_{\rm a}</math> is the JK Drop Weight Test abrasion breakage parameter | * <math>t_{\rm a}</math> is the JK Drop Weight Test abrasion breakage parameter | ||
* <math>\ | * <math>{\rm SCSE}</math> is the SAG Circuit Specific Energy parameter (kWh/t) | ||
|} | |} | ||
| | | |
Latest revision as of 12:03, 29 July 2023
Description
This article describes the Morrell method for estimating the specific energy of comminution circuits (Morrell et al., 2016).[1]
Model theory
This section is currently under construction. Please check back later for updates and revisions. |
Excel
Coarse particle tumbling mill specific energy
The coarse particle tumbling mill specific energy calculation may be invoked from the Excel formula bar with the following function call:
=mdSMC_Wa(K1 as Double, Mia as Double, x1 as Double, Optional returnCalcs as Boolean = 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 calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
Fine particle tumbling mill specific energy
The fine particle tumbling mill specific energy calculation may be invoked from the Excel formula bar with the following function call:
=mdSMC_Wb(Mib as Double, x3 as Double, Optional returnCalcs as Boolean = 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 calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
Conventional crushing specific energy
The conventional crushing specific energy calculation may be invoked from the Excel formula bar with the following function call:
=mdSMC_Wc(K2 as Double, Mic as Double, x1 as Double, x2 as Double, Optional returnCalcs as Boolean = 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 calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
HPGR specific energy
The HPGR specific energy calculation may be invoked from the Excel formula bar with the following function call:
=mdSMC_Wh(K3 as Double, Mih as Double, x1 as Double, x2 as Double, Optional returnCalcs as Boolean = 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 calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
Specific energy correction for size distribution
The specific energy correction for size distribution calculation may be invoked from the Excel formula bar with the following function call:
=mdSMC_Ws(Mia as Double, x1 as Double, x2 as Double, Optional returnCalcs as Boolean = 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 calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
General comminution specific energy
The general comminution specific energy calculation may be invoked from the Excel formula bar with the following function call:
=mdSMC_W(K as Double, Mi as Double, x1 as Double, x2 as Double, Optional returnCalcs as Boolean = 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 calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
Calculating P80
The P80 calculation may be invoked from the Excel formula bar with the following function call:
=mdSMC_P80(K as Double, Mi as Double, F80 as Double, W as Double, Optional returnCalcs as Boolean = 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 calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
Estimating breakage parameters
The breakage parameter estimation may be invoked from the Excel formula bar with the following function call:
=mdSMC_AbToSMC(A as Double, b as Double, SG as Double, BWI as Double, Optional conversionMethod as Integer = 0)
Invoking the function with no arguments will print Help text associated with the model, including a link to this page.
The input parameters and calculation results are defined below in matrix notation, along with an example image showing the selection of the same cells and arrays in the Excel interface:
|
|
See also
References
- ↑ Morrell, S., Daniel, M. and Burke, J., 2016. Morrell method for determining comminution circuit specific energy and assessing energy utilization efficiency of existing circuits. Global Mining Standards and Guidelines Group: Ormstown, QC, Canada.