-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (103 loc) · 5.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Mustafa Aggul - Postdoctoral Researcher and Associate Professor in Fluid Dynamics and Applied Mathematics.">
<title>Mustafa Aggul</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f5f5f5;
color: #333;
}
header {
background-color: #0073e6;
padding: 20px;
text-align: center;
color: white;
}
nav {
margin: 20px 0;
text-align: center;
}
nav a {
margin: 0 15px;
text-decoration: none;
color: #0073e6;
font-weight: bold;
}
main {
padding: 20px;
max-width: 800px;
margin: auto;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 10px;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Mustafa Ağgül, PhD</h1>
<p>Postdoctoral Researcher | Associate Professor</p>
</header>
<nav>
<a href="#about">About Me</a>
<a href="#research">Research</a>
<a href="#publications">Publications</a>
<a href="#contact">Contact</a>
</nav>
<main>
<section id="about">
<h2>About Me</h2>
<p>I am a Postdoctoral Researcher at Southern Methodist University and an Associate Professor at Hacettepe University.
My research focuses on fluid dynamics and applied mathematics. I received my PhD and MS from Michigan Technological
University and my BS from Hacettepe University.
</p>
</section>
<section id="research">
<h2>Research</h2>
<p>To date, I have focused on high-accuracy modeling and simulations of fluid flows, which include numerical analysis
of turbulence models for Navier Stokes equations (NSE), coupled fluid-fluid interaction (NSE-NSE) motivated by
atmosphere-ocean interaction, coupled Magneto Hydro Dynamics (MHD) equations, and Natural Convection Equation.
I have conducted computational simulations, developed, and applied numerical methods for these equations.
Additionally, I am currently involved in ongoing projects concerning time-step adaptivity within multirate
infinitesimal (MRI) methods and ARKODE Super Time Stepping (STS) Module.
</p>
</section>
<section id="publications">
<h2>Publications</h2>
<ul>
<li>M. Aggul, A. Labovsky, A High Accuracy Minimally Invasive Regularization Technique for Navier-Stokes Equations at High Reynolds Number, Numerical Methods for Partial Differential Equations, vol.33, pp.814-839, 2016.</li>
<li>M. Aggul, J. Connors, D. Erkmen, A. Labovsky, A Defect-Deferred Correction Method for Fluid-Fluid Interaction, SIAM Journal on Numerical Analysis, vol.56, iss.4, pp.2484-2512, 2018.</li>
<li>M. Aggul, S. Kaya, A. Labovsky, Two Approaches to Creating a Turbulence Model with increased temporal accuracy, Applied Mathematics and Computation, vol.358, pp.25-36, 2019.</li>
<li>M. Aggul, F. G. Eroglu, S. Kaya, A. Labovsky, A projection based variational multiscale method for a fluid-fluid interaction problem, Computer Methods in Applied Mechanics and Engineering, vol.365, 112957, 2020.</li>
<li>M. Aggul, Defect Correcting Extrapolation Technique for Oseen and Navier-Stokes Flows, Computers & Mathematics with Applications, vol.80(5), pp. 1029-1049, 2020.</li>
<li>M. Aggul, Crank-Nicholson scheme of the zeroth-order approximate deconvolution model of turbulence on a mixed formulation, International Journal of Automotive Science and Technology, vol.4(3), 145-154, 2020.</li>
<li>M. Aggul, S. Kaya, Defect-Deferred Correction Method Based on a Subgrid Artificial Viscosity Modeling for Fluid-Fluid Interaction, Applied Numerical Mathematics, vol.160, 178-191, 2021.</li>
<li>M. Aggul, Defect Deferred Correction Method Based on a Subgrid Artificial Viscosity Modeling, Journal of Mathematical Analysis and Applications, vol.497(2), 124878, 2021.</li>
<li>M. Aggul, A Grad-Div Stabilized Penalty Projection Algorithm for Fluid-Fluid Interaction Problem, Applied Mathematics and Computation, vol.414, 126670, 2022.</li>
<li>M. Aggul, A. Labovsky, Approximate Deconvolution Models for a Fluid-Fluid Interaction Problem with High Reynolds Numbers, Computers & Mathematics with Applications, vol.117, 113-126, 2022.</li>
<li>M. Aggul, A. Labovsky, K. Schwiebert, NS-ω Model for Fluid-Fluid Interaction Problems at High Reynolds, Computer Methods in Applied Mechanics, and Engineering,vol.395, 115052, 2022.</li>
<li>M. Aggul, F. G. Eroglu, S. Kaya, Artificial Compression Method for MHD System in Elsässer Variables, Applied Numerical Mathematics, 185: 72-87, 2022.</li>
<li>M. Aggul, A. Labovsky, E. Onal, K. Schwiebert, Fluid-Fluid Interaction Problems at High Reynolds Numbers: Reducing the Modeling Error with LES-C, SIAM Journal on Numerical Analysis, vol.61, iss.2, pp. 707-732, 2023.</li>
<li>M. Aggul, A. B. Cibik, Fatma G. Eroglu, S. Kaya, Deferred Correction Method for the Continuous Data Assimilation Model, Computer Methods in Applied Mechanics, and Engineering, vol.415, 116259, 2023.</li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</section>
</main>
<footer>
<p>© 2024 Mustafa Aggul. All rights reserved.</p>
</footer>
</body>
</html>