Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #47 from drangara/new_option_for_correct_small_cells
Browse files Browse the repository at this point in the history
new option from MR 1172
  • Loading branch information
jmusser304 committed Aug 10, 2023
2 parents 51682cf + 94651ab commit a7b3fdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source_docs/inputs/InputsDiscretization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Discretization
==============

The following inputs must be preceded by "mfix."

+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| Key | Description | Type | Default |
+=================================+=======================================================================+=============+==============+
Expand All @@ -19,6 +21,9 @@ Discretization
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| use_drag_in_godunov | Include a drag term in the Godunov flux or (default) not | Bool | False |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| correction_small_volfrac | Threshold volume fraction for correcting small cell velocity | | |
| | at the end of the predictor and corrector | Real | 1.e-4 |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+

Notes: The code was originally developed with MOL and FluxRedist. Preliminary
tests show that the new single-step Godunov method is roughly twice as fast as
Expand Down

0 comments on commit a7b3fdf

Please sign in to comment.