Skip to content

Commit c76cf33

Browse files
author
MFC Action
committed
Docs @ a0a3ef8
1 parent 91d445e commit c76cf33

File tree

39 files changed

+41
-41
lines changed

39 files changed

+41
-41
lines changed

documentation/md_case.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ <h2><a class="anchor" id="autotoc_md21"></a>
767767
<tr class="markdownTableRowEven">
768768
<td class="markdownTableBodyRight"><code>p_x[y,z]</code> </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyLeft">Phase shift of oscillating acceleration </td></tr>
769769
<tr class="markdownTableRowOdd">
770-
<td class="markdownTableBodyRight"><code>g_x[y,z]</code> </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyLeft">Magnitude of bacground acceleration </td></tr>
770+
<td class="markdownTableBodyRight"><code>g_x[y,z]</code> </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyLeft">Magnitude of background acceleration </td></tr>
771771
</table>
772772
<p><code>k_x[y,z]</code>, <code>w_x[y,z]</code>, <code>p_x[y,z]</code>, and <code>g_x[y,z]</code> define an oscillating acceleration in the <code>x[y,z]</code> direction with the form</p>
773773
<p>$$ a_{x[y,z]} = g_{x[y,z]} + k_{x[y,z]}\sin\left(w_{x[y,z]}t + p_{x[y,z]}\right). $$</p>

documentation/md_examples.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h2><a class="anchor" id="autotoc_md56"></a>
259259
Final Condition</div></div>
260260
<h2><a class="anchor" id="autotoc_md57"></a>
261261
Centerline Velocities</h2>
262-
<p><img src="linear_theory.jpg" alt="Linear Theory Comparision" class="inline"/></p>
262+
<p><img src="linear_theory.jpg" alt="Linear Theory Comparison" class="inline"/></p>
263263
<h1><a class="anchor" id="autotoc_md58"></a>
264264
Rayleigh-Taylor Instability (2D)</h1>
265265
<h2><a class="anchor" id="autotoc_md59"></a>
@@ -270,7 +270,7 @@ <h2><a class="anchor" id="autotoc_md59"></a>
270270
Final Condition</div></div>
271271
<h2><a class="anchor" id="autotoc_md60"></a>
272272
Centerline Velocities</h2>
273-
<p><img src="linear_theory.jpg" alt="Linear Theory Comparision" class="inline"/></p>
273+
<p><img src="linear_theory.jpg" alt="Linear Theory Comparison" class="inline"/></p>
274274
<h1><a class="anchor" id="autotoc_md61"></a>
275275
Lid-Driven Cavity Problem (2D)</h1>
276276
<p>Reference: Bezgin, D. A., &amp; Buhendwa A. B., &amp; Adams N. A. (2022). JAX-FLUIDS: A fully-differentiable high-order computational fluid dynamics solver for compressible two-phase flows. arXiv:2203.13760</p>

simulation/m__body__forces_8fpp_8f90.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<tr class="memdesc:a5dc88fbee8eb48c2ce7d4f375abd5b90"><td class="mdescLeft">&#160;</td><td class="mdescRight">This subroutine computes the acceleration at time t. <br /></td></tr>
149149
<tr class="separator:a5dc88fbee8eb48c2ce7d4f375abd5b90"><td class="memSeparator" colspan="2">&#160;</td></tr>
150150
<tr class="memitem:a1a1bbbafe014815de94b94ed3bc90a1b" id="r_a1a1bbbafe014815de94b94ed3bc90a1b"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a1a1bbbafe014815de94b94ed3bc90a1b">s_compute_mixture_density</a> (<a class="el" href="m__phase__change_8fpp_8f90.html#a6d2af1366163bbea81771912d405abfa">q_cons_vf</a>)</td></tr>
151-
<tr class="memdesc:a1a1bbbafe014815de94b94ed3bc90a1b"><td class="mdescLeft">&#160;</td><td class="mdescRight">This subroutine calculates teh mixture density at each cell center. <br /></td></tr>
151+
<tr class="memdesc:a1a1bbbafe014815de94b94ed3bc90a1b"><td class="mdescLeft">&#160;</td><td class="mdescRight">This subroutine calculates the mixture density at each cell center. <br /></td></tr>
152152
<tr class="separator:a1a1bbbafe014815de94b94ed3bc90a1b"><td class="memSeparator" colspan="2">&#160;</td></tr>
153153
<tr class="memitem:a1a512cb57e7d5dddf626f7ffdc2f0fb7" id="r_a1a512cb57e7d5dddf626f7ffdc2f0fb7"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a1a512cb57e7d5dddf626f7ffdc2f0fb7">s_compute_body_forces_rhs</a> (<a class="el" href="m__phase__change_8fpp_8f90.html#a6d2af1366163bbea81771912d405abfa">q_cons_vf</a>, q_prim_vf, rhs_vf)</td></tr>
154154
<tr class="memdesc:a1a512cb57e7d5dddf626f7ffdc2f0fb7"><td class="mdescLeft">&#160;</td><td class="mdescRight">This subroutine calculates the source term due to body forces so the system can be advanced in time. <br /></td></tr>
@@ -277,7 +277,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a1a1bbbafe014815de94b94ed
277277
</table>
278278
</div><div class="memdoc">
279279

