https://mooseframework.inl.gov
Namespaces | Functions
NSFVUtils.h File Reference

Go to the source code of this file.

Namespaces

 Moose
 
 Moose::FV
 
 NS
 

Functions

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, TNS::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, RealNS::isPorosityJumpFace< Real > (const Moose::FunctorBase< Real > &porosity, const FaceInfo &fi, const Moose::StateArg &time)
 
template std::tuple< bool, ADReal, ADRealNS::isPorosityJumpFace< ADReal > (const Moose::FunctorBase< ADReal > &porosity, const FaceInfo &fi, const Moose::StateArg &time)