@@ -35,37 +35,28 @@ Input and Range Control
3535
3636Numerical Methods
3737---------------------------------
38- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
39- | Key | Description | Value(s) | Explaination |
40- +===================+======================================================+=========================+=========================================================================================================+
41- | ``if_backward `` | Backward integration flag | ``0 `` | Only compute forward advection. |
42- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
43- | | | (``1 ``) | Compute in both side. |
44- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
45- | ``wall_treatment``| Wall-treatment strategy | (``clamp ``) | |
46- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
47- | | | ``dirichlet `` | |
48- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
49- | | | ``reflect` `` | |
50- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
51- | | | ``periodic` `` | |
52- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
53- | ``advc_method `` | Lagrangian advection scheme | (``Euler ``) | Simple and fast Euler stepping with |
54- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
55- | | | ``RK2 `` | Runge–Kutta 2 with :math: `\max _{0 \le n \le N} \lvert y(t_n) - y_n \rvert = O(h^1 )` |
56- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
57- | | | ``RK4` `` | |
58- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
59- | | | ``RK6` `` | |
60- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
61- | ``interp_method `` | Interpolation method | ``<string> `` | NA |
62- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
63- | ``grad_order `` | Gradient approximation scheme | ``<int> `` | NA |
64- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
65- | ``Eigen_method `` | Eigenvalue computation method | ``<string> `` | NA |
66- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
67- | ``if_visual `` | Glace visualization enabler | ``0 `` or ``1 `` | Take a pop-up glance on the results after computation for check with a rudimentary appearance. |
68- +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
38+
39+ .. table :: Numerical methods in the input deck ``.par`` file.
40+
41+ =============================================== ============================== ==================== ====================================================================================================
42+ Key Description Value(s) Explanation
43+ =============================================== ============================== ==================== ====================================================================================================
44+ ``if_backward `` Backward integration flag ``0 `` Only compute forward advection.
45+ (continued) (``1 ``) Compute in both side.
46+ ``wall_treatment `` Wall-treatment strategy (``clamp ``)
47+ (continued) ``dirichlet ``
48+ (continued) ``reflect ``
49+ (continued) ``periodic ``
50+ ``advc_method `` Lagrangian advection scheme (``Euler ``) Simple and fast Euler stepping with
51+ (continued) ``RK2 `` Runge–Kutta 2 with :math: `O(h^3 )` error.
52+ (continued) ``RK4 `` Runge–Kutta 4 with :math: `O(h^4 )` error
53+ (continued) ``RK6 ``
54+ ``interp_method `` Interpolation method ``<string> ``
55+ ``grad_order `` Gradient approximation scheme ``<int> ``
56+ ``Eigen_method `` Eigenvalue computation method ``<string> ``
57+ ``if_visual `` Glace visualization enabler ``0 `` or ``1 `` Take a pop-up glance on the results after computation for check with a rudimentary appearance.
58+ =============================================== ============================== ==================== ====================================================================================================
59+
6960
7061Dynamic LCS Window
7162---------------------------------
0 commit comments