|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
C unit tests for post-processing kernel functions. More...
Go to the source code of this file.
Functions | |
| static PetscErrorCode | TestComputeSpecificKE (void) |
| Tests specific turbulent kinetic energy computation on particle data. | |
| static PetscErrorCode | TestComputeDisplacement (void) |
| Tests particle displacement computation against reference positions. | |
| static PetscErrorCode | TestComputeNodalAverageScalar (void) |
| Tests nodal averaging of scalar cell-centered data. | |
| static PetscErrorCode | TestNormalizeRelativeField (void) |
| Tests normalization of one field relative to a reference field. | |
| static PetscErrorCode | TestDimensionalizePressureField (void) |
| Tests dimensionalization of pressure data from nondimensional values. | |
| static PetscErrorCode | TestComputeQCriterionZeroFlow (void) |
| Tests Q-criterion computation for a quiescent velocity field. | |
| int | main (int argc, char **argv) |
| Runs the unit-post PETSc test binary. | |
C unit tests for post-processing kernel functions.
Definition in file test_postprocessing.c.
|
static |
Tests specific turbulent kinetic energy computation on particle data.
Definition at line 13 of file test_postprocessing.c.
|
static |
Tests particle displacement computation against reference positions.
Definition at line 46 of file test_postprocessing.c.
|
static |
Tests nodal averaging of scalar cell-centered data.
Definition at line 79 of file test_postprocessing.c.
|
static |
Tests normalization of one field relative to a reference field.
Definition at line 105 of file test_postprocessing.c.
|
static |
Tests dimensionalization of pressure data from nondimensional values.
Definition at line 144 of file test_postprocessing.c.
|
static |
Tests Q-criterion computation for a quiescent velocity field.
Definition at line 164 of file test_postprocessing.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Runs the unit-post PETSc test binary.
Definition at line 193 of file test_postprocessing.c.