-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdolomite_sim.html
More file actions
360 lines (273 loc) · 12 KB
/
dolomite_sim.html
File metadata and controls
360 lines (273 loc) · 12 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dolomite Simulation Research | Ashwani Kumar</title>
<meta name="description"
content="Computational modeling of dolomite fracture and fluid flow using finite element methods.">
<!--
- favicon
-->
<link rel="shortcut icon" href="./assets/images/logo-ak.png" type="image/png">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<canvas id="bg-canvas"></canvas>
<main>
<!--
- #SIDEBAR
-->
<aside class="sidebar" data-sidebar>
<div class="sidebar-info">
<figure class="avatar-box">
<img src="./assets/images/my_pic.jpg" alt="Ashwani Kumar" width="80">
</figure>
<div class="info-content">
<h1 class="name" title="Ashwani Kumar">Ashwani Kumar</h1>
<p class="title">Computational Engineer</p>
</div>
<button class="info_more-btn" data-sidebar-btn>
<span>Show Contacts</span>
<ion-icon name="chevron-down"></ion-icon>
</button>
</div>
<div class="sidebar-info_more">
<div class="separator"></div>
<ul class="contacts-list">
<li class="contact-item">
<div class="icon-box">
<ion-icon name="logo-linkedin"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">LinkedIn</p>
<a href="https://www.linkedin.com/in/ashwanikumareth" class="contact-link">ashwanikumareth</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="logo-github"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">GitHub</p>
<a href="https://github.com/ashwakumar" class="contact-link">ashwakumar</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="school-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Google Scholar</p>
<a href="https://scholar.google.com/citations?user=ashwanikjangir@gmail.com"
class="contact-link">ashwanikjangir</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="mail-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Email</p>
<a href="mailto:ashwanikjangir@gmail.com" class="contact-link">ashwanikjangir@gmail.com</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="phone-portrait-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Phone</p>
<a href="tel:+41 782303498" class="contact-link">+41 782303498</a>
</div>
</li>
<li class="contact-item">
<div class="icon-box">
<ion-icon name="location-outline"></ion-icon>
</div>
<div class="contact-info">
<p class="contact-title">Location</p>
<address>Zürich, Switzerland</address>
</div>
</li>
</ul>
<div class="separator"></div>
<ul class="social-list">
<li class="social-item">
<a href="#" class="social-link">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
</ul>
</div>
</aside>
<!--
- #main-content
-->
<div class="main-content">
<!--
- #NAVBAR
-->
<nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item">
<a href="index.html" class="navbar-link">About</a>
</li>
<li class="navbar-item">
<a href="index.html#resume" class="navbar-link">Resume</a>
</li>
<li class="navbar-item">
<a href="index.html#portfolio" class="navbar-link">Portfolio</a>
</li>
<li class="navbar-item">
<a href="index.html#contact" class="navbar-link">Contact</a>
</li>
</ul>
</nav>
<!--
- #PROJECT DETAILS
-->
<article class="project-details active" data-page="project-details">
<a href="index.html#portfolio" class="back-link" onclick="localStorage.setItem('activePage','portfolio')">← Back
to Portfolio</a>
<header>
<h2 class="h2 article-title">Stress Regime Effects on Carbonate Permeability</h2>
</header>
<section class="project-content">
<div class="project-hero">
<img src="./assets/images/rock_fracture.png" alt="Fracture Network in Dolomite" loading="lazy">
</div>
<h4 class="h4">Impact of Stress Regime Change on the Permeability of a Naturally Fractured Carbonate Buildup
(Latemar, Dolomites, Northern Italy)</h4>
<div class="project-description">
<ul class="author-info-box">
<li class="author-info-item">
<span class="info-label">Main Author:</span>
<span class="info-value">Onyedika Anthony Igbokwe</span>
</li>
<li class="author-info-item">
<span class="info-label">Affiliation:</span>
<span class="info-value">Ruhr University Bochum</span>
</li>
<li class="author-info-item">
<span class="info-label">Type:</span>
<span class="info-value">Research Project</span>
</li>
<li class="author-info-item">
<span class="info-label">Co-Author:</span>
<span class="info-value">J. J. Timothy, A. Kumar, G. Meschke</span>
</li>
<li class="author-info-item">
<span class="info-label">Date:</span>
<span class="info-value">2023</span>
</li>
<li class="author-info-item">
<span class="info-label">Journal:</span>
<span class="info-value">Solid Earth</span>
</li>
</ul>
<h4 class="h4">Project Overview</h4>
<p>
This research investigates how changes in tectonic stress regimes affect fracture aperture and
permeability in carbonate reservoirs, using the Latemar carbonate buildup in northern Italy as an
analogue.
By combining detailed outcrop data, finite element geomechanical modeling, and fluid flow simulations, the
study quantifies how stress from multiple tectonic episodes influenced fracture networks and flow
pathways.</p>
<h4 class="h4">Problem & Motivation</h4>
<p>
Naturally fractured carbonate reservoirs contain a large share of global oil, gas, and geothermal
resources. However, predicting permeability is challenging because fracture networks are highly
heterogeneous and influenced by stress history. Previous models often considered only single stress
regimes, overlooking the cumulative effects of multiple tectonic episodes.
This study addresses that gap by modeling stress regime superposition to better understand how
permeability evolves over geological time.</p>
<h4 class="h4">Key Contributions</h4>
<ul class="feature-list">
<li>Developed a three-phase workflow: outcrop data acquisition (via drone imaging), finite element
geomechanical aperture modeling, and single-phase flow simulations.</li>
<li>Simulated two major tectonic stress regimes: subsidence-related (NW–SE) and Alpine compression (N–S).
</li>
<li>Quantified the effect of stress regime change on fracture aperture distributions and effective
permeability tensors.</li>
<li>Showed that permeability increased by up to 62% under combined tectonic loading compared to baseline
matrix permeability.</li>
<li>Demonstrated that fracture density, connectivity, and orientation critically control anisotropy in
fluid flow.</li>
</ul>
<h4 class="h4">Technical Highlights</h4>
<ul class="tech-list">
<li>Tools & Platforms: Drone photogrammetry (Agisoft Metashape), ArcGIS for fracture mapping, Kratos FEM
solver.</li>
<li>Methods: 2D finite element modeling, computational homogenization, single-phase flow analysis.</li>
<li>Data Sources: Over 2,000 fractures mapped from Latemar outcrops; five representative fracture
substructures (FSSs) analyzed.</li>
<li>Parameters: Young’s modulus = 25 GPa, Poisson’s ratio = 0.30, applied stress magnitudes of 50 MPa
(subsidence) and 160 MPa (Alpine compression).</li>
</ul>
<h4 class="h4">Results & Impact</h4>
<p>
The study revealed that stress regime changes significantly alter fracture aperture and permeability
anisotropy.
Permeability increased by 37–62%, with stress orientation and fracture density dictating flow pathways.
The results demonstrate that superimposed tectonic stresses do not cancel each other but instead create
new permeability effects, underscoring the need for multi-episode stress modeling.
These findings enhance the ability to predict flow in fractured carbonate reservoirs, with implications
for hydrocarbon recovery, CO₂ storage, and geothermal energy development.
</p>
<h4 class="h4">Publication Details</h4>
<p>
<strong>Journal:</strong> Solid Earth<br>
<strong>Year:</strong> 2024<br>
<strong>DOI:</strong> <a href="https://doi.org/10.5194/se-15-763-2024" target="_blank"
class="text-link">10.5194/se-15-763-2024</a>
</p>
<!-- Navigation & Links -->
<div class="project-navigation">
<a href="bone_sim.html" class="btn-link">
<ion-icon name="arrow-back-outline"></ion-icon> Previous
</a>
<a href="https://doi.org/10.5194/se-15-763-2024" target="_blank" class="btn-link">
<ion-icon name="document-text-outline"></ion-icon> Read Paper
</a>
<a href="multiscale_sps.html" class="btn-link">
Back to Start <ion-icon name="refresh-outline"></ion-icon>
</a>
</div>
</div>
</section>
</article>
</div>
</main>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<script src="./assets/js/particles.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>