|
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 | VerificationScalarOverrideActive (const SimCtx *simCtx) |
| Reports whether a verification-only scalar override is active. | |
| PetscErrorCode | ApplyVerificationScalarOverrideToParticles (UserCtx *user) |
Populates the particle Psi 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.
See include/verification_sources.h for the public parameter and return contract.
Definition at line 11 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.
See include/verification_sources.h for the public parameter and return contract.
Definition at line 31 of file verification_sources.c.
| PetscBool VerificationScalarOverrideActive | ( | const SimCtx * | simCtx | ) |
Reports whether a verification-only scalar override is active.
| simCtx | Simulation context. |
Reports whether a verification-only scalar override is active.
See include/verification_sources.h for the public parameter and return contract.
Definition at line 21 of file verification_sources.c.
| PetscErrorCode ApplyVerificationScalarOverrideToParticles | ( | UserCtx * | user | ) |
Populates the particle Psi field from a verification-only source override.
| [in,out] | user | Block-local context whose particle scalar field will be filled. |
Populates the particle Psi field from a verification-only source override.
See include/verification_sources.h for the public parameter and return contract.
Definition at line 86 of file verification_sources.c.