|
| bool | Moose::FV::setInterpolationMethods (const MooseObject &obj, Moose::FV::InterpMethod &advected_interp_method, Moose::FV::InterpMethod &velocity_interp_method) |
| | Sets the advection and velocity interpolation methods. More...
|
| |
| InputParameters | Moose::FV::interpolationParameters () |
| |
| MooseEnum | NS::fvAdvectedInterpolationMethods () |
| | Enum of the advected interpolation methods supported by FVInterpolationMethod objects. More...
|
| |
| std::string | NS::fvAdvectedInterpolationMethodType (const MooseEnum &interpolation_method) |
| | Gets the FVInterpolationMethod object type for an advected interpolation method. More...
|
| |
| MooseEnum | NS::fvFaceInterpolationMethods () |
| | Enum of the interpolation methods supported by FVInterpolationMethod objects. More...
|
| |
| std::string | NS::fvFaceInterpolationMethodType (const MooseEnum &interpolation_method) |
| | Gets the FVInterpolationMethod object type for a face interpolation method name. More...
|
| |
| void | NS::addFVFaceInterpolationMethod (FEProblemBase &problem, Factory &factory, const MooseEnum &interpolation_method) |
| | Add the FVInterpolationMethod object for a face interpolation method name, if absent. More...
|
| |
| template<class T > |
| std::tuple< bool, T, T > | NS::isPorosityJumpFace (const Moose::FunctorBase< T > &porosity, const FaceInfo &fi, const Moose::StateArg &time) |
| | Checks to see whether the porosity value jumps from one side to the other of the provided face. More...
|
| |
| template std::tuple< bool, Real, Real > | NS::isPorosityJumpFace< Real > (const Moose::FunctorBase< Real > &porosity, const FaceInfo &fi, const Moose::StateArg &time) |
| |
| template std::tuple< bool, ADReal, ADReal > | NS::isPorosityJumpFace< ADReal > (const Moose::FunctorBase< ADReal > &porosity, const FaceInfo &fi, const Moose::StateArg &time) |
| |