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

correct input for EB restart file (exa/docs!112)

parent 45dd36a7
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -5,33 +5,33 @@ Checkpointing

The following inputs must be preceded by "mfix." and control checkpoint/restart.

+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+------------+
|                         | Description                                                           |   Type      | Default    |
+=========================+=======================================================================+=============+===========+
+=========================+=======================================================================+=============+============+
| restart                 | If present, then the name of file to restart from                     |    String   | None       |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+------------+
| check_int               | Frequency of checkpoint output in timesteps number;                   |    Int      | -1         |
|                         | if -1 then no checkpoints will be written                             |             |            |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+------------+
| check_per_approx        | Frequency of checkpoint output in simulation time;                    |    Real     | 0          |
|                         | if 0 then no checkpoints will be written                              |             |            |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+------------+
| check_walltime_interval | Frequency of checkpoint output in runtime (HH:MM:SS)                  |  String     | ""         |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+------------+
| check_file              | Prefix to use for checkpoint output                                   |  String     | chk        |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+------------+
| geom_chk_write          | When True, writes the EB geometry data into geom_chk_file             |  bool       | False      |
|                         | and additionally, geom_refined_chk_file, if levelset                  |             |           |
|                         | and additionally, geom_levelset_chk_file, if levelset                 |             |            |
|                         | refinement is enabled.                                                |             |            |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+------------+
| geom_chk_read           | When True, reads the EB geometry data from geom_chk_file              |  bool       | False      |
|                         | and additionally, geom_refined_chk_file, if levelset                  |             |           |
|                         | and additionally, geom_levelset_chk_file, if levelset                 |             |            |
|                         | refinement is enabled.                                                |             |            |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+------------+
| geom_chk_file           | Name of the EB checkpoint file that is used to store or read          |  String     | geom_chk   |
|                         | the unrefined geometry.                                               |             |            |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| geom_refined_chk_file   | Name of the EB checkpoint file that is used to store or read          |  String     | geom\_    |
|                         | the refined geometry, i.e. when levelset refinement is enabled.       |             | refined\_ |
+-------------------------+-----------------------------------------------------------------------+-------------+------------+
| geom_levelset_chk_file  | Name of the EB checkpoint file that is used to store or read          |  String     | geom\_     |
|                         | the refined geometry, i.e. when levelset refinement is enabled.       |             | levelset\_ |
|                         |                                                                       |             | chk        |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+------------+