Skip to content

Commit 6cba33b

Browse files
author
MFC Action
committed
Docs @ b41386d
1 parent 08d1e0c commit 6cba33b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

documentation/md_case.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,16 +282,18 @@ <h2><a class="anchor" id="autotoc_md7"></a>
282282
<tr class="markdownTableRowOdd">
283283
<td class="markdownTableBodyRight"><code>hcid</code> * </td><td class="markdownTableBodyCenter">Integer </td><td class="markdownTableBodyCenter">N/A </td><td class="markdownTableBodyLeft">Hard coded patch id </td></tr>
284284
<tr class="markdownTableRowEven">
285-
<td class="markdownTableBodyRight"><code>model%filepath</code> </td><td class="markdownTableBodyCenter">String </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Path to an STL or OBJ file (not all OBJs are supported). </td></tr>
285+
<td class="markdownTableBodyRight"><code>cf_val</code> * </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyCenter">Supported </td><td class="markdownTableBodyLeft">Surface tension color function value </td></tr>
286286
<tr class="markdownTableRowOdd">
287-
<td class="markdownTableBodyRight"><code>model%scale(i)</code> </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Model's (applied) scaling factor for component $i$. </td></tr>
287+
<td class="markdownTableBodyRight"><code>model%filepath</code> </td><td class="markdownTableBodyCenter">String </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Path to an STL or OBJ file (not all OBJs are supported). </td></tr>
288288
<tr class="markdownTableRowEven">
289-
<td class="markdownTableBodyRight"><code>model%rotate(i)</code> </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Model's (applied) angle of rotation about axis $i$. </td></tr>
289+
<td class="markdownTableBodyRight"><code>model%scale(i)</code> </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Model's (applied) scaling factor for component $i$. </td></tr>
290290
<tr class="markdownTableRowOdd">
291-
<td class="markdownTableBodyRight"><code>model%translate(i)</code> </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Model's $i$-th component of (applied) translation. </td></tr>
291+
<td class="markdownTableBodyRight"><code>model%rotate(i)</code> </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Model's (applied) angle of rotation about axis $i$. </td></tr>
292292
<tr class="markdownTableRowEven">
293-
<td class="markdownTableBodyRight"><code>model%spc</code> </td><td class="markdownTableBodyCenter">Integer </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Number of samples per cell when discretizing the model into the grid. </td></tr>
293+
<td class="markdownTableBodyRight"><code>model%translate(i)</code> </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Model's $i$-th component of (applied) translation. </td></tr>
294294
<tr class="markdownTableRowOdd">
295+
<td class="markdownTableBodyRight"><code>model%spc</code> </td><td class="markdownTableBodyCenter">Integer </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Number of samples per cell when discretizing the model into the grid. </td></tr>
296+
<tr class="markdownTableRowEven">
295297
<td class="markdownTableBodyRight"><code>model%threshold</code> </td><td class="markdownTableBodyCenter">Real </td><td class="markdownTableBodyCenter">Not Supported </td><td class="markdownTableBodyLeft">Ray fraction inside the model patch above which the fraction is set to one. </td></tr>
296298
</table>
297299
<p>*: These parameters should be prepended with <code>patch_icpp(j)%</code> where $j$ is the patch index.</p>
@@ -536,7 +538,7 @@ <h2><a class="anchor" id="autotoc_md14"></a>
536538
<li><code>wave_speeds</code> specifies the choice of the method to compute the left, right, and middle wave speeds in the Riemann solver by an integer of 1 and 2. <code>wave_speeds = 1</code> and <code>2</code> correspond to the direct method (<a href="references.md#Batten97">Batten et al., 1997</a>), and indirect method that approximates the pressures and velocity (<a href="references.md#Toro13">Toro, 2013</a>), respectively.</li>
537539
<li><code>weno_Re_flux</code> activates the scalar divergence theorem in computing the velocity gradients using WENO-reconstructed cell boundary values. If this option is false, velocity gradient is computed using finite difference scheme of order 2 which is independent of the WENO order.</li>
538540
<li><code>weno_avg</code> it activates the arithmetic average of the left and right, WENO-reconstructed, cell-boundary values. This option requires <code>weno_Re_flux</code> to be true because cell boundary values are only utilized when employing the scalar divergence method in the computation of velocity gradients.</li>
539-
<li><code>surface_tension</code> activates surface tension when set to <code>'T'</code>. Requires <code>sigma</code> to be set.</li>
541+
<li><code>surface_tension</code> activates surface tension when set to <code>'T'</code>. Requires <code>sigma</code> to be set and <code>num_fluids</code>. The color function in each patch should be assigned such that <code>patch_icpp(i)cf_val = 1</code> in patches where <code>patch_icpp(i)alpha = 1 - eps</code> and <code>patch_icpp(i)cf_val = 0</code> in patches where <code>patch_icpp(i)alpha = eps</code>.</li>
540542
<li><code>viscous</code> activates viscosity when set to <code>'T'</code>. Requires <code>Re(1)</code> and <code>Re(2)</code> to be set.</li>
541543
</ul>
542544
<h3><a class="anchor" id="autotoc_md15"></a>

0 commit comments

Comments
 (0)