Karra Screen
Summary
The Karra Screen model represents vibrating screen classification using the empirical model proposed by V. K. Karra in “Development of a model for predicting the screening performance of a vibrating screen”, CIM Bulletin, April 1979.
The model calculates the effective throughfall aperture, screen capacity factors, theoretical undersize loading, corrected cut size and partition curve. The partition curve represents the fraction of each size class reporting to the oversize stream.
The model should be used for vibrating screen simulations where the separation performance must depend on screen geometry, aperture, wire diameter, deck angle, deck position, feed size distribution, feed density and screen loading.
DPSIM model key:
DPSIM.Classification.KarraScreen
Category: Classification
Subcategory: Screens
Display name: Karra Screen
Parameters
| # | Parameter | Description |
|---|---|---|
| 1 | Number of screens in parallel | Number of screens operating in parallel. The feed solids flowrate used in the Karra capacity calculation is divided by this value. |
| 2 | Screen width (m) | Screen deck width. The model calculates the screen area from width and length/width ratio. |
| 3 | Length / width ratio | Ratio between screen length and screen width. |
| 4 | Minimum screen opening (mm) | Nominal square mesh opening. It is used with wire diameter and deck angle to calculate the effective throughfall aperture. |
| 5 | Screen wire diameter (mm) | Wire diameter of the screen mesh. |
| 6 | Angle of screen from horizontal (degree) | Inclination of the screen deck from the horizontal plane. |
| 7 | Deck Position | Deck position factor. A value of 1 represents the top deck, 2 the second deck, and so on. |
| 8 | d50 adjustment | Multiplying factor applied to the calculated Karra cut size. A value of 1 keeps the unadjusted Karra cut size. |
| 9 | Imperfection adjustment | Multiplying factor applied to the exponent of the partition curve. A value of 1 keeps the Karra partition exponent. |
| 10 | Legacy by-pass adjustment (not used) | Legacy parameter retained for compatibility. It does not affect the current Karra solids partition calculation. |
| 11 | Coarse stream solids (%) | Target solids percentage of the oversize stream. The model calculates the water assigned to the oversize stream from this value, limited by the water available in the feed. |
Derived parameters
| # | Derived parameter | Description | Unit |
|---|---|---|---|
| 1 | Cut aperture | Effective throughfall aperture calculated from mesh opening, wire diameter and deck angle. | mm |
| 2 | A factor - basic capacity | Basic screen capacity factor as a function of effective aperture. | t/h/m² |
| 3 | B - oversize factor | Correction factor based on percent oversize in the feed. | dimensionless |
| 4 | C - half-size factor | Correction factor based on material finer than half the effective aperture. | dimensionless |
| 5 | D - deck location factor | Correction factor based on deck position. | dimensionless |
| 6 | E - wet screening factor | Correction factor based on effective aperture and wet-screening condition. | dimensionless |
| 7 | F - bulk density factor | Correction factor based on feed solids density. | dimensionless |
| 8 | G - near-size capacity factor | Correction factor based on near-size material in the feed. | dimensionless |
| 9 | d50 cut size | Calculated cut size after applying the d50 adjustment factor. | µm |
| 10 | Oversize in feed to screen | Feed fraction coarser than the effective aperture. | % |
| 11 | Half size feed to the screen deck | Feed fraction finer than half the effective aperture. | % |
| 12 | Near-Mesh material | Feed fraction between 0.75 and 1.25 times the effective aperture. | % |
| 13 | Theoretical Undersize | Theoretical undersize solids flowrate per screen. | tph |
| 14 | Calculated efficiency | Calculated screening efficiency based on undersize material reporting to the undersize stream. | % |
Model Description
The Karra Screen model receives one feed stream and generates two product streams. In DPSIM, the product port represents the undersize stream and the tail port represents the oversize stream.
The effective throughfall aperture is calculated as:
h_T=(h+d_w)cos θ-d_w
Where:
| Symbol | Description | Unit |
|---|---|---|
| h_T | Effective throughfall aperture. | mm |
| h | Nominal screen opening. | mm |
| d_w | Wire diameter. | mm |
| θ | Deck angle from horizontal. | degree |
The screen area is calculated from screen width and length/width ratio:
S_A=W^2 R_LW
Where:
| Symbol | Description | Unit |
|---|---|---|
| S_A | Screen area. | m² |
| W | Screen width. | m |
| R_LW | Length/width ratio. | dimensionless |
The model calculates the feed oversize percentage as:
Q=100 R_F(h_T)
Where:
| Symbol | Description | Unit |
|---|---|---|
| Q | Oversize in feed to the screen deck. | % |
| R_F(h_T) | Feed retained fraction coarser than h_T. | fraction |
The basic capacity factor A is calculated as:
A=12.1286 h_T^0.3162-10.2991, h_T<50.8
A=0.3388 h_T+14.4122, h_T≥50.8
The oversize factor B is calculated as:
B=1.6-0.012Q, Q≤87
B=4.275+0.0425Q, Q>87
The half-size percentage is calculated as the feed passing at half the effective aperture:
R=100 P_F(0.5h_T)
The half-size factor C is:
C=0.012R+0.7, R≤30
C=0.1528R^0.564, 30<R<55
C=0.0061R^1.37, 55≤R<80
C=0.05R-1.5, R≥80
Where:
| Symbol | Description | Unit |
|---|---|---|
| R | Half-size feed to the screen deck. | % |
| P_F(0.5h_T) | Feed passing fraction at half the effective aperture. | fraction |
The deck location factor is:
D=1.1-0.1N_D
Where:
| Symbol | Description | Unit |
|---|---|---|
| N_D | Deck position. Top deck is 1, second deck is 2, and so on. | dimensionless |
The wet screening factor E is calculated from:
T=1.26h_T
with:
E=1.0, T<1
E=T, 1≤T≤2
E=1.5+0.25T, 2<T<4
E=2.5, 4≤T≤6
E=3.25-0.125T, 6<T≤10
E=4.5-0.25T, 10<T<12
E=2.1-0.05T, 12≤T≤16
E=1.5-0.0125T, 16<T<24
E=1.35-0.00625T, 24≤T≤32
E=1.15, T>32
The bulk density factor is calculated as:
F=1000ρ_s/1602
Where:
| Symbol | Description | Unit |
|---|---|---|
| ρ_s | Feed solids specific gravity. | dimensionless |
The near-size material is calculated as the feed fraction between 0.75h_T and 1.25h_T:
X_n=100(P_F(1.25h_T)-P_F(0.75h_T))
The near-size capacity factor is:
G=0.844(1-X_n/100)^3.453
Where:
| Symbol | Description | Unit |
|---|---|---|
| X_n | Near-mesh material in the feed. | % |
| P_F(1.25h_T) | Feed passing fraction at 1.25 times the effective aperture. | fraction |
| P_F(0.75h_T) | Feed passing fraction at 0.75 times the effective aperture. | fraction |
The theoretical undersize flowrate per screen is calculated as:
T_U=M_S^F P_F(h_T)/N_S
Where:
| Symbol | Description | Unit |
|---|---|---|
| T_U | Theoretical undersize solids flowrate per screen. | tph |
| M_S^F | Feed dry solids flowrate. | tph |
| P_F(h_T) | Feed passing fraction at the effective aperture. | fraction |
| N_S | Number of screens in parallel. | dimensionless |
The total correction factor is:
K=A B C D E F G
The Karra cut size is calculated as:
d_50=1000h_T((T_U/S_A)/K)^(-0.148)
The DPSIM d50 adjustment is then applied:
d_50^*=F_d d_50
Where:
| Symbol | Description | Unit |
|---|---|---|
| K | Product of the screen capacity correction factors. | t/h/m² |
| d_50 | Calculated Karra cut size before adjustment. | µm |
| d_50^* | Adjusted cut size used in the partition curve. | µm |
| F_d | d50 adjustment factor. | dimensionless |
The screen partition curve is calculated as the fraction of each size class reporting to oversize:
c_i=1-exp(-0.693(d_i/d_50^*)^(5.846F_I))
Where:
| Symbol | Description | Unit |
|---|---|---|
| c_i | Partition of size class i to the oversize stream. | fraction |
| d_i | Representative particle size of size class i. | µm |
| F_I | Imperfection adjustment factor. | dimensionless |
When F_d=1 and F_I=1, the model uses the unadjusted Karra cut size and Karra partition exponent. Values different from 1 represent DPSIM calibration factors.
The oversize and undersize retained masses are calculated size by size:
M_i^O=c_i M_i^F
M_i^U=M_i^F-M_i^O
Where:
| Symbol | Description | Unit |
|---|---|---|
| M_i^F | Feed solids mass flowrate retained in size class i. | tph |
| M_i^O | Oversize solids mass flowrate retained in size class i. | tph |
| M_i^U | Undersize solids mass flowrate retained in size class i. | tph |
The retained size distributions are normalized as:
p_i^O=M_i^O/sum_i M_i^O
p_i^U=M_i^U/sum_i M_i^U
The same partition curve is applied to the component-by-size matrix. Therefore, for each component c:
M_(c,i)^O=c_i M_(c,i)^F
M_(c,i)^U=M_(c,i)^F-M_(c,i)^O
Where:
| Symbol | Description | Unit |
|---|---|---|
| M_(c,i)^F | Feed mass flowrate of component c in size class i. | tph |
| M_(c,i)^O | Oversize mass flowrate of component c in size class i. | tph |
| M_(c,i)^U | Undersize mass flowrate of component c in size class i. | tph |
The model calculates the water assigned to the oversize stream from the requested coarse stream solids percentage:
W_O=M_S^O(1-X_O)/X_O
with:
X_O=S_O/100
Where:
| Symbol | Description | Unit |
|---|---|---|
| W_O | Water flowrate assigned to the oversize stream. | tph |
| M_S^O | Oversize solids flowrate. | tph |
| X_O | Target oversize solids fraction. | fraction |
| S_O | Target oversize solids percentage. | % |
If the calculated oversize water is greater than the feed water, all feed water is assigned to the oversize stream and the undersize stream receives no water. If the target oversize solids percentage is zero, the model also assigns all feed water to the oversize stream.
The calculated screening efficiency is:
η=100 M_(U,<h)^U/M_(F,<h)^F
Where:
| Symbol | Description | Unit |
|---|---|---|
| η | Calculated screening efficiency. | % |
| M_(U,<h)^U | Solids flowrate finer than the nominal opening in the undersize stream. | tph |
| M_(F,<h)^F | Solids flowrate finer than the nominal opening in the feed stream. | tph |
The model represents solids classification by the Karra partition
curve. The legacy bypass adjustment parameter is retained for
compatibility but is not used in the current solids partition
calculation.
References
Karra, V. K. (1979). Development of a model for predicting the screening performance of a vibrating screen. CIM Bulletin, April 1979, 167–171.