From 2624f69cfd34eca1b95c06c12813104d24628a91 Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Thu, 16 May 2019 09:07:41 -0700 Subject: [PATCH] fix --- docs/source/CITests.rst | 46 ++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/source/CITests.rst b/docs/source/CITests.rst index 6dfdea6..9c44af8 100644 --- a/docs/source/CITests.rst +++ b/docs/source/CITests.rst @@ -67,29 +67,29 @@ Fluid-only tests: 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 | -| | | | | | | | -+-------+----+----+----+----------------+-----+--------------------+ ++-------+----+----+----+------+------+-------+-----+--------------------+ +| 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