16 MooseEnum face_interp_method(
"average skewness-corrected",
"average");
18 "variable_interp_method",
20 "Switch that can select between face interpolation methods for the variable.");
27 Moose::FV::selectInterpolationMethod(params.get<
MooseEnum>(
"variable_interp_method"))),
28 _correct_skewness(_var_interp_method ==
Moose::FV::InterpMethod::SkewCorrectedAverage)
FVDiffusionInterpolationInterface(const InputParameters ¶ms)
static InputParameters validParams()
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...