File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
examples/cfd/external_aerodynamics/domino Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ predictions' ability to respect the governing laws better.
299299<table><thead>
300300 <tr>
301301 <th></th>
302- <th colspan="2">Total Residual</th>
302+ <th colspan="2">Residual L2 Error (Computed w.r.t true Residuals) </th>
303303 <th></th>
304304 </tr></thead>
305305<tbody>
@@ -311,27 +311,27 @@ predictions' ability to respect the governing laws better.
311311 </tr>
312312 <tr>
313313 <td>continuity</td>
314- <td>3.14E+11 </td>
315- <td>1.58E+11 </td>
316- <td>49.69 %</td>
314+ <td>30.352072 </td>
315+ <td>2.11262 </td>
316+ <td>93.04 %</td>
317317 </tr>
318318 <tr>
319319 <td>momentum_x</td>
320- <td>1.01E+16 </td>
321- <td>1.08E+15 </td>
322- <td>89.24 %</td>
320+ <td>19.109278 </td>
321+ <td>2.33800 </td>
322+ <td>87.77 %</td>
323323 </tr>
324324 <tr>
325325 <td>momentum_y</td>
326- <td>2.89E+16 </td>
327- <td>9.24E+14 </td>
328- <td>96.81 %</td>
326+ <td>99.36662 </td>
327+ <td>3.18452 </td>
328+ <td>96.80 %</td>
329329 </tr>
330330 <tr>
331331 <td>momentum_z</td>
332- <td>5.44E+15 </td>
333- <td>3.58E+14 </td>
334- <td>93.43 %</td>
332+ <td>45.73862 </td>
333+ <td>2.691725 </td>
334+ <td>94.11 %</td>
335335 </tr>
336336</tbody>
337337</table>
You can’t perform that action at this time.
0 commit comments