diff --git a/docs/source_docs/user_guide/inputs/initialization.rst b/docs/source_docs/user_guide/inputs/initialization.rst index cd8a24aec090abde1418fd4b221db09b850313bf..7f279e9a257d6a81133c131cc907fdd101b22978 100644 --- a/docs/source_docs/user_guide/inputs/initialization.rst +++ b/docs/source_docs/user_guide/inputs/initialization.rst @@ -12,6 +12,9 @@ The following inputs must be preceded by ``mfix`` and determine how we initializ +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | initial_iterations | Number of pressure iterations to execute before time-marching | Int | 3 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +| scale_init_dt | Factor by which ``dt`` is scaled in the initial iterations and step. | Real | 1.0 | +| | Must be a value <= 1.0 | | | ++----------------------+-----------------------------------------------------------------------+-------------+--------------+ +----------------------+-----------------------------------------------------------------------+-------------+--------------+ diff --git a/docs/source_docs/user_guide/inputs/time-stepping.rst b/docs/source_docs/user_guide/inputs/time-stepping.rst index eb306dc0f6ad3dd75524c55d0f61435adf403838..97dc7ea13724701df7643d1774ea49ec24943125 100644 --- a/docs/source_docs/user_guide/inputs/time-stepping.rst +++ b/docs/source_docs/user_guide/inputs/time-stepping.rst @@ -121,8 +121,6 @@ The following inputs are defined using the ``mfix`` prefix. | clean_exit | This input represents the name of a file that, if found in the run | String | "" | | | folder, makes the code stop and perform a clean exit | | | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ -| init_shrink | Factor by which ``dt`` is shrunk in the initial iterations and step | Real | 1.0 | -+----------------------+-----------------------------------------------------------------------+-------------+--------------+ In the case of unsteady flow, the simulation will stop when either the number of steps reaches ``max_step`` or time reaches ``stop_time``.