Basic second-order gradient scheme using face-interpolation and Gauss' theorem. More...
Public Member Functions | |
TypeName ("Gauss") | |
gaussGrad (const faMesh &mesh) | |
gaussGrad (const faMesh &mesh, Istream &is) | |
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > | grad (const GeometricField< Type, faPatchField, areaMesh > &) const |
![]() | |
declareRunTimeSelectionTable (tmp, gradScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
gradScheme (const faMesh &mesh) | |
virtual | ~gradScheme () |
const faMesh & | mesh () 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 void | correctBoundaryConditions (const GeometricField< Type, faPatchField, areaMesh > &, GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > &) |
![]() | |
static tmp< gradScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
Basic second-order gradient scheme using face-interpolation and Gauss' theorem.
Definition at line 56 of file gaussFaGrad.H.
Definition at line 83 of file gaussFaGrad.H.
Definition at line 90 of file gaussFaGrad.H.
References IOstream::eof(), gradScheme< Type >::mesh(), and edgeInterpolationScheme< Type >::New().
TypeName | ( | "Gauss" | ) |
|
virtual |
Implements gradScheme< Type >.
|
static |
Definition at line 75 of file gaussFaGrad.C.
References GeometricField::boundaryField(), and forAll.
Referenced by makeFaGradScheme().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.