Skip to content

Commit 2c3c49a

Browse files
committed
revision
1 parent 7be1225 commit 2c3c49a

4 files changed

Lines changed: 25 additions & 2 deletions

File tree

source/0_backup.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,20 @@ Variable Name Size Device? Meaning
6363
``y`` ``Nelements * Np`` :math:`\checkmark` :math:`y`-coordinates of quadrature points
6464
``z`` ``Nelements * Np`` :math:`\checkmark` :math:`z`-coordinates of quadrature points
6565
================== ============================ ================== =================================================
66+
n :numref:`fig-walls`.
67+
Additionally *Nek5000* can handle conjugate heat transfer problems.
6668

69+
.. _fig-walls:
70+
71+
.. figure:: figs/walls.png
72+
:align: center
73+
:figclass: align-center
74+
:alt: domains
75+
76+
Computational domain showing respective fluid and solid subdomains, :math:`\Omega_f` and
77+
:math:`\Omega_s`. The shared boundaries are denoted :math:`\partial\Omega_f=\partial\Omega_s`
78+
and the solid boundary which is not shared by fluid is :math:`\overline{\partial\Omega_s}`,
79+
while the fluid boundary not shared by solid :math:`\overline{\partial\Omega_f}`.
6780
.. _flow_vars:
6881

6982
Flow Solution Fields and Simulation Settings

source/1_requirements.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@ This page summarizes the system requirements and dependencies of NekRS.
1616

1717
Add-on Libs
1818
-----------------
19-
1. ParaView
19+
1. ParaView
20+
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.
21+
22+
Quickstart
23+
-----------------
24+
An computation example coming with a set of large eddy simulation (LES) data is provided.
25+
The dataset can be downloaded from `here <https://noting.noting>`, and the case descriptions can be referred to paper [1]_.

source/8_faqs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. _faq:
2+
3+
FAQs
4+
=======

source/9_references.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ References
55

66
.. .. rubric:: References
77
8-
.. [Basse] Basse, N.T. "Turbulence Intensity and the Friction Factor for Smooth- and Rough-Wall Pipe Flows,"
8+
.. [1] Basse, N.T. "Turbulence Intensity and the Friction Factor for Smooth- and Rough-Wall Pipe Flows,"
99
*Fluids* **2** (2017)
1010
1111
.. [Kalitzin] Kalitzin, G., Gould, A.R.B, and Benton, J.J.

0 commit comments

Comments
 (0)