|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
#include "verification_sources.h"#include "AnalyticalSolutions.h"#include "logging.h"#include "setup.h"Go to the source code of this file.
Functions | |
| PetscBool | VerificationDiffusivityOverrideActive (const SimCtx *simCtx) |
| Reports whether the verification-only diffusivity override is enabled. | |
| PetscBool | VerificationScalarOverrideActive (const SimCtx *simCtx) |
| Reports whether the verification-only scalar override is enabled. | |
| PetscErrorCode | ApplyVerificationDiffusivityOverride (UserCtx *user) |
| Fills the Eulerian diffusivity field from the configured verification profile. | |
| PetscErrorCode | ApplyVerificationScalarOverrideToParticles (UserCtx *user) |
Fills the particle Psi field from the configured verification scalar profile. | |
| PetscBool VerificationDiffusivityOverrideActive | ( | const SimCtx * | simCtx | ) |
Reports whether the verification-only diffusivity override is enabled.
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.
| PetscBool VerificationScalarOverrideActive | ( | const SimCtx * | simCtx | ) |
Reports whether the verification-only scalar override is enabled.
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 ApplyVerificationDiffusivityOverride | ( | UserCtx * | user | ) |
Fills the Eulerian diffusivity field from the configured verification profile.
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.
| PetscErrorCode ApplyVerificationScalarOverrideToParticles | ( | UserCtx * | user | ) |
Fills the particle Psi field from the configured verification scalar profile.
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.