-
Notifications
You must be signed in to change notification settings - Fork 1
/
magnus.html
128 lines (123 loc) · 6.28 KB
/
magnus.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="G4gClB66Jr2h0XiecdD1OyTE0HCHwwS707_GIuEMCfU" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="DRISHTI,SVNIT,Aero,Engineering,technology,WE,ME,RC,Quadcopter,Magnus,Rocket,Plane">
<meta name="description" content="Explore all aero projects implemented by DRISHTI,SVNIT">
<title>
MAGNUS PLANE
</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="magnus.css">
</head>
<body>
<div class="main-div">
<nav class="navbar navbar-expand-md navbar-dark" 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 dropleft float-right" 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="rc.html" class="dropdown-item">
RC PLANE
</a>
<a href="rocket.html" class="dropdown-item">
ROCKET
</a>
<a href="quadcopter.html" class="dropdown-item">
QUADCOPTER
</a>
<a href="magnus.html" class="dropdown-item">
MAGNUS PLANE
</a>
<a href="ornithopter.html" class="dropdown-item">
ORNITHOPTER
</a>
<a href="vtol.html" class="dropdown-item">
VTOL
</a>
</div>
</li>
<!-- <li class="nav-item"style="font-weight: bold; margin-right: 20px;"><a href="Competitions/competitions.html" class="nav-link">Competitions</a></li> -->
<!-- <li class="nav-item"style="font-weight: 800;"><a href="gallery.html" class="nav-link" style="color:black;">Gallery</a></li> -->
<!-- <li class="nav-item"style="font-weight: 800;"><a href="#" class="nav-link" style="color:black;">Documentation</a></li> -->
<li class="nav-item" style="font-weight: bold; margin-right: 40px;"><a href="#down" class="nav-link"
id="contact">Contact</a></li>
</ul>
</div>
</nav>
<div class="ref-image">
<div class="ref-title">
<h1>
MAGNUS PLANE
</h1>
<!-- <h3>2021-2022</h3> -->
</div>
</div>
</div>
<br><br><br>
<div class="ref-aim">
<h3>Magnus Effect</h3>
<p>The Magnus effect is an observable phenomenon that is commonly associated with a spinning object moving
through the air or another fluid. The path of the spinning object is deflected in a manner that is not
present when the object is not spinning.
</p>
<br>
<div class="image">
<img src="images/magnus.jpg">
</div>
<br><br>
<hr>
<h3>Different Types of Designs to generate Lift</h3>
<p><b>1. Long Cylinder</b></p>
<p>In long cylinder Magnus effect can be seen very highly and the force generated is also high. Torque provided
to long cylinder is relatively less.</p>
<div class="image">
<img src="images/cylinder.jpg">
</div>
<p><b>2. Sphere</b></p>
<p>Sphere shape objects can also produce magnus effects ,like soccer balls , tennis balls etc . But it cannot
produce a high lift, so not used in magnus plane.</p>
<div class="image">
<img src="images/sphere.jpeg">
</div>
<p><b>3. Rectangular</b></p>
<p>It is similar to cylindrical but here a rectangular plate by rotating at high speed, it seems to be
cylindrical , it requires more torque , less moment of inertia ,less lift.</p>
<div class="image">
<img src="images/rectangular.jpg">
</div>
<p><b>4. Cylinder-Aerofoil Combination</b></p>
<p>It is combination of both cylindrical and normal aerofoil ,it generates very good lift ,drag will be more ,
very difficult to manufacture.</p>
<div class="image">
<img src="images/combi.jpg">
</div>
</div><br><br>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>