Go to the source code of this file.
Namespaces | |
Moose | |
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found. | |
Moose::FV | |
Functions | |
ADReal | Moose::FV::gradUDotNormal (const FaceInfo &face_info, const MooseVariableFV< Real > &fv_var, const Moose::StateArg &time, bool correct_skewness=false) |
Calculates and returns "grad_u dot normal" on the face to be used for diffusive terms. More... | |
bool | Moose::FV::onBoundary (const std::set< SubdomainID > &subs, const FaceInfo &fi) |
Determine whether the passed-in face is on the boundary of an object that lives on the provided subdomains. More... | |
MooseEnum | Moose::FV::interpolationMethods () |
Returns an enum with all the currently supported interpolation methods and the current default for FV: first-order upwind. More... | |
InputParameters | Moose::FV::advectedInterpolationParameter () |
InterpMethod | Moose::FV::selectInterpolationMethod (const std::string &interp_method) |
bool | Moose::FV::setInterpolationMethod (const MooseObject &obj, Moose::FV::InterpMethod &interp_method, const std::string ¶m_name) |
Sets one interpolation method. More... | |