Helper interface for objects that need access to FVInterpolationMethod instances.
More...
#include <FVInterpolationMethodInterface.h>
Helper interface for objects that need access to FVInterpolationMethod instances.
Definition at line 23 of file FVInterpolationMethodInterface.h.
◆ FVInterpolationMethodInterface()
| FVInterpolationMethodInterface::FVInterpolationMethodInterface |
( |
const MooseObject * |
moose_object | ) |
|
Definition at line 22 of file FVInterpolationMethodInterface.C.
const InputParameters & parameters() const
Get the parameters of the object.
const THREAD_ID _fvim_tid
const InputParameters & _fvim_params
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
FEProblemBase & _fvim_feproblem
◆ getFVAdvectedInterpolationMethod()
| const FVAdvectedInterpolationMethod & FVInterpolationMethodInterface::getFVAdvectedInterpolationMethod |
( |
const InterpolationMethodName & |
name | ) |
const |
Definition at line 38 of file FVInterpolationMethodInterface.C.
const THREAD_ID _fvim_tid
FEProblemBase & _fvim_feproblem
const FVAdvectedInterpolationMethod & getFVAdvectedInterpolationMethod(const InterpolationMethodName &name, const THREAD_ID tid=0) const
Retrieve an advected interpolation method.
◆ getFVFaceInterpolationMethod()
| const FVFaceInterpolationMethod & FVInterpolationMethodInterface::getFVFaceInterpolationMethod |
( |
const InterpolationMethodName & |
name | ) |
const |
Definition at line 31 of file FVInterpolationMethodInterface.C.
const THREAD_ID _fvim_tid
FEProblemBase & _fvim_feproblem
const FVFaceInterpolationMethod & getFVFaceInterpolationMethod(const InterpolationMethodName &name, const THREAD_ID tid=0) const
Retrieve a scalar face interpolation method.
◆ hasFVInterpolationMethod()
| bool FVInterpolationMethodInterface::hasFVInterpolationMethod |
( |
const InterpolationMethodName & |
name | ) |
const |
Definition at line 45 of file FVInterpolationMethodInterface.C.
FEProblemBase & _fvim_feproblem
bool hasFVInterpolationMethod(const InterpolationMethodName &name) const
Check if an FV interpolation method with a given name exists.
◆ validParams()
◆ _fvim_feproblem
◆ _fvim_params
◆ _fvim_tid
| const THREAD_ID FVInterpolationMethodInterface::_fvim_tid |
|
protected |
The documentation for this class was generated from the following files: