-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfrastructure.php
367 lines (295 loc) · 26 KB
/
infrastructure.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<?php
error_reporting(0);
session_start();
include_once('db.php');
if(!isset($_SESSION['chem_user']))
{
header('location:login');
}
?>
<?php include("header.php"); ?>
<style type="text/css">
.imgs{
width: 400px;
height: 200px;
}
</style>
<link rel="stylesheet" href="assets/css/w3.css">
<body><div class="content container panel">
<div class="container panel">
<div class="w3-border">
<div class="w3-bar w3-border-bottom w3-light-grey intronav">
<a class="w3-bar-item w3-button testbtn" style="padding:20px;margin:10px;" onclick="openLab(event, 'lab1')" id="myLink">FM</a>
<a class="w3-bar-item w3-button testbtn" style="padding:20px;margin:10px;" onclick="openLab(event, 'lab2')">MUO</a>
<a class="w3-bar-item w3-button testbtn" style="padding:20px;margin:10px;" onclick="openLab(event, 'lab3')">HT</a>
<a class="w3-bar-item w3-button testbtn" style="padding:20px;margin:10px;" onclick="openLab(event, 'lab4')">CRE</a>
<a class="w3-bar-item w3-button testbtn" style="padding:20px;margin:10px;" onclick="openLab(event, 'lab5')">PDC</a>
<a class="w3-bar-item w3-button testbtn" style="padding:20px;margin:10px;" onclick="openLab(event, 'lab6')">MTO</a>
<a class="w3-bar-item w3-button testbtn" style="padding:20px;margin:10px;" onclick="openLab(event, 'lab7')">LAB 7</a>
</div>
<div id="lab1" class="w3-container lab w3-animate-opacity">
<a class="prettyphoto col-md-12 col-sm-12 col-xs-12" rel="prettyPhoto[gallery]" title="LAB 1"></a>
<br>
<center>
<table background="white" hiegth="200px" width="1100px" border="1" color="black">
<tr style="font-family:timesnewRoman;font-size:20px;"><td colspan="8" align="center"><b>FLUID MECHANICS LAB</b></td></tr>
<tr style="font-family:times;font-size:18px;" align="center"><td colspan="2">I Year B.Tech CH</td><td colspan="2">SEMESTER-II</td><td colspan="1">L</td><td colspan="1">P</td><td colspan="1">T</td><td colspan="1">C</td>
<tr style="font-family:timesnewRoman;font-size:18px" align="center"><td colspan="2">Code:CH1801</td><td colspan="2">Fluid Mechanics lab</td><td colspan="1">0</td><td colspan="1">0</td><td colspan="1">3</td><td colspan="1">2</td></tr>
<tr>
<td colspan="8" style="font-family:timesnewRoman;font-size:20px" > Course Objective:<br>
The Objective of this Lab is to train the student how to operate the experimental setups and generate the required results from them <br> using basics concepts learned in fluid mechanics course.</td>
<tr><td colspan="8" style="font-family:timesnewRoman;font-size:20px;" >
Course Outcomes: After completion of this lab student understands<br>
<br>
1.The usage of basic equations derived in fluid mechanics course and checks their validity.<br><br>
2.Applications of different experiments in Chemical Industries like flow meters,pumps,etc.</td>
</tr>
</table><br><br></center>
<div class="page-content">
<div class="row page-row">
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/FM/1.png"><img class="img-responsive img-thumbnail imgs" src="labs/FM/1.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/FM/2.png"><img class="img-responsive img-thumbnail imgs" src="labs/FM/2.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/FM/3.png"><img class="img-responsive img-thumbnail imgs" src="labs/FM/3.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/FM/4.png"><img class="img-responsive img-thumbnail imgs" src="labs/FM/4.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/FM/5.png"><img class="img-responsive img-thumbnail imgs" src="labs/FM/5.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/FM/6.png"><img class="img-responsive img-thumbnail imgs" src="labs/FM/6.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/FM/7.png"><img class="img-responsive img-thumbnail imgs" src="labs/FM/7.png" alt="" /></a>
</div><!--//page-row-->
</div><!--//page-content-->
</div>
</div><!--//page-->
<div id="lab2" class="w3-container lab w3-animate-opacity">
<a class="prettyphoto col-md-12 col-sm-12 col-xs-12" rel="prettyPhoto[gallery]" title="LAB 2"></a>
<center>
<br>
<table background="white" hiegth="200px" width="1100px" color="black" border="1">
<tr style="font-family:timesnewRoman;font-size:20px;"><td align="center" colspan="8"> <b>MECHANICAL UNIT OPERATION LAB</b></td></tr>
<tr align="center" style="font-family:timesnewRoman;font-size:20px;"><td colspan="2">I Year B.Tech CH</td><td colspan="2">SEMESTER-III</td><td colspan="1">L</td><td colspan="1">P</td><td colspan="1">T</td><td colspan="1">C</td>
<tr align="center" style="font-family:timesnewRoman;font-size:20px;"><td colspan="2">Code:CH1901</td><td colspan="2">Mechanical Unit Operation lab</td><td colspan="1">0</td><td colspan="1">0</td><td colspan="1">3</td><td colspan="1">2</td></tr>
<tr>
<td colspan="8" style="font-family:timesnewRoman;font-size:20px;"><b> Course Objective:</b>This course enables the student to:<br><br>
1.Understand and apply engineering experiment techniques and safety procedure common to the chemical industry.<br><br>
2.Apply principles developed in chemical engineering courses to analysis of chemical Engineering processes and unit operations.<br><br>
3.To provide experience on analyis of size and size reduction<br><br>
4.To acquint the students with the separations based on size.<br><br>
5.Improve skills necessary for group work-interpersonal skills,coordination of the efforts of several persons,leader and subordinate <br> roles,etc.<br>
</tr></td>
<tr style="font-family:timesnewRoman;font-size:20px;" ><td colspan="8">
<b> Course Outcomes:</b> At the end of the course,the student will be able to:
<br><br>
1.Analyze the characterization of particles and calculate the effectiveness of a given screen<br><br>
2.Calculate size reduction ratio,grindability index using ball mill and jaw crusher.<br>
<br>
3.Estimate the power requirement using crushing laws of various crushers.<br><br>
4.Apply separation techniques like forth floatation,sedimentation to separate a mixture.<br>
<br>
5.Evaluate performance characters of filter press,cyclones,floation cells and clarifies.
</td></tr>
</table><br><br></center>
<div class="page-content">
<div class="row page-row">
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MUO/1.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MUO/1.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MUO/2.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MUO/2.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MUO/3.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MUO/3.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MUO/4.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MUO/4.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MUO/5.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MUO/5.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MUO/6.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MUO/6.jpg" alt="" /></a>
</div><!--//page-row-->
</div><!--//page-content-->
</div>
<div id="lab3" class="w3-container lab w3-animate-opacity">
<center>
<br>
<table background="white" hiegth="200px" width="1100px" color="black" border="1" >
<tr style="font-family:timesnewRoman;font-size:20px;"><td align="center" colspan="8"> <b>HEAT TRANSFER LAB</b></td></tr>
<tr align="center" style="font-family:timesnewRoman;font-size:20px;"><td colspan="2">II Year B.Tech CH</td><td colspan="2">SEMESTER-I</td><td colspan="1">L</td><td colspan="1">P</td><td colspan="1">T</td><td colspan="1">C</td>
<tr align="center" style="font-family:timesnewRoman;font-size:20px;"><td colspan="2">Code:CH2701</td><td colspan="2">Heat Transfer lab</td><td colspan="1">0</td><td colspan="1">0</td><td colspan="1">3</td><td colspan="1">2</td></tr>
<tr style="font-family:timesnewRoman;font-size:20px;">
<td colspan="8"><b> Course Objective:</b><br><br>
The Objective of this Lab is to train the student how to operate the experimental setups and generate the required results from them using basics concepts learned in Heat transfer course
</tr>
<tr style="font-family:timesnewRoman;font-size:20px;"><td style="font-family:timesnewRoman;font-size:20px;" colspan="8">
<b>Course Outcomes:</b> After completion of this lab student understands
<br>
1.The usage of basic equations derived in heat transfer course and checks their validity<br><br>
2.How to find thermal conductivities of any material<br><br>
3.Heat transfer coefficients in convection mode of heat transfer<br><br>
4.Working of heat exchangers and their importance in chemical industies.
</td></tr>
</table><br>
<br></center>
<div class="page-content">
<div class="row page-row">
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/HT/1.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/HT/1.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/HT/2.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/HT/2.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/HT/3.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/HT/3.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/HT/4.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/HT/4.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/HT/5.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/HT/5.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/HT/6.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/HT/6.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/HT/7.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/HT/7.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/HT/8.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/HT/8.jpg" alt="" /></a>
</div><!--//page-row-->
</div><!--//page-content-->
</div><!--//page-->
<div id="lab4" class="w3-container lab w3-animate-opacity">
<div class="page-content">
<center>
<br>
<table background="white" hiegth="200px" width="1100px" color="black" border="1" >
<tr style="font-family:timesnewRoman;font-size:20px;"><td align="center" colspan="8"> <b>CHEMICAL REACTION ENGINEERING LAB</b></td></tr>
<tr align="center" style="font-family:timesnewRoman;font-size:20px;" ><td colspan="2">II Year B.Tech CH</td><td colspan="2">SEMESTER-II</td><td colspan="1">L</td><td colspan="1">P</td><td colspan="1">T</td><td colspan="1">C</td><tr align="center" style="font-family:timesnewRoman;font-size:20px;" ><td colspan="2">Code:CH2801</td><td
colspan="2">Chemical
Reaction Engneering</td><td colspan="1">0</td><td colspan="1">0</td><td
colspan="1">3</td><td colspan="1">2</td></tr>
<tr style="font-family:timesnewRoman;font-size:20px;" >
<td colspan="8"><b> Course Objective:</b>At the end of this course,the student will be able to:<br>
1.Examine the temperature dependent term of a rate equation with Arrhenius' Law.<br><br>
2.Determine the rate equation for a reaction using laboratory methods<br><br>
3.Design ideal batch reactor for various operating requiremtns<br><br>
4.Design ideal plug flow reactor for various operating requiremts<br><br>
5.Design ideal CSTR reactor for various operating requirements<br><br>
6.Comparsion of conversion using multiple reactors and single reactor<br>
</tr>
<tr style="font-family:timesnewRoman;font-size:20px;" ><td colspan="8">
Course Outcomes: At the end of the laboratory course,the students will be able to:
<br>
1.Estimation of rate constant by applying Arrhenius theorem<br><br>
2.Understanding the estimation of rate law parameters for a given reaction in a batch reactor by using two different methods
</td></tr>
</table><br><br></center>
<div class="row page-row">
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/1.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/1.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/2.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/2.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/3.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/3.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/4.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/4.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/5.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/5.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/6.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/6.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/7.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/7.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/8.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/8.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/9.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/9.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/10.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/10.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/CRE/11.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/CRE/11.jpg" alt="" /></a>
</div><!--//page-row-->
</div><!--//page-content-->
</div><!--//page-->
<div id="lab5" class="w3-container lab w3-animate-opacity">
<div class="page-content">
<center><br>
<table background="white" hiegth="200px" width="1050px" color="black" border="1" color="black">
<tr><td align="center" colspan="8" style="font-family:timesnewRoman;font-size:20px"> <b>PROCESS DYNAMICS & CONTROL LAB</b></td></tr>
<tr align="center" style="font-family:timesnewRoman;font-size:20px"><td colspan="2">I Year B.Tech CH</td><td colspan="2">SEMESTER-II</td><td colspan="1">L</td><td colspan="1">P</td><td colspan="1">T</td><td width="1">C</td>
<tr align="center" style="font-family:timesnewRoman;font-size:20px"><td colspan="2">Code:CH2802</td><td colspan="2">Process Dynamics & Control lab</td><td colspan="1">0</td><td colspan="1">0</td><td colspan="1">3</td><td colspan="1">2</td></tr>
<tr style="font-family:timesnewRoman;font-size:20px" >
<td colspan="8"><b> Course Objective:</b> The course content enables the student to:<br>
1.To understand the dynamic behavior of the systems<br><br>
2.To evaluate response of first and higher order characterstics<br><br>
3.Study the installed characterstics of the value.<br><br>
4.Study if there is a hysteresis in the control value and sensor.<br><br>
5.Evaluate the tunning of a PID control via manual and automatic tuning.<br><br>
6.Evaluate the effect controller on the control system<br><br>
</tr><tr style="font-family:timesnewRoman;font-size:20px;"><td colspan="20px">
<b>Course Outcomes:</b> At the end of the course,the student will be able to:
<br>
1.Estiamte the dynamic behaviour of the control systems.<br><br>
2.Uderstad the controllability ,speed of response the control systems.<br><br>
3.Select proper control value to meet process needs.<br><br>
4.Understand direct digital control systems handling and operation.<br><br>
5.Tuning of a PID control via manual and automatic tuning<br><br>
6.Choose PID modes that effect controllability ,speed of reponse the control systems<br></td>
</tr>
</table> <br><br> </center>
<div class="row page-row">
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/1.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/1.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/2.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/2.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/3.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/3.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/4.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/4.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/5.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/5.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/6.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/6.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/7.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/7.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/8.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/8.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/9.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/9.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/10.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/10.png" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/PDC/11.png"><img class="img-responsive img-thumbnail imgs" src="labs/PDC/11.png" alt="" /></a>
</div><!--//page-row-->
</div><!--//page-content-->
</div><!--//page-->
<div id="lab6" class="w3-container lab w3-animate-opacity">
<div class="page-content">
<br>
<table background="white" hiegth="200px" width="1100px" color="black" border="1">
<tr align="center" style="font-family:timesnewRoman;font-size:20px;"><td align="center" colspan="8"> <b>MASS TRANSFER OPERATION LAB</b></td></tr>
<tr align="center" style="font-family:timesnewRoman;font-size:20px;"><td colspan="2">II Year B.Tech CH</td><td colspan="2">SEMESTER-III</td><td colspan="1">L</td><td colspan="1">P</td><td colspan="1">T</td><td colspan="1">C</td>
<tr align="center" style="font-family:timesnewRoman;font-size:20px;"><td colspan="2">Code:CH2901</td><td colspan="2">Mass transfer Operation lab</td><td colspan="1">0</td><td colspan="1">0</td><td colspan="1">3</td><td colspan="1">2</td></tr>
<tr style="font-family:timesnewRoman;font-size:20px;" >
<td colspan="8"><b> Course Objective:</b><br>
1.To understand the basic principle of diffusions and convective mass transfer.<br><br>
2.To study the vapor liquid equilibrium liquid-liquid equilibrium etc.<br><br>
3.To study different separation operations and there use off for fluid-fluid operations <br><br>
4.To understand the characterstics of solid-liquid separations.
</tr><tr style="font-family:timesnewRoman;font-size:20px;"><td colspan='8'>
<b>Course Outcomes: </b>At the end of the course students are able to:
<br>
1.Perform experiments in relation to the Mass Transfer fundamentals.<br><br>
2.Find out diffusivity and mass transfer coefficients.<br><br>
3.Compare the equilibrium data developed with the theoretical data.<br><br>
4.Evaluate the effectiveness of different separation techniques.
</td></tr>
</table><br><br></center>
<div class="row page-row">
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MT/1.jpg"><img class="img-responsive img-thumbnail imgs " src="labs/MT/1.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MT/2.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MT/2.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MT/3.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MT/3.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MT/4.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MT/4.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MT/5.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MT/5.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MT/6.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MT/6.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MT/7.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MT/7.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MT/8.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MT/8.jpg" hieght='200' width='200' alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MT/9.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MT/9.jpg" alt="" /></a>
<a class="prettyphoto col-md-3 col-sm-3 col-xs-6" rel="prettyPhoto[gallery]" href="labs/MT/10.jpg"><img class="img-responsive img-thumbnail imgs" src="labs/MT/10.jpg" alt="" /></a>
</div>
</div>
</div>
<div id="lab7" class="w3-container lab w3-animate-opacity">
<a class="prettyphoto col-md-12 col-sm-12 col-xs-12" rel="prettyPhoto[gallery]" title="LAB 7"></a>
<center>
<div class="page-content">
<h1>Update Soon!!</h1>
</center>
</div><!--//page-row-->
</div><!--//page-content-->
</div><!--//page-->
</div>
</div>
</div>
</div>
<script>
function openLab(evt, labName) {
var i;
var x = document.getElementsByClassName("lab");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
var activebtn = document.getElementsByClassName("testbtn");
for (i = 0; i < x.length; i++) {
activebtn[i].className = activebtn[i].className.replace(" w3-dark-grey", "");
}
document.getElementById(labName).style.display = "block";
evt.currentTarget.className += " w3-dark-grey";
}
var mybtn = document.getElementById("myLink");
mybtn.click();
function openc(cityn) {
var i;
var x = document.getElementsByClassName("labclose");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
document.getElementById(cityn).style.display = "block";
}
$(document).on('click', '[data-toggle="lightbox"]', function(event) {
event.preventDefault();
$(this).ekkoLightbox();
});
</script>
</body>
<?php include("footer.php"); ?>