![]() |
|
Public Member Functions | |
TypeName ("corrected") | |
Runtime type information. | |
correctedSnGrad (const fvMesh &mesh) | |
Construct from mesh. | |
correctedSnGrad (const fvMesh &mesh, Istream &) | |
Construct from mesh and data stream. | |
virtual | ~correctedSnGrad () |
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 correctedSnGrad. |
|
Construct from mesh.
Definition at line 82 of file correctedSnGrad.H. References mesh. |
|
Construct from mesh and data stream.
Definition at line 89 of file correctedSnGrad.H. |
|
|
|
Return true if this scheme uses an explicit correction.
Reimplemented from snGradScheme. Definition at line 112 of file correctedSnGrad.H. |
|
Return the explicit correction to the correctedSnGrad. for the given field Reimplemented from snGradScheme. |
|
Return the interpolation weighting factors for the given field.
Implements snGradScheme. Definition at line 104 of file correctedSnGrad.H. References mesh, and surfaceInterpolation::orthogonal(). |
Here is the call graph for this function:
|
Runtime type information.
|