From d7e49eaa7df39e500c620742fde8282309507349 Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Thu, 16 May 2019 09:52:26 -0700 Subject: [PATCH] fix --- docs/source/CITests.rst | 58 ++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/source/CITests.rst b/docs/source/CITests.rst index f3a0b96..a63b556 100644 --- a/docs/source/CITests.rst +++ b/docs/source/CITests.rst @@ -35,6 +35,33 @@ None of these tests have non-rectangular geometry. Additional detail about these problems is given in tests/README.md +Single-grid, single-process (SGS) particle-only tests: + ++-------+----+----+----+------+------+-------+-----+--------------------+ +| Test | nx | ny | nz | bc_x | bc_y | bc_z | Npa | Description | ++=======+====+====+====+======+======+=======+=====+====================+ +| DEM01 | 2 | 5 | 5 | NSW | Per | Per | 1 | Freely falling | +| | | | | | | | | particle with | +| | | | | | | | | wall collision | ++-------+----+----+----+------+------+-------+-----+--------------------+ +| DEM02 | 2 | 5 | 5 | NSW | Per | Per | 1 | Multiple bounces | +| | | | | | | | | with bounce height | +| | | | | | | | | measured | ++-------+----+----+----+------+------+-------+-----+--------------------+ +| DEM03 | 2 | 5 | 5 | NSW | Per | Per | 2 | Two stacked | +| | | | | | | | | compressed | +| | | | | | | | | particles | ++-------+----+----+----+------+------+-------+-----+--------------------+ +| DEM04 | 4 | 4 | 4 | NSW | Per | Per | 1 | Single particle | +| | | | | | | | | slipping on a | +| | | | | | | | | rough surface | ++-------+----+----+----+------+------+-------+-----+--------------------+ +| DEM05 | 5 | 2 | 5 | Per | Per | Per | 93 | Oblique particle | +| | | | | | | | | collisions | +| | | | | | | | | | ++-------+----+----+----+------+------+-------+-----+--------------------+ + + Fluid-only tests: +-------+-----+----+----+----+----------------+-----+----+-----------------+ @@ -48,7 +75,7 @@ Fluid-only tests: | | | | | | | | | | | | MGP | | | | | 2 | X | | +-------+-----+----+----+----+----------------+-----+----+-----------------+ -| FLD02 | | 80 |16 | 16 | MI/PO NSW NSW | Couette flow - rectangular | +| FLD02 | | 80 |16 | 16 | MI/PO NSW NSW | Couette flow - rectangular | +-------+-----+----+----+----+----------------+-----+----+-----------------+ | | SGS | | | | | 1 | 1 | | | | | | | | | | | | @@ -56,7 +83,7 @@ Fluid-only tests: | | | | | | | | | | | | MGP | | | | | 40 | X | | +-------+-----+----+----+----+----------------+-----+----+-----------------+ -| FLD03 | | 8 | 8 | 4 | PI/PO NSW Per | Poiseuille Flow (pi / po) | +| FLD03 | | 8 | 8 | 4 | PI/PO NSW Per | Poiseuille Flow (pi / po) | +-------+-----+----+----+----+----------------+-----+----+-----------------+ | | SGS | | | | | 1 | 1 | | | | | | | | | | | | @@ -65,33 +92,6 @@ Fluid-only tests: | | MGP | | | | | 4 | X | | +-------+-----+----+----+----+----------------+-----+----+-----------------+ -Single-grid, single-process (SGS) particle-only tests: - -+-------+----+----+----+------+------+-------+-----+--------------------+ -| Test | nx | ny | nz | bc_x | bc_y | bc_z | Npa | Description | -+=======+====+====+====+======+======+=======+=====+====================+ -| DEM01 | 2 | 5 | 5 | NSW | Per | Per | 1 | Freely falling | -| | | | | | | | | particle with | -| | | | | | | | | wall collision | -+-------+----+----+----+------+------+-------+-----+--------------------+ -| DEM02 | 2 | 5 | 5 | NSW | Per | Per | 1 | Multiple bounces | -| | | | | | | | | with bounce height | -| | | | | | | | | measured | -+-------+----+----+----+------+------+-------+-----+--------------------+ -| DEM03 | 2 | 5 | 5 | NSW | Per | Per | 2 | Two stacked | -| | | | | | | | | compressed | -| | | | | | | | | particles | -+-------+----+----+----+------+------+-------+-----+--------------------+ -| DEM04 | 4 | 4 | 4 | NSW | Per | Per | 1 | Single particle | -| | | | | | | | | slipping on a | -| | | | | | | | | rough surface | -+-------+----+----+----+------+------+-------+-----+--------------------+ -| DEM05 | 5 | 2 | 5 | Per | Per | Per | 93 | Oblique particle | -| | | | | | | | | collisions | -| | | | | | | | | | -+-------+----+----+----+------+------+-------+-----+--------------------+ - - Coupled particle/fluid tests: +-------+-----+----+----+----+------+------+------+------+----+----+---------------+ -- GitLab