From 12ad3598ffc40c543f8a7b31af259d765b7a3cb5 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Mon, 11 Mar 2024 13:46:30 -0400 Subject: [PATCH] Add new option introduced in MR 1250 --- docs/source_docs/user_guide/inputs/time-stepping.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source_docs/user_guide/inputs/time-stepping.rst b/docs/source_docs/user_guide/inputs/time-stepping.rst index 97dc7ea..eb306dc 100644 --- a/docs/source_docs/user_guide/inputs/time-stepping.rst +++ b/docs/source_docs/user_guide/inputs/time-stepping.rst @@ -121,6 +121,8 @@ 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``. -- GitLab