-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
463 lines (251 loc) · 14.6 KB
/
index.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
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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Makrand Khanwale</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=1">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=1">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=1">
<link rel="manifest" href="/favicon/site.webmanifest?v=1">
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=1" color="#ffffff">
<link rel="shortcut icon" href="/favicon/favicon.ico?v=1">
<meta name="msapplication-config" content="/favicon/browserconfig.xml?v=1">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<meta name="generator" content="Hugo 0.68.3" /><meta property="og:site_name" content="Makrand Khanwale">
<meta property="og:title" content="Makrand Khanwale">
<meta property="og:description" content="Site about work of Makrand Khanwale.">
<meta property="description" content="Site about work of Makrand Khanwale.">
<meta property="og:url" content="https://makrandak.github.io/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://makrandak.github.io/img/main/IMG_0022c1.jpg">
<link rel="stylesheet" href="/css/bundle.min.d9e04ae08c9b3049b766dbd4aeab7d862c5ea1d13679b621490e0f5df5507497.css" integrity="sha256-2eBK4IybMEm3ZtvUrqt9hixeodE2ebYhSQ4PXfVQdJc="><link rel="stylesheet" href="/css/add-on.css">
</head>
<body>
<div id="theme-message" style="background-color:#3c3b3b;color:#f4f4f4;margin:auto auto;padding:.25em 2em;width:75%;">
<p style="text-align:center;">This message, related to the development of the theme, only displays on the
<code>localhost</code> homepage to notify you of any important theme changes.</p>
<hr>
<h5 style="color:#f4f4f4;text-align:center;"><i class="fas fa-exclamation-triangle"></i>Version 2.0.0 - July 20, 2020<i class="fas fa-exclamation-triangle"></i></h5>
<p>Below are the following changes that <em>could</em> be breaking changes for your site. For more details on any change, please refer to <a href="https://github.com/pacollins/hugo-future-imperfect-slim/pull/154">PR #154</a>.</p>
<p>The major breaking change is:</p>
<ol>
<li>Users that have front matter that utilize <code>images</code> (backwards compatibility for <code>featured</code> and associated parameters still remains) <em>will</em> need to adjust from <code>[images]="SRC"</code> to the new format.</li>
</ol>
<pre><code>[[images]]
src = "" // Link to image
alt = "" // Alt text for image
stretch = // Optional: See screenshots for referenced values and outcomes
</code></pre><p>If you utilize any of the following, there <em>might</em> be a breaking:</p>
<ol>
<li>User custom templates <em>may</em> require adjustment.</li>
<li>User custom i18n languages, or custom templates referencing i18n translations <em>may</em> require adjustment.</li>
<li>User custom template for comments <em>will</em> require adjustment <em>if</em> it uses the theme’s CSS and/or JS.</li>
<li>User custom CSS <em>may</em> need to adjust due to a variety of class name changes and specificity changes.</li>
</ol>
<p>While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.</p>
<div style="text-align:center;">
<button onclick="removeBox()" class="button" style="color:#f4f4f4;margin-bottom:1em;">Close Notification Until Next Update</button>
</div>
<script>
if (window.location.href.indexOf('localhost:') < 1 || window.localStorage.getItem('HFIS-version') == '2.0.0') {
document.getElementsByTagName("body")[0].removeChild(document.getElementById("theme-message"));
}
function removeBox() {
window.localStorage.setItem('HFIS-version', '2.0.0');
document.getElementsByTagName("body")[0].removeChild(document.getElementById("theme-message"));
}
</script>
</div>
<header id="site-header">
<nav id="site-nav">
<h1 class="nav-title">
<a href="/" class="nav">
Makrand Khanwale
</a>
</h1>
<menu id="site-nav-menu" class="flyout-menu menu">
<a href="/about/" class="nav link"><i class='fa fa-home'></i> About</a>
<a href="/publications/" class="nav link"><i class='far fa-id-card'></i> Publications</a>
<a href="/experience/" class="nav link"><i class='far fa-id-card'></i> Experience</a>
<a href="/research_updates/" class="nav link"><i class='far fa-newspaper'></i> Research Updates</a>
<a href="/contact/" class="nav link"><i class='far fa-envelope'></i> Contact</a>
<a href="#share-menu" class="nav link share-toggle"><i class="fas fa-share-alt"> </i>Share</a>
<a href="#search-input" class="nav link search-toggle"><i class="fas fa-search"> </i>Search</a>
</menu>
<a href="#search-input" class="nav search-toggle"><i class="fas fa-search fa-2x"> </i></a>
<a href="#share-menu" class="nav share-toggle"><i class="fas fa-share-alt fa-2x"> </i></a>
<a href="#site-nav" class="nav nav-toggle"><i class="fas fa-bars fa-2x"></i></a>
</nav>
<menu id="search" class="menu"><input id="search-input" class="search-input menu"></input><div id="search-results" class="search-results menu"></div></menu>
<menu id="share-menu" class="flyout-menu menu">
<h1>Share Post</h1>
<a href="//www.linkedin.com/shareArticle?url=https%3a%2f%2fmakrandak.github.io%2f&title=Makrand%20Khanwale" target="_blank" rel="noopener" class="nav share-btn linkedin">
<p>LinkedIn</p>
</a>
<a href="mailto:?subject=Check%20out%20this%20post%20by %7b%20%20%20%20%20%20%20%20map%5b%5d%7d&body=https%3a%2f%2fmakrandak.github.io%2f" target="_blank" class="nav share-btn email" data-proofer-ignore>
<p>Email</p>
</a>
</menu>
</header>
<div id="wrapper">
<section id="site-intro" >
<a href="/"><img src="https://makrandak.github.io/img/main/IMG_0022c1.jpg" width="400" alt="Hugo Future Imperfect Slim" /></a>
<header>
<h1>Makrand Khanwale</h1>
</header>
<main>
<p>Researcher in Computational Physics</p>
</main>
<footer>
<ul class="socnet-icons">
<li><a href="/index.xml" type="application/rss+xml" target="_blank" title="RSS" class="fas fa-rss"></a></li>
<li><a href="//github.com/makrandak" target="_blank" rel="noopener" title="GitHub" class="fab fa-github"></a></li>
<li><a href="//bitbucket.com/makrandak" target="_blank" rel="noopener" title="Bitbucket" class="fab fa-bitbucket"></a></li>
<li><a href="//www.linkedin.com/in/makrandkhanwale" target="_blank" rel="noopener" title="LinkedIn" class="fab fa-linkedin"></a></li>
<li><a href="//scholar.google.com/citations?user=ai7GTW8AAAAJ%26hl%3den%26oi%3dao" target="_blank" rel="noopener" title="Google Scholar"><i class="ai ai-google-scholar"></i></a></li>
<li><a href="//orcid.org/0000-0002-8809-6320" target="_blank" rel="noopener" title="ORCID"><i class="ai ai-orcid"></i></a></li>
<li><a href="//researchgate.net/profile/Makrand_Khanwale3" target="_blank" rel="noopener" title="Research Gate"><i class="ai ai-researchgate"></i></a></li>
<li><a href="mailto:[email protected]" target="_blank" title="Email" class="far fa-envelope"></a></li>
</ul>
</footer>
</section>
<main id="site-main">
<article class="post">
<header>
<div class="title">
<h2><a href="/research_updates/projection-block-solver/">An efficient semi-implicit block second order solver for simulating two-phase flows</a></h2>
<p>Our work on development of block projection semi-implicit schemes which are about 4 times faster than fully coupled schemes while preserving stability features.</p>
</div>
<div class="meta">
<time datetime="2022-11-27 00:00:00 +0000 UTC">November 27, 2022</time>
<p>Makrand Khanwale</p>
<p>4-Minute Read</p>
</div>
</header>
<div class="content">
<a href="/research_updates/projection-block-solver/" class="image">
<img class="" src="https://makrandak.github.io/img/content/blog/projection-block-solver/progressive_zoom_gs_100dpi.png" alt="progressive_zoom">
</a>
<p><em>In picture above: Progressive zoomed in mesh for Rayleigh Taylor instability in the chaotic turbulent regime for the density ratio of 1:10.</em></p>
</div>
<footer>
<a href="/research_updates/projection-block-solver/" class="button big">Read More</a>
<div class="stats">
<ul class="categories">
<li><a class="article-terms-link" href="/categories/research/">research</a></li>
</ul>
<ul class="tags">
<li><a class="article-terms-link" href="/tags/research/">research</a></li>
</ul>
</div>
</footer>
</article>
<article class="post">
<header>
<div class="title">
<h2><a href="/research_updates/block-solver/">An adaptive block solver for simulating two-phase flows</a></h2>
<p>Research work on development of block solvers deployed on adaptive meshes to simulate two-phase flows.</p>
</div>
<div class="meta">
<time datetime="2020-10-31 00:00:00 +0000 UTC">October 31, 2020</time>
<p>Makrand Khanwale</p>
<p>1-Minute Read</p>
</div>
</header>
<div class="content">
<a href="/research_updates/block-solver/" class="image">
<img class="" src="https://makrandak.github.io/img/content/blog/block-solver/blog_banner.png" alt="comparisonWithExperiments">
</a>
<p><em>In picture above: Comparison of bubble shapes and terminal velocities with experimental results and corresponding streamlines.</em></p>
</div>
<footer>
<a href="/research_updates/block-solver/" class="button big">Read More</a>
<div class="stats">
<ul class="categories">
<li><a class="article-terms-link" href="/categories/research/">research</a></li>
</ul>
<ul class="tags">
<li><a class="article-terms-link" href="/tags/research/">research</a></li>
</ul>
</div>
</footer>
</article>
<article class="post">
<header>
<div class="title">
<h2><a href="/research_updates/fully-coupled-solver/">An adaptive fully-coupled second order solver for simulating two-phase flows</a></h2>
<p>Research work on development of fully coupled solvers deployed on adaptive meshes to simulate two-phase flows.</p>
</div>
<div class="meta">
<time datetime="2020-10-31 00:00:00 +0000 UTC">October 31, 2020</time>
<p>Makrand Khanwale</p>
<p>2-Minute Read</p>
</div>
</header>
<div class="content">
<a href="/research_updates/fully-coupled-solver/" class="image">
<img class="" src="https://makrandak.github.io/img/content/blog/fully-coupled-solver/RT2D.png" alt="comparisonWithExperiments">
</a>
<p><em>In picture above: Progression of 2D Rayleigh-Taylor instability to chaotic turbulent regime for the density ratio of 1:10.</em></p>
</div>
<footer>
<a href="/research_updates/fully-coupled-solver/" class="button big">Read More</a>
<div class="stats">
<ul class="categories">
<li><a class="article-terms-link" href="/categories/research/">research</a></li>
</ul>
<ul class="tags">
<li><a class="article-terms-link" href="/tags/research/">research</a></li>
</ul>
</div>
</footer>
</article>
<div class="pagination">
</div>
</main>
<section id="site-sidebar">
<section id="mini-bio">
<header>
<h1>About</h1>
</header>
<p>Physical Science Research Scientist in Department of Mechanical Engineering, Stanford University</p>
<footer>
<a href="/about" class="button">Learn More</a>
</footer>
</section>
</section>
<footer id="site-footer">
<ul class="socnet-icons">
<li><a href="/index.xml" type="application/rss+xml" target="_blank" title="RSS" class="fas fa-rss"></a></li>
<li><a href="//github.com/makrandak" target="_blank" rel="noopener" title="GitHub" class="fab fa-github"></a></li>
<li><a href="//bitbucket.com/makrandak" target="_blank" rel="noopener" title="Bitbucket" class="fab fa-bitbucket"></a></li>
<li><a href="//www.linkedin.com/in/makrandkhanwale" target="_blank" rel="noopener" title="LinkedIn" class="fab fa-linkedin"></a></li>
<li><a href="//scholar.google.com/citations?user=ai7GTW8AAAAJ%26hl%3den%26oi%3dao" target="_blank" rel="noopener" title="Google Scholar"><i class="ai ai-google-scholar"></i></a></li>
<li><a href="//orcid.org/0000-0002-8809-6320" target="_blank" rel="noopener" title="ORCID"><i class="ai ai-orcid"></i></a></li>
<li><a href="//researchgate.net/profile/Makrand_Khanwale3" target="_blank" rel="noopener" title="Research Gate"><i class="ai ai-researchgate"></i></a></li>
<li><a href="mailto:[email protected]" target="_blank" title="Email" class="far fa-envelope"></a></li>
</ul>
<p class="copyright">
© 2022 Makrand Khanwale
<br>
Theme: <a href='https://github.com/pacollins/hugo-future-imperfect-slim' target='_blank' rel='noopener'>Hugo Future Imperfect Slim</a><br>A <a href='https://html5up.net/future-imperfect' target='_blank' rel='noopener'>HTML5 UP port</a> | Powered by <a href='https://gohugo.io/' title='0.68.3' target='_blank' rel='noopener'>Hugo</a>
</p>
</footer>
<a id="back-to-top" href="#" class="fas fa-arrow-up fa-2x"></a>
<script src="/js/highlight.js"></script>
<script>hljs.initHighlightingOnLoad();</script><script src="/js/bundle.min.5955090a3253deadcd66071270aa2274dabe15ffc97094cec252d87b6f3f00bf.js" integrity="sha256-WVUJCjJT3q3NZgcScKoidNq+Ff/JcJTOwlLYe28/AL8="></script>
<script src="/js/add-on.js"></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'G-4B4L5S7149', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</div>
</body>
</html>