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.
26 : 0)
27{
28}
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
const THREAD_ID _fvim_tid
const InputParameters & _fvim_params
FEProblemBase & _fvim_feproblem
const InputParameters & parameters() const
Get the parameters of the object.
◆ getFVAdvectedInterpolationMethod()
| const FVAdvectedInterpolationMethod & FVInterpolationMethodInterface::getFVAdvectedInterpolationMethod |
( |
const InterpolationMethodName & |
name | ) |
const |
Definition at line 38 of file FVInterpolationMethodInterface.C.
40{
42}
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.
33{
35}
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.
46{
48}
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: