@@ -36,27 +36,38 @@ Input and Range Control
3636Numerical Methods
3737---------------------------------
3838
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- =============================================== ============================== ==================== ====================================================================================================
5939
40+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
41+ | Key | Description | Value(s) | Explaination |
42+ +===================+======================================================+=========================+=========================================================================================================+
43+ | ``if_backward `` | Backward integration flag | ``0 `` | Only compute forward advection. |
44+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
45+ | | | (``1 ``) | Compute in both side. |
46+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
47+ | ``wall_treatment``| Wall-treatment strategy | (``clamp ``) | |
48+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
49+ | | | ``dirichlet `` | |
50+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
51+ | | | ``reflect `` | |
52+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
53+ | | | ``periodic `` | |
54+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
55+ | ``advc_method `` | Lagrangian advection scheme | (``Euler ``) | Simple and fast Euler stepping with |
56+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
57+ | | | ``RK2 `` | Runge–Kutta 2 with :math: `O(h^3 )` error. |
58+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
59+ | | | ``RK4 `` | Runge–Kutta 4 with :math: `O(h^4 )` error |
60+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
61+ | | | ``RK6 `` | |
62+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
63+ | ``interp_method `` | Interpolation method | ``<string> `` | NA |
64+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
65+ | ``grad_order `` | Gradient approximation scheme | ``<int> `` | NA |
66+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
67+ | ``Eigen_method `` | Eigenvalue computation method | ``<string> `` | NA |
68+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
69+ | ``if_visual `` | Glace visualization enabler | ``0 `` or ``1 `` | Take a pop-up glance on the results after computation for check with a rudimentary appearance. |
70+ +-------------------+------------------------------------------------------+-------------------------+---------------------------------------------------------------------------------------------------------+
6071
6172Dynamic LCS Window
6273---------------------------------
0 commit comments