Basic second-order div using face interpolated values and Gauss' theorem. More...


Public Member Functions | |
| TypeName ("Gauss") | |
| Runtime type information. More... | |
| gaussDivScheme (const fvMesh &mesh) | |
| Construct null. More... | |
| gaussDivScheme (const fvMesh &mesh, Istream &is) | |
| Construct from Istream. More... | |
| gaussDivScheme (const gaussDivScheme &)=delete | |
| Disallow default bitwise copy construction. More... | |
| tmp< VolField< typename innerProduct< vector, Type >::type > > | fvcDiv (const VolField< Type > &) |
| void | operator= (const gaussDivScheme &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from divScheme< Type > | |
| virtual const word & | type () const =0 |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (tmp, divScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| divScheme (const fvMesh &mesh) | |
| Construct from mesh. More... | |
| divScheme (const fvMesh &mesh, Istream &is) | |
| Construct from mesh and Istream. More... | |
| divScheme (const divScheme &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~divScheme () |
| Destructor. More... | |
| const fvMesh & | mesh () const |
| Return mesh reference. More... | |
| void | operator= (const divScheme &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from refCount | |
| int | count () const |
| Return the current reference count. More... | |
| bool | unique () const |
| Return true if the reference count is zero. More... | |
| void | operator++ () |
| Increment the reference count. More... | |
| void | operator++ (int) |
| Increment the reference count. More... | |
| void | operator-- () |
| Decrement the reference count. More... | |
| void | operator-- (int) |
| Decrement the reference count. More... | |
| void | operator= (const refCount &)=delete |
| Disallow bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from divScheme< Type > | |
| static tmp< divScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
| Return a pointer to a new divScheme created on freestore. More... | |
Protected Member Functions inherited from refCount | |
| refCount () | |
| Construct null initialising count to 0. More... | |
| refCount (const refCount &)=delete | |
| Disallow copy. More... | |
Protected Attributes inherited from divScheme< Type > | |
| const fvMesh & | mesh_ |
| tmp< surfaceInterpolationScheme< Type > > | tinterpScheme_ |
Basic second-order div using face interpolated values and Gauss' theorem.
Definition at line 54 of file gaussDivScheme.H.
|
inline |
Construct null.
Definition at line 68 of file gaussDivScheme.H.
|
inline |
Construct from Istream.
Definition at line 74 of file gaussDivScheme.H.
|
delete |
Disallow default bitwise copy construction.
| TypeName | ( | "Gauss" | ) |
Runtime type information.
|
virtual |
Implements divScheme< Type >.
Definition at line 44 of file gaussDivScheme.C.
References Foam::fvc::dotInterpolate(), IOobject::name(), tmp< T >::ref(), and Foam::fvc::surfaceIntegrateExtrapolate().

|
delete |
Disallow default bitwise assignment.