|
7 | 7 | window.dataLayer = window.dataLayer || []; |
8 | 8 | function gtag(){dataLayer.push(arguments);} |
9 | 9 | gtag('js', new Date()); |
10 | | - |
| 10 | + |
11 | 11 | gtag('config', 'G-SY496B9L99'); |
12 | 12 | </script> |
13 | | - |
| 13 | + |
14 | 14 | <meta charset="UTF-8"> |
15 | 15 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
38 | 38 |
|
39 | 39 | ghapi("https://api.github.com/repos/MFlowCode/MFC/releases/latest").then((r) => { |
40 | 40 | onHTML(() => { |
41 | | - document.getElementById("release-ver").innerText = r["tag_name"]; |
| 41 | + document.getElementById("release-ver").innerText = r["tag_name"]; |
42 | 42 | }) |
43 | 43 | }); |
44 | 44 |
|
|
72 | 72 | this.source = source; |
73 | 73 | } |
74 | 74 | }; |
75 | | - |
| 75 | + |
76 | 76 | const sims = [ |
| 77 | + new FS("Viscous Taylor-Green vortex","res/simulations/h.png","Delta", "128 A100s", "17h" , "https://vimeo.com/1019922003?share=copy"), |
77 | 78 | new FS("Shedding water droplet", "res/simulations/a.png", "Summit", "960 V100s", "4h", "https://player.vimeo.com/video/905208069"), |
78 | 79 | new FS("Flow over an airfoil (vorticity)", "res/simulations/g.png", "Delta", "128 A100s", "19h", "https://vimeo.com/917305340/c05fd414c8?share=copy"), |
79 | 80 | 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"), |
81 | 84 | new FS("Collapsing bubbles (pressure)", "res/simulations/b.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"), |
82 | 85 | new FS("Collapsing bubbles (streamlines)", "res/simulations/c.png", "Summit", "216 V100s", "3h", "https://doi.org/10.48550/arXiv.2305.09163"), |
83 | 86 | ]; |
|
91 | 94 | <img class="h-10 bg-white" src="res/logo.png" /> |
92 | 95 | <div class="flex-1 font-semibold text-center"> |
93 | 96 | Bubble collapse from acoustic source |
94 | | - </div> |
| 97 | + </div> |
95 | 98 | <a class="w-10 text-center" href="#"> |
96 | 99 | <i class="fa-solid fa-arrow-up-right-from-square"></i> |
97 | | - </a> |
| 100 | + </a> |
98 | 101 | </div> |
99 | 102 | <div class="grid grid-cols-3 gap-4 px-4 py-2"> |
100 | 103 | <div class="flex flex-row items-center"> |
|
130 | 133 |
|
131 | 134 | let middiv = document.createElement("div"); |
132 | 135 | middiv.classList.add("flex", "flex-row", "items-center"); |
133 | | - |
| 136 | + |
134 | 137 | let logoDiv = document.createElement("div"); |
135 | 138 | logoDiv.classList.add("flex", "flex-col", "h-full", "bg-white", "justify-center"); |
136 | 139 |
|
137 | 140 | let logo = document.createElement("img"); |
138 | 141 | logo.src = "res/logo.png"; |
139 | 142 | logo.classList.add("h-10"); |
140 | | - |
| 143 | + |
141 | 144 | logoDiv.appendChild(logo); |
142 | 145 | middiv.appendChild(logoDiv); |
143 | 146 |
|
|
222 | 225 |
|
223 | 226 | let middiv = document.createElement("div"); |
224 | 227 | middiv.classList.add("flex", "flex-row", "items-center"); |
225 | | - |
| 228 | + |
226 | 229 | let logoDiv = document.createElement("div"); |
227 | 230 | logoDiv.classList.add("flex", "flex-col", "h-full", "bg-white", "justify-center"); |
228 | 231 |
|
@@ -307,7 +310,7 @@ <h1 class="flex-1 flex flex-col justify-center gap-y-4"> |
307 | 310 | <div id="ft-sim" class="flex-1 grid grid-cols-1 md:grid-cols-3 gap-8"> |
308 | 311 | <!-- ... --> |
309 | 312 | </div> |
310 | | - </div> |
| 313 | + </div> |
311 | 314 | <div class="weak-scaling flex flex-col gap-4"> |
312 | 315 | <h1 class="flex-1 flex flex-col justify-center gap-y-4"> |
313 | 316 | <div class="text-xl md:text-2xl font-extrabold"> |
|
0 commit comments