From 5f7958ad6f0e2e32a559e8f0cb955424bcf44463 Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Thu, 16 May 2019 07:30:58 -0700 Subject: [PATCH] update format --- docs/source/CITests.rst | 12 ++++++++---- docs/source/InputsTimeStepping.rst | 3 +-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/source/CITests.rst b/docs/source/CITests.rst index 1114e2f..2799490 100644 --- a/docs/source/CITests.rst +++ b/docs/source/CITests.rst @@ -41,7 +41,7 @@ Additional detail about these problems is given in tests/README.md | | nz | bc_z | | | | | +===================+====+=======+========+====+====+======================+ | FLD01-x:SGS | 8 | Per | 0 | 1 | 1 | Poiseuille Flow | -| MGS | 4 | NSW | | 2 | 1 | (periodic) | +| MGS | 4 | NSW | | 2 | 1 | (periodic) | | MGP | 4 | Per | | 2 | | | +-------------------+----+-------+--------+----+----+----------------------+ | FLD02-x:SGS | 80 | MI/PO | 0 | 1 | 1 | Couette flow in | @@ -49,8 +49,8 @@ Additional detail about these problems is given in tests/README.md | MGP | 16 | NSW | | 40 | | | +-------------------+----+-------+--------+----+----+----------------------+ | FLD03-x:SGS | 8 | PI/PO | 0 | 1 | 1 | Poiseuille Flow | -| MGS | 8 | NSW | | 4 | 1 | (pressure inflow | -| MGP | 4 | Per | | 4 | | pressure outflow) | +| MGS | 8 | NSW | | 4 | 1 | (pressure inflow | +| MGP | 4 | Per | | 4 | | pressure outflow) | +-------------------+----+-------+--------+----+----+----------------------+ | DEM01:SGS | 2 | NSW | 1 | 1 | 1 | Freely falling | | | 5 | Per | | | | particle with | @@ -73,11 +73,15 @@ Additional detail about these problems is given in tests/README.md | | 5 | Per | | | | | +-------------------+----+-------+--------+----+----+----------------------+ | DEM06-x:SGS | 50 | NSW | 1 | 1 | 1 | Single particle | +| | | | | | | | | MGS | 5 | NSW | | 10 | 1 | falling under | +| | | | | | | | | MGP | 5 | NSW | | 10 | 1 | gravity, reaching | -| | 5 | NSW | | 10 | | terminal velocity | +| | | | | | | terminal velocity | +-------------------+----+-------+--------+----+----+----------------------+ | DEM07-x | 20 | Per | 1222 | 1 | 1 | Homogeneous | +| | | | | | | | | MGS | 20 | Per | | 8 | 1 | cooling system | +| | | | | | | | | MGP | 20 | Per | | 8 | | | +-------------------+----+-------+--------+----+----+----------------------+ diff --git a/docs/source/InputsTimeStepping.rst b/docs/source/InputsTimeStepping.rst index d84f604..b201e05 100644 --- a/docs/source/InputsTimeStepping.rst +++ b/docs/source/InputsTimeStepping.rst @@ -46,9 +46,8 @@ Currently, the criterion for setting "steady_state" to true is if "dt" is undefi | steady_state_max_iter | Maximum number of allowed iterations to converge to steady state | Int | 100000000 | +-----------------------+-----------------------------------------------------------------------+-------------+------------+ - Setting the Time Step -===================== +--------------------- There are several ways that the inputs are used to determine what time step is used in the evolution of the fluid-particle system in MFiX-Exa. -- GitLab