-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
148 lines (105 loc) · 5.31 KB
/
research.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<!--
Plain-Academic by Vasilios Mavroudis
Released under the Simplified BSD License/FreeBSD (2-clause) License.
https://github.com/mavroudisv/plain-academic
-->
<html lang="en">
<head>
<title>Dr. J P Panda</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research </a></li> -->
<li><a href="publications.html">Publications</a></li> -->
<li><a href="gallery.html">Photo Gallery</a></li> -->
<li><a href="Dr_Panda_CV.pdf">CV</a></li>
</ul>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<!-- Entries Column -->
<div class="col-md-8" style="height: 100vh; font-size: 18px;">
<div style="height: 100vh;">
<h2 id="publications">Research</h2>
<!-- <strong>Research verticals</strong><br/>
<ol>
<li>Data-driven closure modeling for Reynolds-Averaged Navier-Stokes and large eddy simulations of turbulence.</li>
<li>Reduced-order modeling for advective partial differential equations using data-driven compression and time-series evolution techniques.</li>
<li>Scalable integration of data science tools within scientific computing workflows.</li>
<li>Interpretable machine learning for fluid flow reconstruction and model order reduction.</li>
</ol> -->
<strong>Direct numerical simulation of shock-turbulence interaction</strong><br/>
<ol>
<br>
<p class="aligncenter">
<figure>
<img class="img-responsive" src="p_no_bulk.png" width="700" height="250" class="center">
<figcaption>Direct numerical simulation of shock-turbulence interaction.</figcaption>
</figure>
<br>
</ol>
<strong>Drag reduction with anti-turbulence surface</strong><br/>
<ol>
<br>
<p class="aligncenter">
<figure>
<img class="img-responsive" src="drag_re.jpg" width="500" height="150" class="center">
<figcaption>Drag reduction with anti-turbulence surface.</figcaption>
</figure>
<br>
</ol>
<strong>Data driven turbulence modeling with deep neural networks</strong><br/>
<ol>
<br>
<p class="aligncenter">
<figure>
<img class="img-responsive" src="ann_model.jpg" width="700" height="250" class="center">
<figcaption>Data driven turbulence modeling with deep neural networks.</figcaption>
</figure>
<br>
</ol>
<strong>Fast flow field prediction using deep learning</strong><br/>
<ol>
<br>
<p class="aligncenter">
<figure>
<img class="img-responsive" src="fast_dnn.jpg" width="560" height="200" class="center">
<figcaption>Fast flow field prediction using deep learning.</figcaption>
</figure>
<br>
</ol>
<strong>Experiments on grid generated turbulence in a recirculating water tank</strong><br/>
<ol>
<br>
<p class="aligncenter">
<figure>
<img class="img-responsive" src="exp.png" width="700" height="250" class="center">
<figcaption>Location: Ship hydrodynamics laboratory IIT Kharagpur, Instrument: Acoustic doppler velocimeter, Three fluctuating velocity components were measured.</figcaption>
</figure>
<br>
<!-- </ol> -->
</div>
</div>
</div>
</div>
</div>
<!-- /.container -->
<!-- Other people may like it too! -->
<a style="color:#b5bec9;font-size:0.8em; float:right;" href="https://github.com/mavroudisv/plain-academic">Plain Academic</a>
</body>
</html>