Skip to content

Commit db79338

Browse files
committed
deploy: 2c3c49a
1 parent 1efc3ce commit db79338

27 files changed

Lines changed: 80 additions & 18 deletions

.doctrees/0_backup.doctree

3.58 KB
Binary file not shown.

.doctrees/1_requirements.doctree

1.79 KB
Binary file not shown.

.doctrees/8_faqs.doctree

679 Bytes
Binary file not shown.

.doctrees/9_references.doctree

-3 Bytes
Binary file not shown.

.doctrees/environment.pickle

1.08 KB
Binary file not shown.

0_backup.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<li class="toctree-l1"><a class="reference internal" href="5_gui.html">Graphical User Interface (GUI)</a></li>
5050
<li class="toctree-l1"><a class="reference internal" href="6_inputdeck.html">Input Deck for Solver Parameters</a></li>
5151
<li class="toctree-l1"><a class="reference internal" href="7_command.html">Command-Line Mode (Commands)</a></li>
52+
<li class="toctree-l1"><a class="reference internal" href="8_faqs.html">FAQs</a></li>
5253
<li class="toctree-l1"><a class="reference internal" href="9_references.html">References</a></li>
5354
</ul>
5455

@@ -212,6 +213,17 @@ <h3>Add the Closure Properties Calculation<a class="headerlink" href="#add-the-c
212213
</tr>
213214
</tbody>
214215
</table>
216+
<p>n <code class="xref std std-numref docutils literal notranslate"><span class="pre">fig-walls</span></code>.
217+
Additionally <em>Nek5000</em> can handle conjugate heat transfer problems.</p>
218+
<figure class="align-center" id="id2">
219+
<span id="fig-walls"></span><img alt="domains" src="figs/walls.png" />
220+
<figcaption>
221+
<p><span class="caption-text">Computational domain showing respective fluid and solid subdomains, <span class="math notranslate nohighlight">\(\Omega_f\)</span> and
222+
<span class="math notranslate nohighlight">\(\Omega_s\)</span>. The shared boundaries are denoted <span class="math notranslate nohighlight">\(\partial\Omega_f=\partial\Omega_s\)</span>
223+
and the solid boundary which is not shared by fluid is <span class="math notranslate nohighlight">\(\overline{\partial\Omega_s}\)</span>,
224+
while the fluid boundary not shared by solid <span class="math notranslate nohighlight">\(\overline{\partial\Omega_f}\)</span>.</span><a class="headerlink" href="#id2" title="Link to this image"></a></p>
225+
</figcaption>
226+
</figure>
215227
<p id="flow-vars">Flow Solution Fields and Simulation Settings
216228
Flow Solution Fields and Simulation Settings
217229
——————————————–

1_requirements.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<li class="toctree-l1 current"><a class="current reference internal" href="#">Requirements and Quickstart</a><ul>
4747
<li class="toctree-l2"><a class="reference internal" href="#basic-runtime">Basic Runtime</a></li>
4848
<li class="toctree-l2"><a class="reference internal" href="#add-on-libs">Add-on Libs</a></li>
49+
<li class="toctree-l2"><a class="reference internal" href="#quickstart">Quickstart</a></li>
4950
</ul>
5051
</li>
5152
<li class="toctree-l1"><a class="reference internal" href="2_theory.html">Theory of FTLE and LCS</a></li>
@@ -54,6 +55,7 @@
5455
<li class="toctree-l1"><a class="reference internal" href="5_gui.html">Graphical User Interface (GUI)</a></li>
5556
<li class="toctree-l1"><a class="reference internal" href="6_inputdeck.html">Input Deck for Solver Parameters</a></li>
5657
<li class="toctree-l1"><a class="reference internal" href="7_command.html">Command-Line Mode (Commands)</a></li>
58+
<li class="toctree-l1"><a class="reference internal" href="8_faqs.html">FAQs</a></li>
5759
<li class="toctree-l1"><a class="reference internal" href="9_references.html">References</a></li>
5860
</ul>
5961

@@ -95,9 +97,13 @@ <h2>Basic Runtime<a class="headerlink" href="#basic-runtime" title="Link to this
9597
</section>
9698
<section id="add-on-libs">
9799
<h2>Add-on Libs<a class="headerlink" href="#add-on-libs" title="Link to this heading"></a></h2>
98-
<ol class="arabic simple">
99-
<li><p>ParaView</p></li>
100-
</ol>
100+
<p>1. ParaView
101+
ParaView is a powerful open-source visualization tool that can be used to visualize the results of 3D FTLE computations. We also integrated the ParaView entrance into our GUI, so you can directly open ParaView from it.</p>
102+
</section>
103+
<section id="quickstart">
104+
<h2>Quickstart<a class="headerlink" href="#quickstart" title="Link to this heading"></a></h2>
105+
<p>An computation example coming with a set of large eddy simulation (LES) data is provided.
106+
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>
101107
</section>
102108
</section>
103109

2_theory.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<li class="toctree-l1"><a class="reference internal" href="5_gui.html">Graphical User Interface (GUI)</a></li>
5151
<li class="toctree-l1"><a class="reference internal" href="6_inputdeck.html">Input Deck for Solver Parameters</a></li>
5252
<li class="toctree-l1"><a class="reference internal" href="7_command.html">Command-Line Mode (Commands)</a></li>
53+
<li class="toctree-l1"><a class="reference internal" href="8_faqs.html">FAQs</a></li>
5354
<li class="toctree-l1"><a class="reference internal" href="9_references.html">References</a></li>
5455
</ul>
5556

3_numerical.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<li class="toctree-l1"><a class="reference internal" href="5_gui.html">Graphical User Interface (GUI)</a></li>
5151
<li class="toctree-l1"><a class="reference internal" href="6_inputdeck.html">Input Deck for Solver Parameters</a></li>
5252
<li class="toctree-l1"><a class="reference internal" href="7_command.html">Command-Line Mode (Commands)</a></li>
53+
<li class="toctree-l1"><a class="reference internal" href="8_faqs.html">FAQs</a></li>
5354
<li class="toctree-l1"><a class="reference internal" href="9_references.html">References</a></li>
5455
</ul>
5556

4_input.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<li class="toctree-l1"><a class="reference internal" href="5_gui.html">Graphical User Interface (GUI)</a></li>
5151
<li class="toctree-l1"><a class="reference internal" href="6_inputdeck.html">Input Deck for Solver Parameters</a></li>
5252
<li class="toctree-l1"><a class="reference internal" href="7_command.html">Command-Line Mode (Commands)</a></li>
53+
<li class="toctree-l1"><a class="reference internal" href="8_faqs.html">FAQs</a></li>
5354
<li class="toctree-l1"><a class="reference internal" href="9_references.html">References</a></li>
5455
</ul>
5556

0 commit comments

Comments
 (0)