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

add missing godunov options (!86)

parent 470515e1
No related branches found
No related tags found
1 merge request!86add missing godunov options
Pipeline #40087 passed
...@@ -73,6 +73,18 @@ The following inputs are defined using the ``mfix`` prefix. ...@@ -73,6 +73,18 @@ The following inputs are defined using the ``mfix`` prefix.
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+ +---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| use_drag_in_godunov | Include a drag term in the Godunov flux or (default) not | Bool | False | | use_drag_in_godunov | Include a drag term in the Godunov flux or (default) not | Bool | False |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+ +---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| godunov_ppm | When using Godunov, use piecewise parabolic (PPM) instead of | Bool | False |
| | piecewise linear (PLM) reconstruction | | |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| godunov_include_diff_in_forcing | When using Godunov, include viscous/diffusive terms in forcing terms | Bool | True |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| godunov_use_forces_in_trans | When using Godunov, add forcing terms in the construction of `trans` | Bool | False |
| | velocities | | |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| use_mac_phi_in_godunov | When using Godunov, don't include the pressure gradient in the | Bool | False |
| | forcing term passed into the godunov routine; instead use gradient of | | |
| | mac phi which contains the full pressure | | |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| correction_small_volfrac | Threshold volume fraction for correcting small cell velocity | | | | correction_small_volfrac | Threshold volume fraction for correcting small cell velocity | | |
| | at the end of the predictor and corrector | Real | 1.e-4 | | | at the end of the predictor and corrector | Real | 1.e-4 |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+ +---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
......
...@@ -226,6 +226,8 @@ The following inputs are valid when using ``BoomerAMG`` as a preconditioner or s ...@@ -226,6 +226,8 @@ The following inputs are valid when using ``BoomerAMG`` as a preconditioner or s
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| overwrite_existing_matrix_files | Over-write existing matrix files | Bool | false | | overwrite_existing_matrix_files | Over-write existing matrix files | Bool | false |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+ +-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| write_matrix_files | Write out matrix into text files | Bool | false |
+-----------------------------------+-----------------------------------------------------------------------+-------------+--------------+
.. note:: .. note::
......
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