|
| TypeName ("Gauss") |
| Runtime type information. More...
|
|
| gaussDivScheme (const fvMesh &mesh) |
| Construct null. More...
|
|
| gaussDivScheme (const fvMesh &mesh, Istream &is) |
| Construct from Istream. More...
|
|
tmp< GeometricField< typename innerProduct< vector, Type >::type, fvPatchField, volMesh > > | fvcDiv (const GeometricField< Type, fvPatchField, volMesh > &) |
|
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...
|
|
virtual | ~divScheme () |
| Destructor. More...
|
|
const fvMesh & | mesh () const |
| Return mesh reference. More...
|
|
| refCount () |
| Construct null with zero count. More...
|
|
int | count () const |
| Return the reference count. More...
|
|
bool | okToDelete () const |
| Return true if the reference count is zero. More...
|
|
void | resetRefCount () |
| Reset the reference count to 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...
|
|
template<class Type>
class Foam::fv::gaussDivScheme< Type >
Basic second-order div using face-gradients and Gauss' theorem.
- Source files
-
Definition at line 54 of file gaussDivScheme.H.