diff --git a/docs/source/inputs/InputsDiscretization.rst b/docs/source/inputs/InputsDiscretization.rst index 04e62bd50253c682cb2b7def3fb7aed4dbbf2e53..6764821d43695c240d6a5a59cdcd8d1a6bfa3750 100644 --- a/docs/source/inputs/InputsDiscretization.rst +++ b/docs/source/inputs/InputsDiscretization.rst @@ -6,14 +6,16 @@ Discretization +---------------------------+-----------------------------------------------------------------------+-------------+--------------+ | Key | Description | Type | Default | +===========================+=======================================================================+=============+==============+ -| use_drag_coeff_in_proj_gp | Algebraically consistent p coeff in proj or (default) simplified form | Bool | False | +| advection_type | Predictor-Corrector Method of Lines ("mol") or Godunov ("godunov") | String | Godunov | +---------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| advection_type | Predictor-Corrector Method of Lines ("mol") or Godunov ("godunov") | String | mol | +| redistribution_type | Use flux ("FluxRedist"), state ("StateRedist") or no ("NoRedist") | | | +| | redistribution | String | StateRedist | +---------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| use_drag_in_godunov | Include a drag term in the Godunov flux or (default) not | Bool | False | +| redistribute_nodal_proj | Redistribute the velocity field after the nodal projection | Bool | False | +---------------------------+-----------------------------------------------------------------------+-------------+--------------+ -| redistribution_type | Use flux ("FluxRedist"), state ("StateRedist") or no ("NoRedist") | | | -| | redistribution | String | FluxRedist | +| use_drag_coeff_in_proj_gp | Algebraically consistent p coeff in proj or (default) simplified form | Bool | False | ++---------------------------+-----------------------------------------------------------------------+-------------+--------------+ +| use_drag_in_godunov | Include a drag term in the Godunov flux or (default) not | Bool | False | +---------------------------+-----------------------------------------------------------------------+-------------+--------------+ Notes: The code was originally developed with MOL and FluxRedist. Preliminary