Abstract base class for lnGrad schemes. More...
Public Member Functions | |
declareRunTimeSelectionTable (tmp, lnGradScheme, Mesh,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
lnGradScheme (const faMesh &mesh) | |
virtual | ~lnGradScheme () |
const faMesh & | mesh () const |
virtual tmp< edgeScalarField > | deltaCoeffs (const GeometricField< Type, faPatchField, areaMesh > &) const =0 |
virtual bool | corrected () const |
virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > | correction (const GeometricField< Type, faPatchField, areaMesh > &) const |
virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > | lnGrad (const GeometricField< Type, faPatchField, areaMesh > &) const |
tmp< GeometricField< Type, faePatchField, edgeMesh > > | lnGrad (const tmp< GeometricField< Type, faPatchField, areaMesh >> &) const |
![]() | |
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< lnGradScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
static tmp< GeometricField< Type, faePatchField, edgeMesh > > | lnGrad (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &, const word &snGradName="lnGrad") |
Abstract base class for lnGrad schemes.
Definition at line 58 of file lnGradScheme.H.
|
inline |
Definition at line 91 of file lnGradScheme.H.
|
virtual |
Definition at line 85 of file lnGradScheme.C.
declareRunTimeSelectionTable | ( | tmp | , |
lnGradScheme< Type > | , | ||
Mesh | , | ||
(const faMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
|
static |
Definition at line 42 of file lnGradScheme.C.
References Foam::expressions::patchExpr::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, mesh, and Foam::nl.
Referenced by laplacianScheme< Type >::laplacianScheme(), and Foam::fac::lnGrad().
|
inline |
Definition at line 114 of file lnGradScheme.H.
Referenced by correctedLnGrad< Type >::corrected(), limitedLnGrad< Type >::corrected(), correctedLnGrad< Type >::deltaCoeffs(), fourthLnGrad< Type >::deltaCoeffs(), and limitedLnGrad< Type >::deltaCoeffs().
|
static |
Definition at line 94 of file lnGradScheme.C.
References GeometricField::boundaryField(), GeometricField::boundaryFieldRef(), forAll, mesh, IOobject::NO_READ, IOobject::NO_WRITE, and tmp::ref().
Referenced by fourthLnGrad< Type >::correction().
|
pure virtual |
Implemented in limitedLnGrad< Type >, correctedLnGrad< Type >, and fourthLnGrad< Type >.
|
inlinevirtual |
Reimplemented in limitedLnGrad< Type >, correctedLnGrad< Type >, and fourthLnGrad< Type >.
Definition at line 136 of file lnGradScheme.H.
|
inlinevirtual |
Reimplemented in limitedLnGrad< Type >, correctedLnGrad< Type >, and fourthLnGrad< Type >.
Definition at line 144 of file lnGradScheme.H.
|
virtual |
Definition at line 149 of file lnGradScheme.C.
References Foam::correction(), Foam::fac::lnGrad(), and tmp::ref().
tmp< GeometricField< Type, faePatchField, edgeMesh > > lnGrad | ( | const tmp< GeometricField< Type, faPatchField, areaMesh >> & | tvf | ) | const |
Definition at line 168 of file lnGradScheme.C.
References Foam::fac::lnGrad().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.