-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
347 lines (295 loc) · 15.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SY496B9L99"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SY496B9L99');
</script>
<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>MFC | Home</title>
<meta name="description" content="MFC is an exascale multiphysics CFD solver maintained by the research groups of Profs. Bryngelson and Colonius." />
<meta name=”keywords” content="exascale, fluid dynamics, cfd, computational fluid dynamics, compressible, hpc, bryngelson, colonius, subgrid, multiphase, frontier, summit, el capitan, aurora, amd gpu, gpu, nvidia"/>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="icon" type="image/x-icon" href="res/icon.ico">
<script>
async function ghapi(url) {
return fetch(url).then((r) => r.json());
}
let htmlLoaded = false;
window.addEventListener("DOMContentLoaded", () => { htmlLoaded = true; });
function onHTML(func) {
window.addEventListener("DOMContentLoaded", func);
if (htmlLoaded) {
func();
}
}
ghapi("https://api.github.com/repos/MFlowCode/MFC/releases/latest").then((r) => {
onHTML(() => {
document.getElementById("release-ver").innerText = r["tag_name"];
})
});
ghapi("https://api.github.com/repos/MFlowCode/MFC/contributors").then((r) => {
onHTML(() => {
let container = document.getElementById("ft-contrib");
for (let contrib of r) {
let lnk = document.createElement("a");
lnk.classList.add("w-12", "h-12", "float-left");
lnk.href = contrib.html_url;
let img = document.createElement("div");
img.classList.add("w-12", "h-12", "bg-cover");
img.style.backgroundImage = `url('${contrib.avatar_url}')`;
lnk.appendChild(img);
container.appendChild(lnk);
}
});
});
class FS {
constructor(name, image, computer, accelerators, walltime, source) {
this.name = name;
this.image = image;
this.computer = computer;
this.accelerators = accelerators;
this.walltime = walltime;
this.source = source;
}
};
const sims = [
new FS("Viscous Taylor-Green vortex","res/simulations/h.png","Delta", "128 A100s", "17h" , "https://vimeo.com/1019922003?share=copy"),
new FS("Shedding water droplet", "res/simulations/a.png", "Summit", "960 V100s", "4h", "https://player.vimeo.com/video/905208069"),
new FS("Flow over an airfoil (vorticity)", "res/simulations/g.png", "Delta", "128 A100s", "19h", "https://vimeo.com/917305340/c05fd414c8?share=copy"),
new FS("Cavitation fragments kidney stone", "res/simulations/d.png", "Summit", "576 V100s", "30 min", "https://doi.org/10.48550/arXiv.2305.09163"),
new FS("Breakup of vibrated interface", "res/simulations/f.png", "Summit", "128 V100s", "4h","https://player.vimeo.com/video/922022757"),
new FS("Mach 2 flow over a sphere", "res/simulations/i.png", "Phoenix", "36 V100s", "30m", "https://vimeo.com/1020775531?share=copy"),
new FS("Mach 2 shear layer", "res/simulations/j.png", "Phoenix", "32 V100s", "15m", "https://vimeo.com/1020775541?share=copy"),
new FS("Collapsing bubbles (pressure)", "res/simulations/b.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"),
new FS("Collapsing bubbles (streamlines)", "res/simulations/c.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"),
];
/*
<div class="flex flex-col text-white rounded bg-slate-900 rounded-b-lg">
<div class="flex-1 grid bg-white pb-2">
<img class="place-self-center" src="res/simulations/a.png">
</div>
<div class="flex flex-row items-center">
<img class="h-10 bg-white" src="res/logo.png" />
<div class="flex-1 font-semibold text-center">
Bubble collapse from acoustic source
</div>
<a class="w-10 text-center" href="#">
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
<div class="grid grid-cols-3 gap-4 px-4 py-2">
<div class="flex flex-row items-center">
<div><i class="fa-solid fa-server"></i></div>
<div class="flex-1 text-center">Summit</div>
</div>
<div class="flex flex-row items-center">
<div><i class="fa-solid fa-microchip"></i></div>
<div class="flex-1 text-center">10k A100</div>
</div>
<div class="flex flex-row items-center">
<div><i class="fa-solid fa-clock"></i></div>
<div class="flex-1 text-center">10h</div>
</div>
</div>
</div>
*/
onHTML(() => {
for (let sim of sims) {
let container = document.createElement("div");
container.classList.add("flex", "flex-col", "text-white", "rounded", "bg-slate-900", "rounded-b-lg");
let topdiv = document.createElement("div");
topdiv.classList.add("flex-1", "grid", "bg-white", "pb-2");
let img = document.createElement("img");
img.src = sim.image;
img.classList.add("place-self-center");
topdiv.appendChild(img);
container.appendChild(topdiv);
let middiv = document.createElement("div");
middiv.classList.add("flex", "flex-row", "items-center");
let logoDiv = document.createElement("div");
logoDiv.classList.add("flex", "flex-col", "h-full", "bg-white", "justify-center");
let logo = document.createElement("img");
logo.src = "res/logo.png";
logo.classList.add("h-10");
logoDiv.appendChild(logo);
middiv.appendChild(logoDiv);
let title = document.createElement("div");
title.classList.add("flex-1", "p-2", "font-semibold", "text-center");
title.innerText = sim.name;
middiv.appendChild(title);
let lnk = document.createElement("a");
lnk.href = sim.source;
lnk.classList.add("w-10", "text-center");
let icon = document.createElement("i");
icon.classList.add("fa-solid", "fa-arrow-up-right-from-square");
lnk.appendChild(icon);
middiv.appendChild(lnk);
container.appendChild(middiv);
let botdiv = document.createElement("div");
botdiv.classList.add("grid", "grid-cols-3", "gap-4", "px-4", "py-2");
const items = [
["fa-server", sim.computer ],
["fa-microchip", sim.accelerators],
["fa-clock", sim.walltime ]
];
for (let r in items) {
let div = document.createElement("div");
div.classList.add("flex", "flex-row", "items-center");
let iconDiv = document.createElement("div");
iconDiv.classList.add("pr-2");
let icon = document.createElement("i");
icon.classList.add("fa-solid", items[r][0]);
iconDiv.appendChild(icon);
div.appendChild(iconDiv);
let text = document.createElement("div");
text.classList.add("flex-1", "text-center");
text.innerText = items[r][1];
div.appendChild(text);
botdiv.appendChild(div);
}
container.appendChild(botdiv);
document.getElementById("ft-sim").appendChild(container);
}
});
class FScale {
constructor(image, computer) {
this.image = image;
this.computer = computer;
}
};
scalings = [
new FScale("res/weakScaling/frontier.svg", "Oak Ridge Frontier (AMD MI250X GPUs)"),
new FScale("res/weakScaling/summit.svg", "Oak Ridge Summit (NVIDIA V100 GPUs)")
];
onHTML(() => {
for (let scl of scalings) {
let container = document.createElement("div");
container.classList.add("flex", "md:w-2/6", "flex-col", "text-white", "rounded", "bg-slate-900", "rounded-b-lg");
let topdiv = document.createElement("div");
topdiv.classList.add("flex-1", "grid", "bg-white", "pb-2");
let img = document.createElement("img");
img.src = scl.image;
img.classList.add("place-self-center");
topdiv.appendChild(img);
container.appendChild(topdiv);
let middiv = document.createElement("div");
middiv.classList.add("flex", "flex-row", "items-center");
let logoDiv = document.createElement("div");
logoDiv.classList.add("flex", "flex-col", "h-full", "bg-white", "justify-center");
let title = document.createElement("div");
title.classList.add("flex-1", "p-2", "font-semibold", "text-center");
title.innerText = scl.computer;
middiv.appendChild(title);
let botdiv = document.createElement("div");
botdiv.classList.add("flex-1","p-2","font-semibold","text-center");
botdiv.innerText=scl.computer;
container.appendChild(botdiv);
document.getElementById("ft-scaling").appendChild(container);
}
});
</script>
</head>
<body class="flex flex-col min-h-screen bg-slate-900">
<div class="w-full flex flex-col">
<header class="w-full text-white flex flex-col items-center drop-shadow-3xl font-bold text-xl md:text-2xl">
<div class="px-4 md:px-0 container mx-auto py-6 flex flex-row items-center justify-center md:justify-start gap-x-4">
<img class="hidden md:inline h-6" src="res/banner.png" />
<div>Multi-Component Flow Code</div>
</div>
</header>
<div class="px-4 md:px-0 gap-8 py-8 md:py-12 container mx-auto w-full flex flex-col">
<div class="columns-2 py-8 gap-10 md:py-16 w-full flex flex-col md:flex-row items-center">
<div class="w-full flex flex-col gap-4">
<img src="res/banner.png" class="h-20 md:h-24 mx-auto">
</div>
<div class="w-full flex flex-col text-white text-md md:text-lg text-justify font-semibold">
An exascale compressible multiphase and multiphysics flow code.
</div>
</div>
<div class="flex mx-auto">
<div class="justify-center grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-x-4 md:gap-x-8 text-md md:text-xl text-center text-white font-medium">
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://github.com/MFlowCode/MFC">
<i class="pr-4 fa-brands fa-github"></i>
<span class="flex-1">GitHub</span>
</a>
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://github.com/MFlowCode/MFC/releases/latest">
<i class="pr-4 fa-solid fa-download"></i>
<div class="flex-1">
<span class="hidden sm:inline-block">Download</span>
<span id="release-ver"></span>
</div>
</a>
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/md_getting-started.html">
<i class="pr-4 fa-solid fa-rocket"></i>
<span class="flex-1">Quick Start</span>
</a>
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/md_readme.html">
<i class="pr-4 fa-solid fa-book"></i>
<span class="flex-1">Documentation</span>
</a>
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/md_papers.html">
<i class="pr-4 fa-solid fa-newspaper"></i>
<span class="flex-1">Papers</span>
</a>
</div>
</div>
</div>
</div>
<main class="px-4 md:px-0 bg-white flex-1 py-6 md:py-12 grid gap-y-4 md:gap-y-12">
<div class="container mx-auto flex flex-col gap-8">
<div class="flex flex-col gap-4">
<h1 class="flex-1 flex flex-col justify-center gap-y-4">
<div class="text-xl md:text-2xl font-extrabold">
Featured Simulations
</div>
<!--
<div class="text-sm md:text-md text-justify">
A small collection of visualizations of simulations completed using MFC.
</div>
-->
</h1>
<div id="ft-sim" class="flex-1 grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- ... -->
</div>
</div>
<div class="weak-scaling flex flex-col gap-4">
<h1 class="flex-1 flex flex-col justify-center gap-y-4">
<div class="text-xl md:text-2xl font-extrabold">
Weak Scaling Results
</div>
</h1>
<div id="ft-scaling" class="flex-1 flex flex-col md:flex-row gap-8 md:justify-around">
<!-- ... -->
</div>
</div>
<div class="flex flex-col gap-4">
<h1 class="flex-1 flex flex-col justify-center gap-y-4">
<div class="text-xl md:text-2xl font-extrabold">
Contributors
</div>
</h1>
<div id="ft-contrib" class="rounded">
<!-- ... -->
</div>
</div>
</div>
</main>
<div class="flex flex-col w-full px-4 md:px-0 text-white py-8 gap-4 container mx-auto">
<div class="font-bold text-center text-sm md:text-md md:text-left">
© 2021 <a href="https://comp-physics.group/">Spencer H. Bryngelson and Tim Colonius</a>
</div>
<div class="text-justify flex-1 text-xs md:text-sm text-neutral-300">
Multiple federal sponsors have supported MFC development, including the US Department of Defense (DOD), the National Institutes of Health (NIH), the Department of Energy (DOE), and the National Science Foundation (NSF).
MFC computations use OLCF Frontier, Summit, and Wombat; LLNC LC Tuolumne and Lassen; and many ACCESS-CI systems
</div>
</div>
</body>
</html>