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