-
Notifications
You must be signed in to change notification settings - Fork 1
/
petroleum_refinery.html
100 lines (89 loc) · 5.34 KB
/
petroleum_refinery.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="G4gClB66Jr2h0XiecdD1OyTE0HCHwwS707_GIuEMCfU" />
<meta name="description" content="The DRISHTI-Innovation">
<meta name="keywords" content="Drishti, Innovation,WE,ME,technical, DRISHTI, Environment">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
PETROLEUM REFINERY
</title>
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<link href="css/all.min.css" rel="stylesheet">
<link href="css/fontawesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="footer.css">
<link rel="stylesheet" type="text/css" media="screen" href="pertrolum_ref.css">
</head>
<body>
<div class="main-div">
<nav class="navbar navbar-expand-md navbar-light"style="background-color: rgba(2,2,2,0.4);">
<a href ="http://svnit.ac.in/" class="navbar-brand">
<img class="nit_photo" src="images/svnit.png">
</a>
<div class="navbar-brand v1"></div>
<a href ="https://drishti-svnit.github.io/drishti/" class="navbar-brand">
<img src="images/logoleft.jpg" class="svnit_photo" >
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#menu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ml-auto">
<li class="nav-item"style="font-weight: bold; margin-right: 20px;"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"style="font-weight: bold; margin-right: 20px;"><a href="gallery.html" class="nav-link">Gallery</a></li>
<li class="nav-item dropdown "style="font-weight: bold; margin-right: 20px;">
<a href="#" class="nav-link dropdown-toogle" data-toggle="dropdown" >Projects</a>
<div class="dropdown-menu"style="background-color: rgb(220,220,220);">
<a href="heat.html" class="dropdown-item">
HEAT PIPE
</a>
<a href="centrifugal.html" class="dropdown-item">
CENTRIFUGAL PUMP
</a>
<a href="waste_heat.html" class="dropdown-item">
WASTE HEAT MANAGEMENT
</a>
<a href="petroleum_refinery.html" class="dropdown-item">
PETROLEUM REFINERY
</a>
</div>
</li>
<li class="nav-item"style="font-weight: bold; margin-right: 40px;"><a href="#down" class="nav-link" >Contact</a></li>
</ul>
</div>
</nav>
<div class="ref-image">
<div class="ref-title">
<h1>
PETROLEUM REFINERY
</h1>
<!-- <h3>2021-2022</h3> -->
</div>
</div>
</div>
<br><br><br>
<div class="ref-aim">
<P>Starting from the research phase in which different technology regarding petroleum refinery plant which includes
three main processes that are upstream, midstream, and downstream and oil extraction processes in brief and different
unit operations and processes in detail, characterization of crude oil and various parameters involved in the designing
of distillation column was explored.
Then comes the designing part which includes the distillation column layout i.e tray, column diameter, number of stages, etc
and various methods for designing crude distillation unit i.e McCabe Thiele method, Fenske-underwood-gilliland method, and
all other equipments required in a refinery.
And the most delightful part is simulation in which aspen hysys software was used for designing the crude oil under provided
conditions , after appropriate preheating, ADU unit simulation was performed with the required side strippers and pumparounds
and then VDU unit simulation was carried out to maximize the valuable products after ADU unit.</P>
<div class="image">
<img src="images/petroleum2.png">
<img src="images/petroleum3.png" alt="">
</div>
</div><br><br>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>