Interface function that holds the member variables and functions related to the interpolation schemes used for diffusion problems. More...
#include <FVDiffusionInterpolationInterface.h>
Public Member Functions | |
FVDiffusionInterpolationInterface (const InputParameters ¶ms) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const Moose::FV::InterpMethod | _var_interp_method |
Decides which interpolation method should be used for the computation of the gradients within the face normal gradient. More... | |
const bool | _correct_skewness |
Just a convenience member for using skewness correction. More... | |
Interface function that holds the member variables and functions related to the interpolation schemes used for diffusion problems.
Definition at line 19 of file FVDiffusionInterpolationInterface.h.
FVDiffusionInterpolationInterface::FVDiffusionInterpolationInterface | ( | const InputParameters & | params | ) |
Definition at line 25 of file FVDiffusionInterpolationInterface.C.
|
static |
Definition at line 13 of file FVDiffusionInterpolationInterface.C.
Referenced by FVAnisotropicDiffusion::validParams(), and FVDiffusion::validParams().
|
protected |
Just a convenience member for using skewness correction.
Definition at line 31 of file FVDiffusionInterpolationInterface.h.
Referenced by FVAnisotropicDiffusion::computeQpResidual(), and FVDiffusion::computeQpResidual().
|
protected |
Decides which interpolation method should be used for the computation of the gradients within the face normal gradient.
Definition at line 28 of file FVDiffusionInterpolationInterface.h.