Abstract base class for finite area calculus gradient schemes. More...
Public Member Functions | |
declareRunTimeSelectionTable (tmp, gradScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
gradScheme (const faMesh &mesh) | |
virtual | ~gradScheme () |
const faMesh & | mesh () const |
virtual tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > | grad (const GeometricField< Type, faPatchField, areaMesh > &) const =0 |
![]() | |
constexpr | refCount () noexcept |
int | count () const noexcept |
bool | unique () const noexcept |
void | operator++ () noexcept |
void | operator++ (int) noexcept |
void | operator-- () noexcept |
void | operator-- (int) noexcept |
Static Public Member Functions | |
static tmp< gradScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
Abstract base class for finite area calculus gradient schemes.
Definition at line 59 of file faGradScheme.H.
|
inline |
Definition at line 94 of file faGradScheme.H.
|
virtual |
Definition at line 82 of file faGradScheme.C.
declareRunTimeSelectionTable | ( | tmp | , |
gradScheme< Type > | , | ||
Istream | , | ||
(const faMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
|
static |
Definition at line 39 of file faGradScheme.C.
References Foam::expressions::patchExpr::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, mesh, and Foam::nl.
Referenced by Foam::fac::grad(), and Foam::fac::ngrad().
|
inline |
Definition at line 117 of file faGradScheme.H.
Referenced by gaussGrad< Type >::gaussGrad().
|
pure virtual |
Implemented in gaussGrad< Type >, faceLimitedGrad< Type >, edgeLimitedGrad< Type >, and leastSquaresFaGrad< Type >.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.