-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapes.html
More file actions
97 lines (76 loc) · 4.26 KB
/
apes.html
File metadata and controls
97 lines (76 loc) · 4.26 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
<html>
<head>
<title>Kartik Jain</title>
<link rel="stylesheet" href="style.css">
</head>
<div class="container">
<body>
<div>
<img height=300 src="kartik_2024.png">
<video style="position:absolute;width:800px;top:60px;left:260px" autoplay loop>
<source src="2000_vort.mp4" type="video/mp4">
</video>
<video style="position:absolute;width:800px;top:180px;left:260px" autoplay loop>
<source src="3500_vort_XR.mp4" type="video/mp4">
</video>
<img style="position:absolute;width:300px;top:300px;left:550px" src="fdavortleg.png">
</div>
<p>
<b>
Kartik Jain, Associate Professor of Biofluid Dynamics,<br>
Department of Thermal and Fluid Engineering, <br>
<a href="https://people.utwente.nl/k.jain?tab=about-me">University of Twente</a>, <br>
The Netherlands <br>
E-mail: k.jain@utwente.nl <br>
<a href="https://www.linkedin.com/in/kartikjain5/"> <img src="img/linkedin.svg" width=20> </a>  
<a href="https://scholar.google.co.uk/citations?user=bPoP9RIAAAAJ&hl=en"> <img src="img/google-scholar-square.svg" width=20> </a>  
<a href="https://www.researchgate.net/profile/Kartik_Jain3"> <img src="img/researchgate.svg" width=20> </a>  
<a href="https://orcid.org/0000-0002-6540-9304"> <img src="img/orcid.svg" width=20> </a>  
<a href="https://publons.com/researcher/3073142/kartik-jain/"> <img src="img/publons-square.svg" width=20> </a>  
<a href="https://www.ncbi.nlm.nih.gov/myncbi/1DuEBDU8mrlQv/bibliography/public/"> <img src="img/pubmed-square.svg" width=20> </a>
</b>
</p>
<h2><button> <a href="index.html" >About</a> </button>
<button> <a href="projects.html">Research Projects</a></button>
<button> <a href="cophi.html" >Team members</a> </button>
<button> <a href="lehre.html" >Teaching </a> </button>
<button> <a href="apes.html" >Research Code</a> </button>
<button> <a href="pub.html" >Publications</a> </button>
</h2>
<h2><span style="color:#006666">The adaptable poly engineering simulator (APES) framework</h2>
<img height=450 src="apes_2020.svg" style="display: block; margin: 0 auto;">
<p>
The APES development started in the group of my MS and PhD advisor Prof.
Sabine Roller at the RWTH Aachen University.
Later we moved to the University of Siegen.
The team is now located at the <b> Institute of Software Methods for
Product Virtualization </b> at the DLR Dresden, Germany.
I have constantly contributed to parts of this framework since my master
studies in Aachen, especially the LBM solver <i> Musubi</i>.
Components of the framework have been tested for scalability on all the
major supercomputers (Tier-0) in Europe including the
<a href="https://doku.lrz.de/display/PUBLIC/SuperMUC-NG"> SuperMUC-NG</a>,
<a href="https://www.hlrs.de/solutions/systems/hpe-apollo-hawk"> Hawk</a>,
<a
href="https://www.fz-juelich.de/ias/jsc/EN/Expertise/Supercomputers/de-installedSystems/JUQUEEN/JUQUEEN_node.html">
Juqueen</a>,
<a href="https://www.cscs.ch/computers/piz-daint/"> Piz Daint</a>.
More recently, we have tested the solver on the Japanese national supercomputer
<a href="https://www.r-ccs.riken.jp/en/fugaku/"> Fugaku</a>.
<br>
<br>
Most of the Co∅ projects use and develop components within this framework.
Tristan Vlogman recently completed his doctoral dissertation in which he developed
LBM-DEM coupled solver within <i>Musubi</i> for the simulation of particle laden flows
in complex geometries.
Various members of APES are available as open sources packages that can be
downloaded <a href="https://github.com/apes-suite">here</a>.
Together with collaborators at the University of Twente and TU Delft, we
have more recently coupled <i>Musubi</i> with inhomogeneous acoustic propagation,
bubble dynamics, and bubble-bubble interactions into a next generation
ultrasound imaging simulator:
<a href="https://github.com/PROTEUS-SIM/PROTEUS"> PROTEUS</a>.
</p>
</body>
</div>
</html>