Skip to content
Snippets Groups Projects
Commit ddcad677 authored by Deepak Rangarajan's avatar Deepak Rangarajan Committed by Jordan Musser
Browse files

rename init_shrink and move it to initialization (!89)

parent 69012627
No related branches found
No related tags found
1 merge request!89rename init_shrink and move it to initialization
Pipeline #40190 passed
......@@ -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 | | |
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
......
......@@ -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``.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment