|
23 | 23 | <meta property="og:url" content="https://mflowcode.github.io" /> |
24 | 24 | <meta property="og:type" content="website" /> |
25 | 25 | <meta name="twitter:card" content="summary_large_image" /> |
| 26 | + <script type="application/ld+json"> |
| 27 | + { |
| 28 | + "@context": "https://schema.org", |
| 29 | + "@type": "SoftwareApplication", |
| 30 | + "name": "MFC", |
| 31 | + "alternateName": "Multi-Component Flow Code", |
| 32 | + "description": "Open-source exascale multiphase flow solver. 2025 Gordon Bell Prize Finalist. Scales to 200+ trillion grid points on 43,000+ GPUs.", |
| 33 | + "url": "https://mflowcode.github.io", |
| 34 | + "applicationCategory": "Scientific Computing", |
| 35 | + "operatingSystem": "Linux, macOS", |
| 36 | + "license": "https://opensource.org/licenses/MIT", |
| 37 | + "programmingLanguage": ["Fortran", "Python"], |
| 38 | + "codeRepository": "https://github.com/MFlowCode/MFC", |
| 39 | + "author": { |
| 40 | + "@type": "Organization", |
| 41 | + "name": "MFlowCode", |
| 42 | + "url": "https://github.com/MFlowCode" |
| 43 | + }, |
| 44 | + "award": "2025 ACM Gordon Bell Prize Finalist" |
| 45 | + } |
| 46 | + </script> |
26 | 47 | <script src="https://cdn.tailwindcss.com"></script> |
27 | 48 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
28 | 49 | <link rel="icon" type="image/x-icon" href="res/icon.ico"> |
|
43 | 64 | { name: "Cavitation fragments kidney stone", image: "res/simulations/d.png", computer: "Summit", computerUrl: "https://www.olcf.ornl.gov/summit/", accelerators: "576 V100s", walltime: "30 min", source: "https://doi.org/10.48550/arXiv.2305.09163" }, |
44 | 65 | { name: "Kidney stone stress waves", image: "res/simulations/l.png", computer: "Bridges2", computerUrl: "https://www.psc.edu/resources/bridges-2/", accelerators: "8 V100s", walltime: "20m", source: "https://www.youtube.com/watch?v=Q2L0J68qnRw" }, |
45 | 66 | { name: "Whale bubble net feeding", image: "res/simulations/p.png", computer: "Delta", computerUrl: "https://www.ncsa.illinois.edu/research/project-highlights/delta/", accelerators: "128 A100s", walltime: "30m", source: "https://www.youtube.com/watch?v=6EpP6tdCZSA" }, |
| 67 | + { name: "Earplug acoustics (kinetic energy)", image: "res/simulations/q.png", computer: "Delta", computerUrl: "https://www.ncsa.illinois.edu/research/project-highlights/delta/", accelerators: "8 A100s", walltime: "5h", source: "https://www.youtube.com/watch?v=xSW5wZkdbrc" }, |
| 68 | + { name: "Circular orifice (1 kHz)", image: "res/simulations/r.png", computer: "Delta", computerUrl: "https://www.ncsa.illinois.edu/research/project-highlights/delta/", accelerators: "16 A100s", walltime: "5h", source: "https://www.youtube.com/watch?v=jOhJ_c7eco4" }, |
46 | 69 | // Bubble dynamics |
47 | 70 | { name: "Collapsing bubbles (pressure)", image: "res/simulations/b.png", computer: "Summit", computerUrl: "https://www.olcf.ornl.gov/summit/", accelerators: "216 V100s", walltime: "3h", source: "https://doi.org/10.48550/arXiv.2305.09163" }, |
48 | 71 | { name: "Collapsing bubbles (streamlines)", image: "res/simulations/c.png", computer: "Summit", computerUrl: "https://www.olcf.ornl.gov/summit/", accelerators: "216 V100s", walltime: "3h", source: "https://doi.org/10.48550/arXiv.2305.09163" }, |
| 72 | + { name: "Euler-Lagrange particle cloud", image: "res/simulations/s.png", computer: "Phoenix", computerUrl: "https://www.pace.gatech.edu/", accelerators: "8 A100s", walltime: "<1h", source: "https://www.youtube.com/watch?v=RoT-yC5Lxmg" }, |
49 | 73 | // Fundamentals |
50 | 74 | { name: "Breakup of vibrated interface", image: "res/simulations/f.png", computer: "Summit", computerUrl: "https://www.olcf.ornl.gov/summit/", accelerators: "128 V100s", walltime: "4h", source: "https://www.youtube.com/watch?v=XQ3g1oSg8mc" }, |
51 | 75 | { name: "Viscous Taylor-Green vortex", image: "res/simulations/h.png", computer: "Delta", computerUrl: "https://www.ncsa.illinois.edu/research/project-highlights/delta/", accelerators: "128 A100s", walltime: "17h", source: "https://www.youtube.com/watch?v=7i2h08dlDQw" }, |
|
0 commit comments