Basic second-order gradient scheme using face-interpolation and Gauss' theorem. More...
Public Member Functions | |
TypeName ("Gauss") | |
Runtime type information. More... | |
gaussGrad (const faMesh &mesh) | |
Construct from mesh. More... | |
gaussGrad (const faMesh &mesh, Istream &is) | |
Construct from Istream. More... | |
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > | grad (const GeometricField< Type, faPatchField, areaMesh > &) const |
Return the gradient of the given field calculated. More... | |
![]() | |
declareRunTimeSelectionTable (tmp, gradScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
gradScheme (const faMesh &mesh) | |
Construct from mesh. More... | |
virtual | ~gradScheme () |
Destructor. More... | |
const faMesh & | mesh () const |
Return mesh reference. More... | |
![]() | |
constexpr | refCount () noexcept |
Default construct, initializing count to 0. More... | |
int | count () const noexcept |
Return the current reference count. More... | |
bool | unique () const noexcept |
Return true if the reference count is zero. More... | |
void | operator++ () noexcept |
Increment the reference count. More... | |
void | operator++ (int) noexcept |
Increment the reference count. More... | |
void | operator-- () noexcept |
Decrement the reference count. More... | |
void | operator-- (int) noexcept |
Decrement the reference count. More... | |
Static Public Member Functions | |
static void | correctBoundaryConditions (const GeometricField< Type, faPatchField, areaMesh > &, GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > &) |
Correct the boundary values of the gradient using the patchField. More... | |
![]() | |
static tmp< gradScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
Return a pointer to a new gradScheme created on freestore. More... | |
Basic second-order gradient scheme using face-interpolation and Gauss' theorem.
Definition at line 60 of file gaussFaGrad.H.
Construct from mesh.
Definition at line 87 of file gaussFaGrad.H.
Construct from Istream.
Definition at line 94 of file gaussFaGrad.H.
References IOstream::eof(), gradScheme< Type >::mesh(), and edgeInterpolationScheme< Type >::New().
TypeName | ( | "Gauss" | ) |
Runtime type information.
|
virtual |
Return the gradient of the given field calculated.
using Gauss' theorem on the interpolated field
Implements gradScheme< Type >.
|
static |
Correct the boundary values of the gradient using the patchField.
snGrad functions
Definition at line 82 of file gaussFaGrad.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and forAll.
Referenced by makeFaGradScheme().