![]() |
|
Public Member Functions | |
virtual const word & | type () const =0 |
Runtime type information. | |
declareRunTimeSelectionTable (tmp, snGradScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
snGradScheme (const fvMesh &mesh) | |
Construct from mesh. | |
virtual | ~snGradScheme () |
const fvMesh & | mesh () const |
Return mesh reference. | |
virtual tmp< surfaceScalarField > | deltaCoeffs (const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
Return the interpolation weighting factors for the given field. | |
virtual bool | corrected () const |
Return true if this scheme uses an explicit correction. | |
virtual tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the explicit correction to the snGrad. | |
virtual tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | snGrad (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the snGrad of the given cell field. | |
tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | snGrad (const tmp< GeometricField< Type, fvPatchField, volMesh > > &) const |
Return the snGrad of the given tmp cell field. | |
Static Public Member Functions | |
tmp< snGradScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Return new tmp interpolation scheme. | |
tmp< GeometricField< Type, fvPatchField, surfaceMesh > > | snGrad (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &) |
Return the snGrad of the given cell field. |
|
Construct from mesh.
Definition at line 106 of file snGradScheme.H. |
|
|
|
Return true if this scheme uses an explicit correction.
Reimplemented in correctedSnGrad, limitedSnGrad, and uncorrectedSnGrad. Definition at line 154 of file snGradScheme.H. |
|
Return the explicit correction to the snGrad. for the given field Reimplemented in correctedSnGrad, limitedSnGrad, and uncorrectedSnGrad. Definition at line 164 of file snGradScheme.H. |
|
|
|
Return the interpolation weighting factors for the given field.
Implemented in correctedSnGrad, limitedSnGrad, and uncorrectedSnGrad. |
|
Return mesh reference.
Definition at line 130 of file snGradScheme.H. |
|
Return new tmp interpolation scheme.
|
|
Return the snGrad of the given tmp cell field. with explicit correction |
|
Return the snGrad of the given cell field. with explicit correction |
|
Return the snGrad of the given cell field. with the given weigting factors |
|
Runtime type information.
|