![]() |
|
Public Member Functions | |
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. | |
virtual tmp< GeometricField< typename innerProduct< vector, Type >::type, fvPatchField, volMesh > > | fvcDiv (const GeometricField< Type, fvPatchField, volMesh > &)=0 |
Static Public Member Functions | |
tmp< divScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Return a pointer to a new divScheme created on freestore. | |
Protected Member Functions | |
divScheme (const divScheme &) | |
Disallow copy construct. | |
void | operator= (const divScheme &) |
Disallow default bitwise assignment. | |
Protected Attributes | |
const fvMesh & | mesh_ |
tmp< surfaceInterpolationScheme< Type > > | tinterpScheme_ |
|
Disallow copy construct.
|
|
Construct from mesh.
Definition at line 116 of file divScheme.H. References mesh. |
|
Construct from mesh and Istream.
Definition at line 123 of file divScheme.H. |
|
|
|
|
|
Implemented in gaussDivScheme. |
|
Return mesh reference.
Definition at line 148 of file divScheme.H. |
|
Return a pointer to a new divScheme created on freestore.
|
|
Disallow default bitwise assignment.
|
|
Runtime type information.
|
|
Definition at line 82 of file divScheme.H. |
|
Definition at line 83 of file divScheme.H. |