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 #46 from drangara/update_doc_for_redist_option
Browse files Browse the repository at this point in the history
add new option from mfix MR 1170
  • Loading branch information
jmusser304 committed Aug 9, 2023
2 parents bec35e8 + 7740b6f commit 51682cf
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions docs/source_docs/inputs/InputsDiscretization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@
Discretization
==============

+---------------------------+-----------------------------------------------------------------------+-------------+--------------+
| Key | Description | Type | Default |
+===========================+=======================================================================+=============+==============+
| advection_type | Predictor-Corrector Method of Lines ("mol") or Godunov ("godunov") | String | Godunov |
+---------------------------+-----------------------------------------------------------------------+-------------+--------------+
| redistribution_type | Use flux ("FluxRedist"), state ("StateRedist") or no ("NoRedist") | | |
| | redistribution | String | StateRedist |
+---------------------------+-----------------------------------------------------------------------+-------------+--------------+
| redistribute_nodal_proj | Redistribute the velocity field after the nodal projection | Bool | False |
+---------------------------+-----------------------------------------------------------------------+-------------+--------------+
| 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 |
+---------------------------+-----------------------------------------------------------------------+-------------+--------------+
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| Key | Description | Type | Default |
+=================================+=======================================================================+=============+==============+
| advection_type | Predictor-Corrector Method of Lines ("mol") or Godunov ("godunov") | String | Godunov |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| redistribution_type | Use flux ("FluxRedist"), state ("StateRedist") or no ("NoRedist") | | |
| | redistribution | String | StateRedist |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| redistribute_before_nodal_proj | Redistribute the velocity field before the nodal projection | Bool | True |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| redistribute_nodal_proj | Redistribute the velocity field after the nodal projection | Bool | False |
+---------------------------------+-----------------------------------------------------------------------+-------------+--------------+
| 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
tests show that the new single-step Godunov method is roughly twice as fast as
Expand Down

0 comments on commit 51682cf

Please sign in to comment.