Go to the source code of this file.
|
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 () |
|
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) |
|