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 > &) |
gaussDivScheme | ( | const fvMesh & | mesh ) | [inline]
|
Construct null.
Definition at line 77 of file gaussDivScheme.H.
gaussDivScheme | ( | const fvMesh & | mesh, |
Istream & | is | ||
) | [inline]
|
Construct from Istream.
Definition at line 83 of file gaussDivScheme.H.
TypeName | ( | "Gauss" | ) |
Runtime type information.
tmp< GeometricField <typename innerProduct<vector, Type>::type, fvPatchField, volMesh> > fvcDiv | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | [virtual]
|
Implements divScheme< Type >.