Commit 73fa530a authored by Deepak Rangarajan's avatar Deepak Rangarajan Committed by Jordan Musser
Browse files

Add new option introduced in MR 1250 (exa/docs!66)

parent 8222e202
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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``.