Skip to content

Commit 886b593

Browse files
committed
Update 6_inputdeck.rst
1 parent c3d29cd commit 886b593

1 file changed

Lines changed: 45 additions & 45 deletions

File tree

source/6_inputdeck.rst

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,51 @@ Input Deck for Solver Parameters
55

66
To become
77

8-
+------------------+-----------------------------------------------------------+-------------------------+---------+
9-
| Key | Description | Value(s) | Methods |
10-
+==================+===========================================================+=========================+=========+
11-
| ``vtk_folder`` | Path to folder containing VTK data files | ``<path>`` | NA |
12-
+------------------+-----------------------------------------------------------+-------------------------+---------+
13-
| ``output_dir`` | Path to directory for saving FTLE results | ``<path>`` | NA |
14-
+------------------+-----------------------------------------------------------+-------------------------+---------+
15-
| ``auto_wall`` | Flag for automatic wall detection (0 = off, 1 = on) | ``0`` or ``1`` | NA |
16-
+------------------+-----------------------------------------------------------+-------------------------+---------+
17-
| ``wall_xrange`` | X-direction wall bounds [xmin, xmax] | ``[<float>, <float>]`` | NA |
18-
+------------------+-----------------------------------------------------------+-------------------------+---------+
19-
| ``wall_yrange`` | Y-direction wall bounds [ymin, ymax] | ``[<float>, <float>]`` | NA |
20-
+------------------+-----------------------------------------------------------+-------------------------+---------+
21-
| ``wall_zrange`` | Z-direction wall bounds [zmin, zmax] | ``[<float>, <float>]`` | NA |
22-
+------------------+-----------------------------------------------------------+-------------------------+---------+
23-
| ``x`` | Number of seed points in X direction | ``<int>`` | NA |
24-
+------------------+-----------------------------------------------------------+-------------------------+---------+
25-
| ``y`` | Number of seed points in Y direction | ``<int>`` | NA |
26-
+------------------+-----------------------------------------------------------+-------------------------+---------+
27-
| ``z`` | Number of seed points in Z direction | ``<int>`` | NA |
28-
+------------------+-----------------------------------------------------------+-------------------------+---------+
29-
| ``T_range`` | Integration time range [Tstart, Tend] | ``[<float>, <float>]`` | NA |
30-
+------------------+-----------------------------------------------------------+-------------------------+---------+
31-
| ``dt`` | Time step for particle advection | ``<float>`` | NA |
32-
+------------------+-----------------------------------------------------------+-------------------------+---------+
33-
| ``if_backward`` | Backward integration flag (0 = off, 1 = on) | ``0`` or ``1`` | NA |
34-
+------------------+-----------------------------------------------------------+-------------------------+---------+
35-
| ``advc_method`` | Advection scheme | ``<string>`` | NA |
36-
+------------------+-----------------------------------------------------------+-------------------------+---------+
37-
| ``interp_method``| Interpolation method | ``<string>`` | NA |
38-
+------------------+-----------------------------------------------------------+-------------------------+---------+
39-
| ``wall_treatment``| Wall-treatment strategy | ``<string>`` | NA |
40-
+------------------+-----------------------------------------------------------+-------------------------+---------+
41-
| ``grad_order`` | Order of spatial gradient approximation | ``<int>`` | NA |
42-
+------------------+-----------------------------------------------------------+-------------------------+---------+
43-
| ``Eigen_method`` | Eigenvalue computation method | ``<string>`` | NA |
44-
+------------------+-----------------------------------------------------------+-------------------------+---------+
45-
| ``if_visual`` | Visualization flag (0 = off; 1 = on) | ``0`` or ``1`` | NA |
46-
+------------------+-----------------------------------------------------------+-------------------------+---------+
47-
| ``dyn_mode`` | Dynamic LCS mode selector | ``<int>`` | NA |
48-
+------------------+-----------------------------------------------------------+-------------------------+---------+
49-
| ``win_size`` | Window size for dynamic LCS | ``<int>`` or None | NA |
50-
+------------------+-----------------------------------------------------------+-------------------------+---------+
51-
| ``win_step`` | Window step for dynamic LCS | ``<int>`` or None | NA |
52-
+------------------+-----------------------------------------------------------+-------------------------+---------+
8+
+-------------------+------------------------------------------------------+-------------------------+---------+
9+
| Key | Description | Value(s) | Methods |
10+
+===================+======================================================+=========================+=========+
11+
| ``vtk_folder`` | Path to folder containing VTK input data | ``<string>`` | NA |
12+
+-------------------+------------------------------------------------------+-------------------------+---------+
13+
| ``output_dir`` | Path to directory for saving results | ``<string>`` | NA |
14+
+-------------------+------------------------------------------------------+-------------------------+---------+
15+
| ``auto_wall`` | Flag for automatic wall detection | ``0`` or ``1`` | NA |
16+
+-------------------+------------------------------------------------------+-------------------------+---------+
17+
| ``wall_xrange`` | X-direction wall bounds [xmin, xmax] | ``[<float>, <float>]`` | NA |
18+
+-------------------+------------------------------------------------------+-------------------------+---------+
19+
| ``wall_yrange`` | Y-direction wall bounds [ymin, ymax] | ``[<float>, <float>]`` | NA |
20+
+-------------------+------------------------------------------------------+-------------------------+---------+
21+
| ``wall_zrange`` | Z-direction wall bounds [zmin, zmax] | ``[<float>, <float>]`` | NA |
22+
+-------------------+------------------------------------------------------+-------------------------+---------+
23+
| ``x`` | Number of seed points in X direction | ``<int>`` | NA |
24+
+-------------------+------------------------------------------------------+-------------------------+---------+
25+
| ``y`` | Number of seed points in Y direction | ``<int>`` | NA |
26+
+-------------------+------------------------------------------------------+-------------------------+---------+
27+
| ``z`` | Number of seed points in Z direction | ``<int>`` | NA |
28+
+-------------------+------------------------------------------------------+-------------------------+---------+
29+
| ``T_range`` | Time range [Tstart, Tend] in frames | ``[<float>, <float>]`` | NA |
30+
+-------------------+------------------------------------------------------+-------------------------+---------+
31+
| ``dt`` | Time step (frame) for particle advection | ``<float>`` | NA |
32+
+-------------------+------------------------------------------------------+-------------------------+---------+
33+
| ``if_backward`` | Backward integration flag | ``0`` or ``1`` | NA |
34+
+-------------------+------------------------------------------------------+-------------------------+---------+
35+
| ``advc_method`` | Advection scheme | ``<string>`` | NA |
36+
+-------------------+------------------------------------------------------+-------------------------+---------+
37+
| ``interp_method`` | Interpolation method | ``<string>`` | NA |
38+
+-------------------+------------------------------------------------------+-------------------------+---------+
39+
| ``wall_treatment``| Wall-treatment strategy | ``<string>`` | NA |
40+
+-------------------+------------------------------------------------------+-------------------------+---------+
41+
| ``grad_order`` | Gradient approximation scheme | ``<int>`` | NA |
42+
+-------------------+------------------------------------------------------+-------------------------+---------+
43+
| ``Eigen_method`` | Eigenvalue computation method | ``<string>`` | NA |
44+
+-------------------+------------------------------------------------------+-------------------------+---------+
45+
| ``if_visual`` | Glace visualization enabler | ``0`` or ``1`` | NA |
46+
+-------------------+------------------------------------------------------+-------------------------+---------+
47+
| ``dyn_mode`` | Dynamic LCS mode selector | ``0`` or ``1`` | NA |
48+
+-------------------+------------------------------------------------------+-------------------------+---------+
49+
| ``win_size`` | Window size for dynamic LCS | ``<int>`` or None | NA |
50+
+-------------------+------------------------------------------------------+-------------------------+---------+
51+
| ``win_step`` | Window step for dynamic LCS | ``<int>`` or None | NA |
52+
+-------------------+------------------------------------------------------+-------------------------+---------+
5353

5454

5555
.. _flow_vars:

0 commit comments

Comments
 (0)