|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
#include "variables.h"Go to the source code of this file.
Functions | |
| PetscBool | VerificationDiffusivityOverrideActive (const SimCtx *simCtx) |
| Reports whether a verification-only diffusivity override is active. | |
| PetscErrorCode | ApplyVerificationDiffusivityOverride (UserCtx *user) |
| Populates the Eulerian diffusivity field from a verification-only source override. | |
| PetscBool VerificationDiffusivityOverrideActive | ( | const SimCtx * | simCtx | ) |
Reports whether a verification-only diffusivity override is active.
| simCtx | Simulation context. |
Reports whether a verification-only diffusivity override is active.
| [in] | simCtx | Simulation context carrying parsed verification settings. |
verification.sources.diffusivity is active. Definition at line 12 of file verification_sources.c.
| PetscErrorCode ApplyVerificationDiffusivityOverride | ( | UserCtx * | user | ) |
Populates the Eulerian diffusivity field from a verification-only source override.
| [in,out] | user | Block-local context whose Diffusivity vector will be filled. |
Populates the Eulerian diffusivity field from a verification-only source override.
| [in,out] | user | Block-local user context whose Diffusivity field is overridden. |
Definition at line 24 of file verification_sources.c.