Basic second-order div using face-gradients and Gauss' theorem. More...
#include <finiteVolume/gaussDivScheme.H>
Basic second-order div using face-gradients and Gauss' theorem.
Definition at line 55 of file gaussDivScheme.H.
Public Member Functions | |
TypeName ("Gauss") | |
Runtime type information. | |
gaussDivScheme (const fvMesh &mesh) | |
Construct null. | |
gaussDivScheme (const fvMesh &mesh, Istream &is) | |
Construct from Istream. | |
tmp< GeometricField< typename innerProduct< vector, Type > ::type, fvPatchField, volMesh > > | fvcDiv (const GeometricField< Type, fvPatchField, volMesh > &) |
![]() | |
virtual const word & | type () const =0 |
Runtime type information. | |
declareRunTimeSelectionTable (tmp, divScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
divScheme (const fvMesh &mesh) | |
Construct from mesh. | |
divScheme (const fvMesh &mesh, Istream &is) | |
Construct from mesh and Istream. | |
virtual | ~divScheme () |
const fvMesh & | mesh () const |
Return mesh reference. | |
![]() | |
refCount () | |
Construct null with zero count. | |
int | count () const |
Return the reference count. | |
bool | okToDelete () const |
Return true if the reference count is zero. | |
void | resetRefCount () |
Reset the reference count to zero. | |
void | operator++ () |
Increment the reference count. | |
void | operator++ (int) |
Increment the reference count. | |
void | operator-- () |
Decrement the reference count. | |
void | operator-- (int) |
Decrement the reference count. |
Additional Inherited Members | |
![]() | |
static tmp< divScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Return a pointer to a new divScheme created on freestore. | |
![]() | |
divScheme (const divScheme &) | |
Disallow copy construct. | |
void | operator= (const divScheme &) |
Disallow default bitwise assignment. | |
![]() | |
const fvMesh & | mesh_ |
tmp < surfaceInterpolationScheme < Type > > | tinterpScheme_ |
|
inline |
Construct null.
Definition at line 77 of file gaussDivScheme.H.
|
inline |
Construct from Istream.
Definition at line 83 of file gaussDivScheme.H.
TypeName | ( | "Gauss" | ) |
Runtime type information.
|
virtual |
Implements divScheme< Type >.