diff --git a/docs/source_docs/inputs/InputsDiscretization.rst b/docs/source_docs/inputs/InputsDiscretization.rst index 5754dbdff0d960b39a9affe56a6919c945b3b79b..9d91fd74f81a90f1a7d59f4cb1fdd2ae7c19dbeb 100644 --- a/docs/source_docs/inputs/InputsDiscretization.rst +++ b/docs/source_docs/inputs/InputsDiscretization.rst @@ -24,6 +24,12 @@ The following inputs must be preceded by "mfix." | correction_small_volfrac | Threshold volume fraction for correcting small cell velocity | | | | | at the end of the predictor and corrector | Real | 1.e-4 | +---------------------------------+-----------------------------------------------------------------------+-------------+--------------+ +| deposition_redist_type | Redistribute excess solids using max packing ("MaxPack") or state | | | +| | ("StateRedist") algorithms. | String | MaxPack | ++---------------------------------+-----------------------------------------------------------------------+-------------+--------------+ +| deposition_redist_vfrac | The threshold cell volume fraction when using "StateRedist" | | | +| | for deposition redistribution. | Real | 0.1 | ++---------------------------------+-----------------------------------------------------------------------+-------------+--------------+ 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 diff --git a/docs/source_docs/inputs/InputsLoadBalancing.rst b/docs/source_docs/inputs/InputsLoadBalancing.rst index ff415958107ca236ce179ccd05437eb1d01e8bae..f7c386eecddd5e232d37af36f24f23bbd3ddf7df 100644 --- a/docs/source_docs/inputs/InputsLoadBalancing.rst +++ b/docs/source_docs/inputs/InputsLoadBalancing.rst @@ -23,6 +23,14 @@ The following inputs must be preceded by "amr." and determine how we create the +----------------------+-----------------------------------------------------------------------+-------------+-----------+ | blocking_factor_z | Each grid must be divisible by blocking_factor_z in z-direction | Int | 8 | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ +| grid_eff | Threshold value to ensure grids do not contain too large a fraction | Real | 0.7 | +| | of un-tagged cells. | | | +| | Applicable only when mesh refinement is enabled ("max_level" > 0). | | | ++----------------------+-----------------------------------------------------------------------+-------------+-----------+ +| n_error_buf | Controls the number of tagged cells before grids are defined. Used | Int | 1 | +| | to ensure coarse/fine boundaries are not too close to tagged cells. | | | +| | Applicable only when mesh refinement is enabled ("max_level" > 0). | | | ++----------------------+-----------------------------------------------------------------------+-------------+-----------+ The following inputs must be preceded by "mfix." and determine how often we regrid.