King Screen
Summary
The King Screen model represents vibrating screen classification using the screen capacity and transmission efficiency model described by R. P. King in Modeling and Simulation of Mineral Processing Systems.
The model estimates the rated screen capacity from the screen aperture, screen area and capacity correction factors. It then compares the actual feedrate with the rated capacity to calculate the transmission efficiency of undersize material through the screen.
The model should be used for vibrating screen simulations where the objective is to estimate the split between undersize and oversize from screen loading, screen geometry, open area, feed size distribution, material bulk density, deck position, inclination, aperture shape, particle shape and moisture condition.
DPSIM model key:
DPSIM.Classification.KingScreen
Category: Classification
Subcategory: Screens
Display name: King Screen
Parameters
| # | Parameter | Description |
|---|---|---|
| 1 | Number of screens in parallel | Number of screens operating in parallel. The total feed solids flowrate is divided by this value before calculating the loading of each screen. |
| 2 | Screen width (m) | Screen deck width. The model calculates screen area from screen width and length/width ratio. |
| 3 | Length / width ratio | Ratio between screen length and screen width. |
| 4 | Minimum screen opening (mm) | Screen aperture used as the separation size and capacity basis. |
| 5 | Angle of screen from horizontal (degree) | Inclination angle of the screen deck. The standard King condition is 15 degrees. |
| 6 | Deck Position | Position of the deck. A value of 1 represents the top deck, 2 the second deck, and so on. |
| 7 | Wet screening enabled (0-disabled/1-enabled) | Enables the wet-screening capacity factor for fine apertures. |
| 8 | Bulk density (t/m3) | Bulk density of the material on the screen deck. It is used in the bulk-density capacity factor. |
| 9 | Aperture shape factor | Capacity correction factor for aperture shape. Typical values are 0.8 for round apertures, 1.0 for square apertures, and higher values for rectangular slots. |
| 10 | Particle shape factor | Capacity correction factor for particle shape. Slabby or elongated particles should use values below 1.0. |
| 11 | Surface moisture factor | Capacity correction factor for surface moisture. Wet or sticky material reduces screen capacity, while dry material may increase it. |
| 12 | Mesh open area (%) | Open area of the screen mesh. It is used in the open-area capacity factor. |
| 13 | 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 | Basic capacity | Basic screen capacity calculated from aperture size. | t/h/m² |
| 2 | K1 open area factor | Correction factor for mesh open area. | dimensionless |
| 3 | K2 half-size factor | Correction factor for the fraction of feed finer than half the screen aperture. | dimensionless |
| 4 | K3 oversize factor | Correction factor for the fraction of feed coarser than the screen aperture. | dimensionless |
| 5 | K4 bulk density factor | Correction factor for material bulk density. | dimensionless |
| 6 | K5 deck position factor | Correction factor for deck position. | dimensionless |
| 7 | K6 screen angle factor | Correction factor for deck angle. | dimensionless |
| 8 | K7 screen factor | Wet-screening correction factor for fine apertures. | dimensionless |
| 9 | K8 aperture shape factor | Correction factor for aperture shape. | dimensionless |
| 10 | K9 particle shape factor | Correction factor for particle shape. | dimensionless |
| 11 | K10 surface moisture factor | Correction factor for surface moisture condition. | dimensionless |
| 12 | RR (rating ratio) | Ratio between actual feed loading per screen and rated screen capacity. | dimensionless |
| 13 | Efficiency | Calculated undersize transmission efficiency. | fraction |
Model Description
The King 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 screen area is calculated from screen width and length/width ratio:
A_S=W^2 R_LW
Where:
| Symbol | Description | Unit |
|---|---|---|
| A_S | Screen area. | m² |
| W | Screen width. | m |
| R_LW | Length/width ratio. | dimensionless |
The feed solids flowrate per screen is:
M_(S,screen)^F=M_S^F/N_S
Where:
| Symbol | Description | Unit |
|---|---|---|
| M_(S,screen)^F | Feed solids flowrate per screen. | tph |
| M_S^F | Total feed dry solids flowrate. | tph |
| N_S | Number of screens in parallel. | dimensionless |
The basic unit capacity is calculated from the screen opening h:
I_u=0.783h+37, h≥25
I_u=20h^0.33-1.28, h<25
Where:
| Symbol | Description | Unit |
|---|---|---|
| I_u | Basic unit capacity. | t/h/m² |
| h | Screen opening. | mm |
The open area factor is:
K_1=OA/OA_std
with:
OA_std=50, B≥0.8
OA_std=60, B<0.8
Where:
| Symbol | Description | Unit |
|---|---|---|
| K_1 | Open area factor. | dimensionless |
| OA | Actual mesh open area. | % |
| OA_std | Standard open area used by the model. | % |
| B | Bulk density. | t/m³ |
The half-size factor is:
K_2=2P_F(0.5h)+0.2
Where:
| Symbol | Description | Unit |
|---|---|---|
| K_2 | Half-size factor. | dimensionless |
| P_F(0.5h) | Fraction of feed passing half the screen opening. | fraction |
The oversize factor is:
K_3=0.914 exp(exp(4.22R_F(h)-3.5))
Where:
| Symbol | Description | Unit |
|---|---|---|
| K_3 | Oversize factor. | dimensionless |
| R_F(h) | Fraction of feed retained above the screen opening. | fraction |
The bulk-density factor is:
K_4=B/1.6
Where:
| Symbol | Description | Unit |
|---|---|---|
| K_4 | Bulk density factor. | dimensionless |
| B | Bulk density. | t/m³ |
The deck-position factor is:
K_5=1.1-0.1S_D
Where:
| Symbol | Description | Unit |
|---|---|---|
| K_5 | Deck position factor. | dimensionless |
| S_D | Deck position. Top deck is 1, second deck is 2, and so on. | dimensionless |
The screen-angle factor is:
K_6=1-0.01(θ-15)
Where:
| Symbol | Description | Unit |
|---|---|---|
| K_6 | Screen angle factor. | dimensionless |
| θ | Angle of screen from horizontal. | degree |
The wet-screening factor is:
K_7=1+2.4×10^(-4)(25-h)^2.5, h≤25 and wet screening enabled
K_7=1, h>25 or wet screening disabled
Where:
| Symbol | Description | Unit |
|---|---|---|
| K_7 | Wet-screening factor. | dimensionless |
| h | Screen opening. | mm |
The remaining correction factors are entered directly by the user:
K_8=F_A
K_9=F_P
K_10=F_M
Where:
| Symbol | Description | Unit |
|---|---|---|
| K_8 | Aperture shape factor. | dimensionless |
| K_9 | Particle shape factor. | dimensionless |
| K_10 | Surface moisture factor. | dimensionless |
| F_A | User-defined aperture shape factor. | dimensionless |
| F_P | User-defined particle shape factor. | dimensionless |
| F_M | User-defined surface moisture factor. | dimensionless |
The total capacity correction factor is:
K_T=K_1 K_2 K_3 K_4 K_5 K_6 K_7 K_8 K_9 K_10
The rated feed capacity of one screen is:
M_(rated)=I_u K_T A_S
The rating ratio is:
RR=M_(S,screen)^F/M_(rated)
Where:
| Symbol | Description | Unit |
|---|---|---|
| K_T | Total capacity correction factor. | dimensionless |
| M_(rated) | Rated feed capacity of one screen. | tph |
| RR | Rating ratio. | dimensionless |
The undersize transmission efficiency is calculated from the rating ratio:
e=0.95-0.25(RR-0.8)-0.05(RR-0.8)^2, RR≥0.8
e=0.95-1.67(0.8-RR)^2, RR<0.8
The calculated efficiency is limited between 0 and 1.
Where:
| Symbol | Description | Unit |
|---|---|---|
| e | Undersize transmission efficiency. | fraction |
The model then applies a discrete partition rule to the feed size classes. Size classes coarser than the screen opening report completely to the oversize stream:
E_i^O=1, d_i≥h
Size classes finer than the screen opening report to the oversize stream according to the screen inefficiency:
E_i^O=1-e, d_i<h
Where:
| Symbol | Description | Unit |
|---|---|---|
| E_i^O | Fraction of size class i reporting to oversize. | fraction |
| d_i | Representative particle size of size class i. | µm |
| h | Screen opening, converted to µm for comparison with d_i. | µm |
| e | Undersize transmission efficiency. | fraction |
The oversize and undersize retained masses are calculated size by size:
M_i^O=E_i^O 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. For each component c:
M_(c,i)^O=E_i^O 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 model preserves total solids and water by splitting the feed into undersize and oversize streams. The model represents a capacity-based screen calculation and applies one common undersize transmission efficiency to all size classes finer than the screen opening. It does not calculate a gradual partition curve around the aperture.
References
King, R. P. (2001). Modeling and Simulation of Mineral Processing Systems. Butterworth-Heinemann.