Skip to content

Commit

Permalink
Website: Update video links and description (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Mar 11, 2024
1 parent c78933f commit c1274db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
};

const sims = [
new FS("Shedding water droplet", "res/simulations/a.png", "Summit", "960 V100s", "4h", "https://doi.org/10.48550/arXiv.2305.09163"),
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("Cavitating bubbles fragment 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://youtu.be/qQV2ZRDpf2M"),
new FS("Breakup of vibrated interface", "res/simulations/f.png", "Summit", "128 V100s", "4h","https://player.vimeo.com/video/922022757"),
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"),
];
Expand Down Expand Up @@ -258,8 +258,7 @@
<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">
MFC simulates compressible multi-component and multi-phase flows, amongst other things.
It scales ideally to tens of thousands of GPUs.
An exascale compressible multiphase and multiphysics flow code.
</div>
</div>
<div class="flex mx-auto">
Expand Down

0 comments on commit c1274db

Please sign in to comment.