Skip to content

Commit cbc92ef

Browse files
author
MFC Action
committed
Docs @ c1274db
1 parent ba1a313 commit cbc92ef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
};
7373

7474
const sims = [
75-
new FS("Shedding water droplet", "res/simulations/a.png", "Summit", "960 V100s", "4h", "https://doi.org/10.48550/arXiv.2305.09163"),
75+
new FS("Shedding water droplet", "res/simulations/a.png", "Summit", "960 V100s", "4h", "https://player.vimeo.com/video/905208069"),
7676
new FS("Flow over an airfoil (vorticity", "res/simulations/g.png", "Delta", "128 A100s", "19h", "https://vimeo.com/917305340/c05fd414c8?share=copy"),
7777
new FS("Cavitating bubbles fragment kidney stone", "res/simulations/d.png", "Summit", "576 V100s", "30 min", "https://doi.org/10.48550/arXiv.2305.09163"),
78-
new FS("Breakup of vibrated interface", "res/simulations/f.png", "Summit", "128 V100s", "4h","https://youtu.be/qQV2ZRDpf2M"),
78+
new FS("Breakup of vibrated interface", "res/simulations/f.png", "Summit", "128 V100s", "4h","https://player.vimeo.com/video/922022757"),
7979
new FS("Collapsing bubbles (pressure)", "res/simulations/b.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"),
8080
new FS("Collapsing bubbles (streamlines)", "res/simulations/c.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"),
8181
];
@@ -258,8 +258,7 @@
258258
<img src="res/banner.png" class="h-20 md:h-24 mx-auto">
259259
</div>
260260
<div class="w-full flex flex-col text-white text-md md:text-lg text-justify font-semibold">
261-
MFC simulates compressible multi-component and multi-phase flows, amongst other things.
262-
It scales ideally to tens of thousands of GPUs.
261+
An exascale compressible multiphase and multiphysics flow code.
263262
</div>
264263
</div>
265264
<div class="flex mx-auto">

0 commit comments

Comments
 (0)