Simple central-difference snGrad scheme without non-orthogonal correction. More...
#include <finiteVolume/uncorrectedSnGrad.H>
Simple central-difference snGrad scheme without non-orthogonal correction.
Definition at line 55 of file uncorrectedSnGrad.H.
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, fvsPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the explicit correction to the uncorrectedSnGrad.
|
uncorrectedSnGrad | ( | const fvMesh & | mesh ) | [inline]
|
Construct from mesh.
Definition at line 74 of file uncorrectedSnGrad.H.
uncorrectedSnGrad | ( | const fvMesh & | mesh, |
Istream & | |||
) | [inline]
|
Construct from mesh and data stream.
Definition at line 81 of file uncorrectedSnGrad.H.
~uncorrectedSnGrad | ( | ) | [virtual]
|
Definition at line 46 of file uncorrectedSnGrad.C.
TypeName | ( | "uncorrected" | ) |
Runtime type information.
virtual tmp<surfaceScalarField> deltaCoeffs | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [inline, virtual]
|
Return the interpolation weighting factors for the given field.
Implements snGradScheme< Type >.
Definition at line 96 of file uncorrectedSnGrad.H.
References surfaceInterpolation::deltaCoeffs(), and snGradScheme< Type >::mesh().
virtual bool corrected | ( | ) | const [inline, virtual]
|
Return true if this scheme uses an explicit correction.
Reimplemented from snGradScheme< Type >.
Definition at line 104 of file uncorrectedSnGrad.H.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [virtual]
|
Return the explicit correction to the uncorrectedSnGrad.
for the given field
Reimplemented from snGradScheme< Type >.
Definition at line 55 of file uncorrectedSnGrad.C.
References notImplemented.