Skip to content

Commit 021a5dd

Browse files
committed
deploy: f98d2f1
1 parent 1c966fc commit 021a5dd

File tree

8 files changed

+88
-127
lines changed

8 files changed

+88
-127
lines changed

.doctrees/1_requirements.doctree

14 Bytes
Binary file not shown.

.doctrees/6_inputdeck.doctree

5.48 KB
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

1_requirements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2>Add-on Libs<a class="headerlink" href="#add-on-libs" title="Link to this hea
125125
<section id="quickstart">
126126
<h2>Quickstart<a class="headerlink" href="#quickstart" title="Link to this heading"></a></h2>
127127
<p>An computation example coming with a set of our in-house downscaled Direct Navier-Stokes Simulation (DNS) data is provided, including :math:
128-
The dataset can be downloaded from <cite>here &lt;https://noting.noting&gt;__</cite>, and the case descriptions can be referred to paper <a href="#id2"><span class="problematic" id="id1">[1]_</span></a>.</p>
128+
The dataset can be downloaded from <a class="reference external" href="https://noting.noting">here</a>, and the case descriptions can be referred to paper <a href="#id2"><span class="problematic" id="id1">[1]_</span></a>.</p>
129129
</section>
130130
</section>
131131

6_inputdeck.html

Lines changed: 16 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -92,34 +92,34 @@ <h2>Input and Range Control<a class="headerlink" href="#input-and-range-control"
9292
<tr class="row-odd"><th class="head"><p>Key</p></th>
9393
<th class="head"><p>Description</p></th>
9494
<th class="head"><p>Value(s)</p></th>
95-
<th class="head"><p>Explaination and Notes</p></th>
95+
<th class="head"><p>Explaination</p></th>
9696
</tr>
9797
</thead>
9898
<tbody>
9999
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">vtk_folder</span></code></p></td>
100100
<td><p>Path to folder containing VTK input data</p></td>
101101
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;string&gt;</span></code></p></td>
102-
<td><p>NA</p></td>
102+
<td></td>
103103
</tr>
104104
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">output_dir</span></code></p></td>
105105
<td><p>Path to directory for saving results</p></td>
106106
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;string&gt;</span></code></p></td>
107-
<td><p>NA</p></td>
107+
<td></td>
108108
</tr>
109109
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">auto_wall</span></code></p></td>
110110
<td><p>Flag for automatic wall detection</p></td>
111111
<td><p><code class="docutils literal notranslate"><span class="pre">0</span></code></p></td>
112-
<td><p>Manually indicate computation bounds</p></td>
112+
<td><p>Manually indicate computation bounds.</p></td>
113113
</tr>
114114
<tr class="row-odd"><td></td>
115115
<td></td>
116116
<td><p>(<code class="docutils literal notranslate"><span class="pre">1</span></code>)</p></td>
117-
<td><p>Auto detect bounds from input mesh</p></td>
117+
<td><p>Auto detect bounds from input mesh.</p></td>
118118
</tr>
119119
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">wall_xrange</span></code></p></td>
120120
<td><p>X-direction wall bounds [xmin, xmax]</p></td>
121121
<td><p><code class="docutils literal notranslate"><span class="pre">[&lt;float&gt;,</span> <span class="pre">&lt;float&gt;]</span></code></p></td>
122-
<td></td>
122+
<td><p>Dimensionalized coordinates bounds.</p></td>
123123
</tr>
124124
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">wall_yrange</span></code></p></td>
125125
<td><p>Y-direction wall bounds [ymin, ymax]</p></td>
@@ -132,86 +132,35 @@ <h2>Input and Range Control<a class="headerlink" href="#input-and-range-control"
132132
<td></td>
133133
</tr>
134134
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">x</span></code></p></td>
135-
<td><p>Number of seed points in X direction</p></td>
135+
<td><p>Number of Lagrangian seed points in X direction</p></td>
136136
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;int&gt;</span></code></p></td>
137137
<td></td>
138138
</tr>
139139
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">y</span></code></p></td>
140-
<td><p>Number of seed points in Y direction</p></td>
140+
<td><p>Number of Lagrangian seed points in Y direction</p></td>
141141
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;int&gt;</span></code></p></td>
142142
<td></td>
143143
</tr>
144144
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">z</span></code></p></td>
145-
<td><p>Number of seed points in Z direction</p></td>
145+
<td><p>Number of Lagrangian seed points in Z direction</p></td>
146146
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;int&gt;</span></code></p></td>
147147
<td></td>
148148
</tr>
149149
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">T_range</span></code></p></td>
150150
<td><p>Time range [<code class="docutils literal notranslate"><span class="pre">T_start</span></code>, <code class="docutils literal notranslate"><span class="pre">T_end</span></code>] in frames</p></td>
151151
<td><p><code class="docutils literal notranslate"><span class="pre">[&lt;float&gt;,</span> <span class="pre">&lt;float&gt;]</span></code></p></td>
152-
<td><p><code class="docutils literal notranslate"><span class="pre">T_end</span></code> no larger than <code class="docutils literal notranslate"><span class="pre">N_frames</span></code></p></td>
152+
<td><p><code class="docutils literal notranslate"><span class="pre">T_end</span></code> no larger than <code class="docutils literal notranslate"><span class="pre">N_frames</span></code>.</p></td>
153153
</tr>
154154
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">dt</span></code></p></td>
155155
<td><p>Time step for particle advection in frames</p></td>
156156
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;float&gt;</span></code></p></td>
157-
<td><p>NA</p></td>
157+
<td></td>
158158
</tr>
159159
</tbody>
160160
</table>
161161
</section>
162162
<section id="numerical-methods">
163163
<h2>Numerical Methods<a class="headerlink" href="#numerical-methods" title="Link to this heading"></a></h2>
164-
<table class="docutils align-default">
165-
<thead>
166-
<tr class="row-odd"><th class="head"><p>Key</p></th>
167-
<th class="head"><p>Description</p></th>
168-
<th class="head"><p>Value(s)</p></th>
169-
<th class="head"><p>Explaination and Notes</p></th>
170-
</tr>
171-
</thead>
172-
<tbody>
173-
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">if_backward</span></code></p></td>
174-
<td><p>Backward integration flag</p></td>
175-
<td><p><code class="docutils literal notranslate"><span class="pre">0</span></code></p></td>
176-
<td><p>Only compute forward advection</p></td>
177-
</tr>
178-
<tr class="row-odd"><td></td>
179-
<td></td>
180-
<td><p>(<code class="docutils literal notranslate"><span class="pre">1</span></code>)</p></td>
181-
<td><p>Compute in both side</p></td>
182-
</tr>
183-
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">advc_method</span></code></p></td>
184-
<td><p>Advection scheme</p></td>
185-
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;string&gt;</span></code></p></td>
186-
<td><p>NA</p></td>
187-
</tr>
188-
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">interp_method</span></code></p></td>
189-
<td><p>Interpolation method</p></td>
190-
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;string&gt;</span></code></p></td>
191-
<td><p>NA</p></td>
192-
</tr>
193-
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">wall_treatment</span></code></p></td>
194-
<td><p>Wall-treatment strategy</p></td>
195-
<td><p><code class="docutils literal notranslate"><span class="pre">clamp</span></code></p></td>
196-
<td><p>NA</p></td>
197-
</tr>
198-
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">grad_order</span></code></p></td>
199-
<td><p>Gradient approximation scheme</p></td>
200-
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;int&gt;</span></code></p></td>
201-
<td><p>NA</p></td>
202-
</tr>
203-
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">Eigen_method</span></code></p></td>
204-
<td><p>Eigenvalue computation method</p></td>
205-
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;string&gt;</span></code></p></td>
206-
<td><p>NA</p></td>
207-
</tr>
208-
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">if_visual</span></code></p></td>
209-
<td><p>Glace visualization enabler</p></td>
210-
<td><p><code class="docutils literal notranslate"><span class="pre">0</span></code> or <code class="docutils literal notranslate"><span class="pre">1</span></code></p></td>
211-
<td><p>NA</p></td>
212-
</tr>
213-
</tbody>
214-
</table>
215164
</section>
216165
<section id="dynamic-lcs-window">
217166
<h2>Dynamic LCS Window<a class="headerlink" href="#dynamic-lcs-window" title="Link to this heading"></a></h2>
@@ -220,29 +169,29 @@ <h2>Dynamic LCS Window<a class="headerlink" href="#dynamic-lcs-window" title="Li
220169
<tr class="row-odd"><th class="head"><p>Key</p></th>
221170
<th class="head"><p>Description</p></th>
222171
<th class="head"><p>Value(s)</p></th>
223-
<th class="head"><p>Explaination and Notes</p></th>
172+
<th class="head"><p>Explaination</p></th>
224173
</tr>
225174
</thead>
226175
<tbody>
227176
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">dyn_mode</span></code></p></td>
228177
<td><p>Dynamic LCS mode selector</p></td>
229178
<td><p>(<code class="docutils literal notranslate"><span class="pre">0</span></code>)</p></td>
230-
<td><p>Treat this input as a steady whole <a class="reference internal" href="2_theory.html#steady"><span class="std std-ref">Steady LCS</span></a>.</p></td>
179+
<td><p>Treat this input as a steady whole. See <a class="reference internal" href="2_theory.html#steady"><span class="std std-ref">Steady LCS</span></a>.</p></td>
231180
</tr>
232181
<tr class="row-odd"><td></td>
233182
<td></td>
234183
<td><p><code class="docutils literal notranslate"><span class="pre">1</span></code></p></td>
235-
<td><p>Dynamic LCS computation <a class="reference internal" href="2_theory.html#unsteady"><span class="std std-ref">Unsteady LCS</span></a>.</p></td>
184+
<td><p>Dynamic LCS computation. See <a class="reference internal" href="2_theory.html#unsteady"><span class="std std-ref">Unsteady LCS</span></a>.</p></td>
236185
</tr>
237186
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">win_size</span></code></p></td>
238187
<td><p>Window size for dynamic LCS</p></td>
239188
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;float&gt;</span></code></p></td>
240-
<td><p>NA</p></td>
189+
<td><p>The window size in frames for each batch of computation. Available under <code class="docutils literal notranslate"><span class="pre">dyn_mode=1</span></code>.</p></td>
241190
</tr>
242191
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">win_step</span></code></p></td>
243192
<td><p>Window step for dynamic LCS</p></td>
244193
<td><p><code class="docutils literal notranslate"><span class="pre">&lt;float&gt;</span></code></p></td>
245-
<td><p>NA</p></td>
194+
<td><p>Stepping in frames. Better smaller than <code class="docutils literal notranslate"><span class="pre">win_size/2</span></code> for capturing dynamic patterns.</p></td>
246195
</tr>
247196
</tbody>
248197
</table>

_sources/1_requirements.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Quickstart
5353
-----------------
5454

5555
An computation example coming with a set of our in-house downscaled Direct Navier-Stokes Simulation (DNS) data is provided, including :math:
56-
The dataset can be downloaded from `here <https://noting.noting>__`, and the case descriptions can be referred to paper [1]_.
56+
The dataset can be downloaded from `here <https://noting.noting>`__, and the case descriptions can be referred to paper [1]_.

0 commit comments

Comments
 (0)