Mechanical Operations (CH31007 and CH21205) Assignment: Instructions
Mechanical Operations (CH31007 and CH21205) Assignment: Instructions
Assignment
Instructions:
Upload the answers in .pdf file only. For uploading the codes use relevant extensions.
Upload 6 answers in 6 separate .pdf files. Name it as yourrollnumber_name_Q(question no)
Paste the entire relevant code(s) at the end of each answer(s).
Use Tayler standard screens wherever required. Attached at the end
Particle Characterization
1. Mr. Atanu wants to do particle characterization after crushing the quartz in a grinder. The
sieve analysis from an international standard screen (Taylor series) of the crushed quartz is
shown below. The density and sphericity for the quartz are 2650 kg/m3 and 0.571 respectively.
For the material in the sieves (excluding pan) find out the following:
a) Mass mean diameter
b) Volume mean diameter
c) Volume surface mean diameter
d) Average specific surface area
e) Mention the assumptions required to do calculations
f) Write a code in either Python, C, C++, or Matlab for executing the above tasks.
4 0.0107 0.018 0
6 0.0235 0.033 0
8 0.0672 0.088 0
10 0.0864 0.112 0
14 0.1087 0.142 0
20 0.1759 0.229 0
(b) How much power would be required under kick’s law condition?
(c) Write a code in either Python, C, C++, Matlab for executing the above task and find the
power consumption under kick’s law condition for any x.
4. A rock goes through 2 successive grinders mounted on the same shaft, at a rate of 1ton/hr,
which draws the total power of 15kW. The average feed size is 50.8 mm (volume surface mean
diameter). The analysis of the product from the 2 grinders is as follows:
(a) Using Rettinger’s law, Kick’s law and Bond’s law (take average diameter as 50.8 mm)
calculate the power required by the individual grinder. Base your calculations on volume
surface mean diameter.
(b) Write a code in either Python, C, C++, or Matlab to find out the actual power requirement
and justify your answer.
Classification
5. Spherical particles of a valuable solid material ‘A’ (specific gravity = 8 − 0.4 ∗ 𝑥, where 𝑥
is the last digit of your roll no.) are mixed with spherical particles of an undesired solid material
‘B’ (specific gravity 2.0). Their diameter range is from 1 mm to 5 mm. Material ‘A’ has to be
separated in a mechanical classifier utilizing hindered settling in a slurry. The slurry is
produced by mixing water with a dry solid of specific gravity 3.0.
(a) What should be the minimum volume fraction (ɛ) of the dry solids in the slurry so that
underflow contains all particles of material ‘A’ but no particle of material ‘B’? You may
use Clift and Gauvin model to calculate the drag coefficient of spherical particles:
24 0.42
𝐶𝐷 = ∗ (1 + 0.15𝑅𝑒 0.687 ) +
𝑅𝑒 1 + 42500𝑅𝑒 1.16
(b) Write a code in either Python, C, C++, or Matlab to find out the desired ɛ.
6. After studying the concepts of settling velocity in his class a student was very excited. After the
class, he went back to the hostel and performed an experiment to calculate settling velocity. He used
an irregular-shaped object instead of a sphere and he used a tank with a very long height kept at the
hostel roof. The talk is almost filled with an unknown fluid. He somehow knew that the density of
that object is 3500 kg/m3 and the density of the unknown fluid is 850 kg/m3 and its viscosity is 0.13
poise. Since the particle is not a sphere and the liquid is unknown he doesn't know how to calculate
the terminal velocity in this case. Help him to calculate the terminal velocity.
Write a code in either Python, C, C++, or Matlab to find out the terminal velocity.