![]() |
|
Public Member Functions | |
TypeName ("uncorrected") | |
Runtime type information. | |
uncorrectedSnGrad (const fvMesh &mesh) | |
Construct from mesh. | |
uncorrectedSnGrad (const fvMesh &mesh, Istream &) | |
Construct from mesh and data stream. | |
virtual | ~uncorrectedSnGrad () |
virtual tmp< surfaceScalarField > | deltaCoeffs (const GeometricField< Type, fvPatchField, volMesh > &) const |
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 uncorrectedSnGrad. |
|
Construct from mesh.
Definition at line 82 of file uncorrectedSnGrad.H. References mesh. |
|
Construct from mesh and data stream.
Definition at line 89 of file uncorrectedSnGrad.H. |
|
|
|
Return true if this scheme uses an explicit correction.
Reimplemented from snGradScheme. Definition at line 112 of file uncorrectedSnGrad.H. |
|
Return the explicit correction to the uncorrectedSnGrad. for the given field Reimplemented from snGradScheme. |
|
Return the interpolation weighting factors for the given field.
Implements snGradScheme. Definition at line 104 of file uncorrectedSnGrad.H. |
|
Runtime type information.
|