Skip to content
Snippets Groups Projects
Commit 051d2876 authored by Ann Almgren's avatar Ann Almgren
Browse files

formatting

parent 19023abf
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,11 @@ Continuous Integration ...@@ -6,11 +6,11 @@ Continuous Integration
The following regression tests are run every time a commit is pushed to the main The following regression tests are run every time a commit is pushed to the main
MFiX-Exa repository on the NETL gitlab. MFiX-Exa repository on the NETL gitlab.
For each of the tests in the chart below, we have identified the "-x" version For each of the tests in the chart below, there are
in the table, but each of the tests also has a "-y" version and a "-z" version. three directional variations; these are identified in the repository as,
for example, FLD01-x, FLD01-y, and FLD01-z.
Similarly -- for many of these tests there are multiple versions, For each direction, where appropriate, there are multiple versions, with the following notations:
with the following notations:
* SGS: single grid serial * SGS: single grid serial
...@@ -35,58 +35,77 @@ None of these tests have non-rectangular geometry. ...@@ -35,58 +35,77 @@ None of these tests have non-rectangular geometry.
Additional detail about these problems is given in tests/README.md Additional detail about these problems is given in tests/README.md
+-------------------+----+-------+--------+----+----+----------------------+ Fluid-only tests:
| Test | nx | bc_x | Npa | Ng | Np | Description |
| | ny | bc_y | | | | | +-------+-----+----+-------+----+----+----------------------+
| | nz | bc_z | | | | | | Test | | nx | bc_x | Ng | Np | Description |
+===================+====+=======+========+====+====+======================+ | | | ny | bc_y | | | |
| FLD01-x:SGS | 8 | Per | 0 | 1 | 1 | Poiseuille Flow | | | | nz | bc_z | | | |
| | | | | | | (periodic) | +=======+=====+====+=======+====+====+======================+
| MGS | 4 | NSW | | 2 | 1 | | | FLD01 | SGS | 8 | Per | 1 | 1 | Poiseuille Flow |
| | | | | | | | | | | | | | | (periodic) |
| MGP | 4 | Per | | 2 | | | | | MGS | 4 | NSW | 2 | 1 | |
+-------------------+----+-------+--------+----+----+----------------------+ | | | | | | | |
| FLD02-x:SGS | 80 | MI/PO | 0 | 1 | 1 | Couette flow in | | | MGP | 4 | Per | 2 | | |
| | | | | | | rectangular channel | +-------+-----+----+-------+----+----+----------------------+
| MGS | 16 | NSW | | 40 | 1 | | | FLD02 | SGS | 80 | MI/PO | 1 | 1 | Couette flow in |
| | | | | | | | | | | | | | | rectangular channel |
| MGP | 16 | NSW | | 40 | | | | | MGS | 16 | NSW | 40 | 1 | |
+-------------------+----+-------+--------+----+----+----------------------+ | | | | | | | |
| FLD03-x:SGS | 8 | PI/PO | 0 | 1 | 1 | Poiseuille Flow | | | MGP | 16 | NSW | 40 | | |
| | | | | | | (pressure inflow | +-------+-----+----+-------+----+----+----------------------+
| MGS | 8 | NSW | | 4 | 1 | pressure outflow) | | FLD03 | SGS | 8 | PI/PO | 1 | 1 | Poiseuille Flow |
| | | | | | | | | | | | | | | (pressure inflow |
| MGP | 4 | Per | | 4 | | | | | MGS | 8 | NSW | 4 | 1 | pressure outflow) |
+-------------------+----+-------+--------+----+----+----------------------+ | | | | | | | |
| DEM01:SGS | 2 | NSW | 1 | 1 | 1 | Freely falling | | | MGP | 4 | Per | 4 | | |
| | 5 | Per | | | | particle with | +-------+-----+----+-------+----+----+----------------------+
| | 5 | Per | | | | wall collision |
+-------------------+----+-------+--------+----+----+----------------------+ Single-grid, single-process (SGS) particle-only tests:
| DEM02:SGS | 2 | NSW | 1 | 1 | 1 | Multiple bounces |
| | 5 | Per | | | | with bounce height | +-------+----+-------+--------+----------------------+
| | 5 | Per | | | | measured | | Test | nx | bc_x | Npa | Description |
+-------------------+----+-------+--------+----+----+----------------------+ | | ny | bc_y | | |
| DEM03:SGS | 2 | NSW | 2 | 1 | 1 | Two stacked | | | nz | bc_z | | |
| | 5 | Per | | | | compressed particles | +-------+----+-------+--------+----------------------+
| | 5 | Per | | | | | | DEM01 | 2 | NSW | 1 | Freely falling |
+-------------------+----+-------+--------+----+----+----------------------+ | | 5 | Per | | particle with |
| DEM04:SGS | 4 | NSW | 1 | 1 | 1 | Single particle | | | 5 | Per | | wall collision |
| | 4 | Per | | | | slipping on a | +-------+----+-------+--------+----------------------+
| | 4 | Per | | | | rough surface | | DEM02 | 2 | NSW | 1 | Multiple bounces |
+-------------------+----+-------+--------+----+----+----------------------+ | | 5 | Per | | with bounce height |
| DEM05:SGS | 5 | Per | 93 | 1 | 1 | Oblique particle | | | 5 | Per | | measured |
| | 2 | Per | | | | collisions | +-------+----+-------+--------+----------------------+
| | 5 | Per | | | | | | DEM03 | 2 | NSW | 2 | Two stacked |
+-------------------+----+-------+--------+----+----+----------------------+ | | 5 | Per | | compressed particles |
| DEM06-x:SGS | 50 | NSW | 1 | 1 | 1 | Single particle | | | 5 | Per | | |
| | | | | | | falling under | +-------+----+-------+--------+----------------------+
| MGS | 5 | NSW | | 10 | 1 | gravity, reaching | | DEM04 | 4 | NSW | 1 | Single particle |
| | | | | | | terminal velocity | | | 4 | Per | | slipping on a |
| MGP | 5 | NSW | | 10 | 1 | | | | 4 | Per | | rough surface |
+-------------------+----+-------+--------+----+----+----------------------+ +-------+----+-------+--------+----------------------+
| DEM07-x | 20 | Per | 1222 | 1 | 1 | Homogeneous | | DEM05 | 5 | Per | 93 | Oblique particle |
| | | | | | | cooling system | | | 2 | Per | | collisions |
| MGS | 20 | Per | | 8 | 1 | | | | 5 | Per | | |
| | | | | | | | +-------+----+-------+--------+----------------------+
| MGP | 20 | Per | | 8 | | |
+-------------------+----+-------+--------+----+----+----------------------+
Coupled particle/fluid tests:
+------+-----+----+-------+--------+----+----+----------------------+
| Test | | nx | bc_x | Npa | Ng | Np | Description |
| | | ny | bc_y | | | | |
| | | nz | bc_z | | | | |
+------+-----+----+-------+--------+----+----+----------------------+
| DEM06| SGS | 50 | NSW | 1 | 1 | 1 | Single particle |
| | | | | | | | falling under |
| | MGS | 5 | NSW | | 10 | 1 | gravity, reaching |
| | | | | | | | terminal velocity |
| | MGP | 5 | NSW | | 10 | | |
+------+-----+----+-------+--------+----+----+----------------------+
| DEM07| SGS | 20 | Per | 1222 | 1 | 1 | Homogeneous |
| | | | | | | | cooling system |
| | MGS | 20 | Per | | 8 | 1 | |
| | | | | | | | |
| | MGP | 20 | Per | | 8 | | |
+------+-----+----+-------+--------+----+----+----------------------+
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment