Skip to content

Commit 9b7cf20

Browse files
author
MFC Action
committed
Docs @ 51eb6ae
1 parent a921990 commit 9b7cf20

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
window.dataLayer = window.dataLayer || [];
88
function gtag(){dataLayer.push(arguments);}
99
gtag('js', new Date());
10-
10+
1111
gtag('config', 'G-SY496B9L99');
1212
</script>
13-
13+
1414
<meta charset="UTF-8">
1515
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -38,7 +38,7 @@
3838

3939
ghapi("https://api.github.com/repos/MFlowCode/MFC/releases/latest").then((r) => {
4040
onHTML(() => {
41-
document.getElementById("release-ver").innerText = r["tag_name"];
41+
document.getElementById("release-ver").innerText = r["tag_name"];
4242
})
4343
});
4444

@@ -72,12 +72,15 @@
7272
this.source = source;
7373
}
7474
};
75-
75+
7676
const sims = [
77+
new FS("Viscous Taylor-Green vortex","res/simulations/h.png","Delta", "128 A100s", "17h" , "https://vimeo.com/1019922003?share=copy"),
7778
new FS("Shedding water droplet", "res/simulations/a.png", "Summit", "960 V100s", "4h", "https://player.vimeo.com/video/905208069"),
7879
new FS("Flow over an airfoil (vorticity)", "res/simulations/g.png", "Delta", "128 A100s", "19h", "https://vimeo.com/917305340/c05fd414c8?share=copy"),
7980
new FS("Cavitation fragments kidney stone", "res/simulations/d.png", "Summit", "576 V100s", "30 min", "https://doi.org/10.48550/arXiv.2305.09163"),
80-
new FS("Breakup of vibrated interface", "res/simulations/f.png", "Summit", "128 V100s", "4h","https://player.vimeo.com/video/922022757"),
81+
new FS("Breakup of vibrated interface", "res/simulations/f.png", "Summit", "128 V100s", "4h","https://player.vimeo.com/video/922022757"),
82+
new FS("Mach 2 flow over a sphere", "res/simulations/i.png", "Phoenix", "36 V100s", "30m", "https://vimeo.com/1020775531?share=copy"),
83+
new FS("Mach 2 shear layer", "res/simulations/j.png", "Phoenix", "32 V100s", "15m", "https://vimeo.com/1020775541?share=copy"),
8184
new FS("Collapsing bubbles (pressure)", "res/simulations/b.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"),
8285
new FS("Collapsing bubbles (streamlines)", "res/simulations/c.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"),
8386
];
@@ -91,10 +94,10 @@
9194
<img class="h-10 bg-white" src="res/logo.png" />
9295
<div class="flex-1 font-semibold text-center">
9396
Bubble collapse from acoustic source
94-
</div>
97+
</div>
9598
<a class="w-10 text-center" href="#">
9699
<i class="fa-solid fa-arrow-up-right-from-square"></i>
97-
</a>
100+
</a>
98101
</div>
99102
<div class="grid grid-cols-3 gap-4 px-4 py-2">
100103
<div class="flex flex-row items-center">
@@ -130,14 +133,14 @@
130133

131134
let middiv = document.createElement("div");
132135
middiv.classList.add("flex", "flex-row", "items-center");
133-
136+
134137
let logoDiv = document.createElement("div");
135138
logoDiv.classList.add("flex", "flex-col", "h-full", "bg-white", "justify-center");
136139

137140
let logo = document.createElement("img");
138141
logo.src = "res/logo.png";
139142
logo.classList.add("h-10");
140-
143+
141144
logoDiv.appendChild(logo);
142145
middiv.appendChild(logoDiv);
143146

@@ -222,7 +225,7 @@
222225

223226
let middiv = document.createElement("div");
224227
middiv.classList.add("flex", "flex-row", "items-center");
225-
228+
226229
let logoDiv = document.createElement("div");
227230
logoDiv.classList.add("flex", "flex-col", "h-full", "bg-white", "justify-center");
228231

@@ -307,7 +310,7 @@ <h1 class="flex-1 flex flex-col justify-center gap-y-4">
307310
<div id="ft-sim" class="flex-1 grid grid-cols-1 md:grid-cols-3 gap-8">
308311
<!-- ... -->
309312
</div>
310-
</div>
313+
</div>
311314
<div class="weak-scaling flex flex-col gap-4">
312315
<h1 class="flex-1 flex flex-col justify-center gap-y-4">
313316
<div class="text-xl md:text-2xl font-extrabold">

res/simulations/h.png

10.9 MB
Loading

res/simulations/i.png

466 KB
Loading

res/simulations/j.png

467 KB
Loading

0 commit comments

Comments
 (0)