Commit ab5f5924 authored by Ann Almgren's avatar Ann Almgren
Browse files

formatting

parent 43bf7a28
Loading
Loading
Loading
Loading
+39 −35
Original line number Diff line number Diff line
@@ -37,35 +37,39 @@ Additional detail about these problems is given in tests/README.md

Fluid-only tests:

+-------+-----+----+-------+----+----+----------------------+
| Test  |     | nx | bc_x  | Ng | Np | Description          |
|       |     | ny | bc_y  |    |    |                      |
|       |     | nz | bc_z  |    |    |                      |
+=======+=====+====+=======+====+====+======================+
| FLD01 | SGS | 8  | Per   | 1  | 1  | Poiseuille Flow      |
|       |     |    |       |    |    | (periodic)           |
|       | MGS | 4  | NSW   | 2  | 1  |                      |
|       |     |    |       |    |    |                      |
|       | MGP | 4  | Per   | 2  |    |                      |
+-------+-----+----+-------+----+----+----------------------+
| FLD02 | SGS | 80 | MI/PO | 1  | 1  | Couette flow in      |
|       |     |    |       |    |    | rectangular channel  |
|       | MGS | 16 | NSW   | 40 | 1  |                      |
|       |     |    |       |    |    |                      |
|       | MGP | 16 | NSW   | 40 |    |                      |
+-------+-----+----+-------+----+----+----------------------+
| FLD03 | SGS | 8  | PI/PO | 1  | 1  | Poiseuille Flow      |
|       |     |    |       |    |    | (pressure inflow     |
|       | MGS | 8  | NSW   | 4  | 1  | pressure outflow)    |
|       |     |    |       |    |    |                      |
|       | MGP | 4  | Per   | 4  |    |                      |
+-------+-----+----+-------+----+----+----------------------+
+-------+----------+----------------+-----+----+-----------------+
| Test  | nx ny nz | bc_x bc_y bc_z | Ng  | Np | Description     |
+=======+==========+================+=====+====+=================+
| FLD01 | 8  4  4  |  Per NSW Per   |     |    |                 |
+-------+----------+----------------+-----+----+-----------------+
|       | SGS      |                |  1  | 1  | Poiseuille Flow |
|       |          |                |     |    | (periodic)      |
|       | MGS      |                |  2  | 1  |                 |
|       |          |                |     |    |                 |
|       | MGP      |                |  2  | X  |                 |
+-------+----------+----------------+-----+----+-----------------+
| FLD02 | 80 16 16 | MI/PO NSW NSW  |     | 1  |                 |
+-------+----------+----------------+-----+----+-----------------+
|       | SGS      |                |  1  | 1  | Couette flow in |
|       |          |                |     |    | rectangular     |
|       | MGS      |                |  40 | 1  | channel         |
|       |          |                |     |    |                 |
|       | MGP      |                |  40 | X  |                 |
+-------+----------+----------------+-----+----+-----------------+
| FLD03 | 8  8  4  |  PI/PO NSW Per |     |    |                 |
+-------+----------+----------------+-----+----+-----------------+
|       | SGS      |                |  1  | 1  | Poiseuille Flow |
|       |          |                |     |    | (pressure       |
|       | MGS      |                |  4  | 1  | inflow /        |
|       |          |                |     |    | pressure        |
|       | MGP      |                |  4  | X  | outflow)        |
+-------+----------+----------------+-----+----+-----------------+

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     |
@@ -92,20 +96,20 @@ Coupled particle/fluid tests:

+-------+-----+----------+----------------+------+----+----+----------------------+
| Test  |     | nx ny nz | bc_x bc_y bc_z | Npa  | Ng | Np | Description          |
+=======+=====+==========+================+======+====+====+======================+
| DEM06 |     | 50 5 5   | NSW NSW NSW    | 1    |    |    |                      |
+-------+-----+----------+----------------+------+----+----+----------------------+
| DEM06 |     | 50 5 5   | NSW NSW NSW    | 1    |    |    | Single particle      |
+-------+-----+----------+----------------+------+----+----+----------------------+
|       | SGS |          |                |      | 1  | 1  | falling under        | 
|       |     |          |                |      |    |    | gravity, reaching    |
|       | MGS |          |                |      | 10 | 1  | terminal velocity    |
|       |     |          |                |      |    |    |                      |
|       | MGP |          |                |      | 10 |    |                      |
|       | SGS |          |                |      | 1  | 1  | Single particle      |
|       |     |          |                |      |    |    | falling under        |
|       | MGS |          |                |      | 10 | 1  | gravity, reaching    |
|       |     |          |                |      |    |    | terminal velocity    |                      |
|       | MGP |          |                |      | 10 | X  |                      |
+-------+-----+----------+----------------+------+----+----+----------------------+
| DEM07 |     | 20 20 20 | Per Per Per    | 1222 |    |    | Homogeneous          |
| DEM07 |     | 20 20 20 | Per Per Per    | 1222 |    |    |                      |
+-------+-----+----------+----------------+------+----+----+----------------------+
|       | SGS |          |                |      | 1  | 1  | cooling system       | 
|       |     |          |                |      |    |    |                      |
|       | SGS |          |                |      | 1  | 1  | Homogeneous          |
|       |     |          |                |      |    |    | cooling system       |                       |
|       | MGS |          |                |      | 8  | 1  |                      |
|       |     |          |                |      |    |    |                      |
|       | MGP |          |                |      | 8  |    |                      |
|       | MGP |          |                |      | 8  | X  |                      |
+-------+-----+----------+----------------+------+----+----+----------------------+