From 94651ab9000e821999a8784db8cefe11cbae83b2 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Wed, 9 Aug 2023 21:29:24 +0000 Subject: [PATCH] new option from MR 1172 --- docs/source_docs/inputs/InputsDiscretization.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source_docs/inputs/InputsDiscretization.rst b/docs/source_docs/inputs/InputsDiscretization.rst index 3222b6d..5754dbd 100644 --- a/docs/source_docs/inputs/InputsDiscretization.rst +++ b/docs/source_docs/inputs/InputsDiscretization.rst @@ -3,6 +3,8 @@ Discretization ============== +The following inputs must be preceded by "mfix." + +---------------------------------+-----------------------------------------------------------------------+-------------+--------------+ | Key | Description | Type | Default | +=================================+=======================================================================+=============+==============+ @@ -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 -- GitLab