![]() |
|
Public Member Functions | |
declareRunTimeSelectionTable (tmp, lnGradScheme, Mesh,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
lnGradScheme (const faMesh &mesh) | |
Construct from mesh. | |
virtual | ~lnGradScheme () |
const faMesh & | mesh () const |
Return mesh reference. | |
virtual tmp< edgeScalarField > | deltaCoeffs (const GeometricField< Type, faPatchField, areaMesh > &) 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, faPatchField, edgeMesh > > | correction (const GeometricField< Type, faPatchField, areaMesh > &) const |
Return the explicit correction to the lnGrad. | |
virtual tmp< GeometricField< Type, faPatchField, edgeMesh > > | lnGrad (const GeometricField< Type, faPatchField, areaMesh > &) const |
Return the lnGrad of the given cell field. | |
tmp< GeometricField< Type, faPatchField, edgeMesh > > | lnGrad (const tmp< GeometricField< Type, faPatchField, areaMesh > > &) const |
Return the lnGrad of the given tmp cell field. | |
Static Public Member Functions | |
tmp< lnGradScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
Return new tmp interpolation scheme. | |
tmp< GeometricField< Type, faPatchField, edgeMesh > > | lnGrad (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &, const tmp< edgeScalarField > &) |
Return the lnGrad of the given cell field. | |
tmp< GeometricField< Type, faPatchField, edgeMesh > > | lnGrad (const GeometricField< Type, faPatchField, areaMesh > &, const tmp< edgeScalarField > &) |
Return the lnGrad of the given cell field. |
|
Construct from mesh.
Definition at line 102 of file lnGradScheme.H. |
|
|
|
Return true if this scheme uses an explicit correction.
Reimplemented in correctedLnGrad, and fourthLnGrad. Definition at line 163 of file lnGradScheme.H. |
|
Return the explicit correction to the lnGrad. for the given field Reimplemented in correctedLnGrad, and fourthLnGrad. Definition at line 173 of file lnGradScheme.H. |
|
|
|
Return the interpolation weighting factors for the given field.
Implemented in correctedLnGrad, and fourthLnGrad. |
|
Return the lnGrad of the given tmp cell field. with explicit correction |
|
Return the lnGrad of the given cell field. with explicit correction |
|
Return the lnGrad of the given cell field. with the given weigting factors |
|
Return the lnGrad of the given cell field. with the given owner and neighbour weigting factors |
|
Return mesh reference.
Definition at line 126 of file lnGradScheme.H. |
|
Return new tmp interpolation scheme.
|