Skip to content

Commit 3c9c1d9

Browse files
committed
update
1 parent 6ee32ed commit 3c9c1d9

2 files changed

Lines changed: 27 additions & 22 deletions

File tree

source/1_requirements.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ This page summarizes the system requirements and dependencies of NekRS.
2424
Add-on Libs
2525
-----------------
2626
1. **ParaView**
27-
<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. The ParaView installation-free package (v6.0) can be downloaded from `official <https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v6.0&type=binary&os=Windows&downloadFile=ParaView-6.0.0-RC1-MPI-Windows-Python3.12-msvc2017-AMD64.zip>`__.
27+
28+
ParaView is a powerful beloved open-source visualization platform based on vtk 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. The ParaView installation-free package (v6.0) can be downloaded from `official <https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v6.0&type=binary&os=Windows&downloadFile=ParaView-6.0.0-RC1-MPI-Windows-Python3.12-msvc2017-AMD64.zip>`__.
2829

2930
Quickstart
3031
-----------------

source/6_inputdeck.rst

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,31 @@ Input Deck for Solver Parameters
55

66
To become
77

8-
================== ============================ =================================================
9-
Variable Name Size Meaning
10-
================== ============================ =================================================
11-
``comm`` 1 MPI communicator
12-
``device`` 1 backend device
13-
``dim`` 1 spatial dimension of mesh
14-
``elementInfo`` ``Nelements`` phase of element (0 = fluid, 1 = solid)
15-
``EToB`` ``Nelements * Nfaces`` :math:`\checkmark` boundary ID for each face
16-
``N`` 1 polynomial order for each dimension
17-
``NboundaryFaces`` 1 *total* number of faces on a boundary (rank sum)
18-
``Nelements`` 1 number of elements
19-
``Nfaces`` 1 number of faces per element
20-
``Nfp`` 1 number of quadrature points per face
21-
``Np`` 1 number of quadrature points per element
22-
``rank`` 1 parallel process rank
23-
``size`` 1 size of MPI communicator
24-
``vmapM`` ``Nelements * Nfaces * Nfp`` quadrature point index for faces on boundaries
25-
``x`` ``Nelements * Np`` :math:`x`-coordinates of quadrature points
26-
``y`` ``Nelements * Np`` :math:`y`-coordinates of quadrature points
27-
``z`` ``Nelements * Np`` :math:`z`-coordinates of quadrature points
28-
================== ============================ =================================================
8+
========================= ======================================== ============================== ========
9+
Key Description Value(s) Methods
10+
========================= ======================================== ============================== ========
11+
``vtk_folder`` Path to folder containing VTK data files ``<path>`` NA
12+
``output_dir`` Path to directory for saving FTLE results ``<path>`` NA
13+
``auto_wall`` Flag for automatic wall detection (0 = off, 1 = on) ``0`` or ``1`` NA
14+
``wall_xrange`` X-direction wall bounds [xmin, xmax] ``[<float>, <float>]`` NA
15+
``wall_yrange`` Y-direction wall bounds [ymin, ymax] ``[<float>, <float>]`` NA
16+
``wall_zrange`` Z-direction wall bounds [zmin, zmax] ``[<float>, <float>]`` NA
17+
``x`` Number of seed points in X direction ``<int>`` NA
18+
``y`` Number of seed points in Y direction ``<int>`` NA
19+
``z`` Number of seed points in Z direction ``<int>`` NA
20+
``T_range`` Integration time range [Tstart, Tend] ``[<float>, <float>]`` NA
21+
``dt`` Time step for particle advection ``<float>`` NA
22+
``if_backward`` Backward integration flag ``0`` or ``1`` NA
23+
``advc_method`` Advection scheme ``<string>`` NA
24+
``interp_method`` Interpolation method ``<string>`` NA
25+
``wall_treatment`` Wall-treatment strategy ``<string>`` NA
26+
``grad_order`` Order of spatial gradient approximation ``<int>`` NA
27+
``Eigen_method`` Eigenvalue computation method ``<string>`` NA
28+
``if_visual`` Visualization flag (0 = off; 1 = on) ``0`` or ``1`` NA
29+
``dyn_mode`` Dynamic LCS mode selector ``<int>`` NA
30+
``win_size`` Window size for dynamic LCS ``<int> or None`` NA
31+
``win_step`` Window step for dynamic LCS ``<int> or None`` NA
32+
========================= ======================================== ============================== ========
2933

3034
.. _flow_vars:
3135

0 commit comments

Comments
 (0)