-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultiscale_sps.html
More file actions
361 lines (273 loc) · 11.6 KB
/
Copy pathmultiscale_sps.html
File metadata and controls
361 lines (273 loc) · 11.6 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
361
<!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>Multiscale SPS Simulation | Ashwani Kumar</title>
<meta name="description"
content="Direct FE² framework for enhancing multiscale simulations of the spark plasma sintering process.">
<!--
- 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">Multiscale Modeling of SPS with Direct FE2 Framework</h2>
</header>
<section class="project-content">
<div class="project-hero">
<img src="./assets/images/sps_multiscale.png" alt="Multiscale SPS Simulation" loading="lazy">
</div>
<h4 class="h4">Direct FE2 Framework for Multiscale SPS Simulations</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">Ashwani Kumar</span>
</li>
<li class="author-info-item">
<span class="info-label">Affiliation:</span>
<span class="info-value">ETH Zurich</span>
</li>
<li class="author-info-item">
<span class="info-label">Online:</span>
<a href="https://doi.org/10.1016/j.jmapro.2025.07.006" target="_blank"
class="info-value text-link">ScienceDirect</a>
</li>
<li class="author-info-item">
<span class="info-label">Co-Authors:</span>
<span class="info-value">Z. Zhang, M. Afrasiabi, M. Bambach </span>
</li>
<li class="author-info-item">
<span class="info-label">Date:</span>
<span class="info-value">2025</span>
</li>
<li class="author-info-item">
<span class="info-label">Journal:</span>
<span class="info-value">Journal of Manufacturing Processes</span>
</li>
</ul>
<h4 class="h4">Project Overview</h4>
<p>
This project focuses on improving the simulation of spark plasma sintering (SPS), a key process in
advanced materials manufacturing.
Traditional finite element models either miss microscale powder interactions or become too
computationally
expensive.
To address this, a Direct FE2 multiscale framework was developed that directly integrates microscale
powder behavior into macroscale electro-thermal-mechanical simulations.
</p>
<h4 class="h4">Problem & Motivation</h4>
<p>
SPS involves complex electrical, thermal, and mechanical interactions across different scales.
Existing models either treat powder as a continuum (ignoring particle-level detail) or use
particle-based
methods (accurate but computationally prohibitive).
This gap made it difficult to simulate large-scale SPS with both accuracy and efficiency.
</p>
<h4 class="h4">Research Contributions</h4>
<ul class="feature-list">
<li>Designed a Direct FE2 approach for fully coupled electro-thermal-mechanical SPS simulations.
</li>
<li>Achieved temperature & displacement error below 1% compared to full FE analysis.</li>
<li>Reduced computational cost by factors up to 70x, with degrees of freedom reduced up to 44x.</li>
<li>Demonstrated flexibility in handling different powder morphologies (SC, BCC, FCC).</li>
<li>Validated the model against the Heckel equation.</li>
</ul>
<h4 class="h4">Technical Highlights</h4>
<ul class="tech-list">
<li>Tools & Platforms: Abaqus FE solver, Python scripting for automation.</li>
<li>Methods: Finite Element Analysis (FEA), multiscale FE2 coupling, representative volume elements
(RVEs), periodic boundary conditions, multi-point constraints.</li>
<li>Models Used: Coupled electro-thermal-mechanical FE models, Johnson–Cook material law for copper
powders.</li>
<li>Performance: Demonstrated scalable efficiency with 8–70x faster runtime compared to full FE
methods.
</li>
</ul>
<h4 class="h4">Results & Impact</h4>
<p>
The Direct FE2 framework produced results nearly identical to full FE simulations while drastically
lowering computational cost.
It revealed how powder morphology, mesh scaling, and current intensity affect densification during
SPS.
The method makes it feasible to simulate realistic SPS geometries that were previously
computationally
intractable.
This work advances multiscale modeling in materials processing and provides a foundation for future
studies on non-spherical powders and complex geometries.
</p>
<h4 class="h4">Publication Details</h4>
<p>
<strong>Journal:</strong> Journal of Manufacturing Processes<br>
<strong>Year:</strong> 2025<br>
<strong>DOI:</strong> <a href="https://doi.org/10.1016/j.jmapro.2025.07.006" target="_blank"
class="text-link">10.1016/j.jmapro.2025.07.006</a>
</p>
<!-- Navigation & Links -->
<div class="project-navigation">
<a href="dolomite_sim.html" class="btn-link">
<ion-icon name="arrow-back-outline"></ion-icon> Previous
</a>
<a href="https://doi.org/10.1016/j.jmapro.2025.07.006" target="_blank" class="btn-link">
<ion-icon name="document-text-outline"></ion-icon> Read Paper
</a>
<a href="multimaterial_sps.html" class="btn-link">
Next <ion-icon name="arrow-forward-outline"></ion-icon>
</a>
</div>
</div>
</section>
</article>
</div>
</main>
<!--
- custom js link
-->
<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>