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