-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.html
More file actions
80 lines (66 loc) · 2.87 KB
/
media.html
File metadata and controls
80 lines (66 loc) · 2.87 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
<html>
<head>
<title>Kartik Jain</title>
</head>
<body>
<img height=450 src="IMG_2027.JPG">
<img height=450 src="cophi_vol_stream.png">
<p>
<b>
Kartik Jain, Assistant 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
</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" >Group members</a> </button>
<button> <a href="collab.html" >Collaborators</a> </button>
<button> <a href="apes.html" >Research Code</a> </button>
<button> <a href="pub.html" >Publications</a> </button>
<button> <a href="media.html" >Media</a> </button>
</h2>
<h2>Media</h2>
<video width="1024" autoplay>
<source src="3500_vort_XR.mp4" type="video/mp4">
</video>
<p>
Vorticity magnitude across a bisecting plane in the FDA nozzle between 9th
and 10th second of the simulation of throat Reynolds number 3500, computed
from LBM simulations.
The mesh is discretized with about 2.8 billion lattice cells and
simulations were executed on 304,128 cores of the SuperMUC-NG petascale
system installed at the Leibniz Rechenzentrum in Garching, Germany.
One thousand VTK files were written to disk by the APES framework, which
were rendered using Paraview on the SuperMUC-NG.
</p>
<video width="1024" autoplay>
<source src="3500_vel_XR.mp4" type="video/mp4">
</video>
<p>
Velocity magnitude across a bisecting plane in the FDA nozzle between 9th
and 10th second of the simulation of throat Reynolds number 3500, computed
from LBM simulations.
The mesh is discretized with about 2.8 billion lattice cells and
simulations were executed on 304,128 cores of the SuperMUC-NG petascale
system installed at the Leibniz Rechenzentrum in Garching, Germany.
One thousand VTK files were written to disk by the APES framework, which
were rendered using Paraview on the SuperMUC-NG.
</p>
<video width="1024" autoplay>
<source src="jain19a.mov" type="video/mov">
</video>
<p>
Velocity magnitude across a bisecting plane in the FDA nozzle between 9th
and 10th second of the simulation of throat Reynolds number 3500, computed
from LBM simulations.
The mesh is discretized with about 2.8 billion lattice cells and
simulations were executed on 304,128 cores of the SuperMUC-NG petascale
system installed at the Leibniz Rechenzentrum in Garching, Germany.
One thousand VTK files were written to disk by the APES framework, which
were rendered using Paraview on the SuperMUC-NG.
</p>
</body>
</html>