280-
<p>This subroutine calculates teh mixture density at each cell center. </p>
280+
<p>This subroutine calculates the mixture density at each cell center. </p>
281281
<div class="dynheader">
282282
Here is the caller graph for this function:</div>
283283
<div class="dyncontent">

simulation/m__body__forces_8fpp_8f90_a1a1bbbafe014815de94b94ed3bc90a1b_icgraph.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<map id="s_compute_mixture_density" name="s_compute_mixture_density">
2-
<area shape="rect" id="Node000001" title="This subroutine calculates teh mixture density at each cell center." alt="" coords="1197,42,1404,67"/>
2+
<area shape="rect" id="Node000001" title="This subroutine calculates the mixture density at each cell center." alt="" coords="1197,42,1404,67"/>
33
<area shape="rect" id="Node000002" href="$m__body__forces_8fpp_8f90.html#a1a512cb57e7d5dddf626f7ffdc2f0fb7" title="This subroutine calculates the source term due to body forces so the system can be advanced in time." alt="" coords="943,42,1149,67"/>
44
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="1184,57,1150,57,1150,52,1184,52"/>
55
<area shape="rect" id="Node000003" href="$m__body__forces_8fpp_8f90.html#aa1d11e529399caec2426ff421523936c" title=" " alt="" coords="732,5,895,45"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26a4bc34f8255f6d3dfb0c1bfee1a4bb
1+
87b1f7bbe4d17ee5d3d9db037fa3a980

simulation/m__body__forces_8fpp_8f90_a1a1bbbafe014815de94b94ed3bc90a1b_icgraph.svg

Lines changed: 1 addition & 1 deletion
Loading

simulation/m__body__forces_8fpp_8f90_a1a1bbbafe014815de94b94ed3bc90a1b_icgraph_org.svg

Lines changed: 1 addition & 1 deletion
Loading

simulation/m__body__forces_8fpp_8f90_a1a512cb57e7d5dddf626f7ffdc2f0fb7_cgraph.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<area shape="rect" id="Node000001" title="This subroutine calculates the source term due to body forces so the system can be advanced in time." alt="" coords="5,31,212,56"/>
33
<area shape="rect" id="Node000002" href="$m__body__forces_8fpp_8f90.html#a5dc88fbee8eb48c2ce7d4f375abd5b90" title="This subroutine computes the acceleration at time t." alt="" coords="273,5,453,31"/>
44
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="212,30,259,26,260,31,212,36"/>
5-
<area shape="rect" id="Node000003" href="$m__body__forces_8fpp_8f90.html#a1a1bbbafe014815de94b94ed3bc90a1b" title="This subroutine calculates teh mixture density at each cell center." alt="" coords="260,55,467,80"/>
5+
<area shape="rect" id="Node000003" href="$m__body__forces_8fpp_8f90.html#a1a1bbbafe014815de94b94ed3bc90a1b" title="This subroutine calculates the mixture density at each cell center." alt="" coords="260,55,467,80"/>
66
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="212,50,247,54,246,59,212,56"/>
77
</map>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
30fadb7c178773e31380677bb1bd0fe1
1+
967bea78c7f7eaa8629afcd675bda333

simulation/m__body__forces_8fpp_8f90_a1a512cb57e7d5dddf626f7ffdc2f0fb7_cgraph.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)