Simple central-difference snGrad scheme with non-orthogonal correction. More...
#include <finiteVolume/correctedSnGrad.H>
Simple central-difference snGrad scheme with non-orthogonal correction.
Definition at line 55 of file correctedSnGrad.H.
Inheritance diagram for correctedSnGrad< Type >:
Collaboration diagram for correctedSnGrad< Type >: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, fvsPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &) const |
| Return the explicit correction to the correctedSnGrad.
| |
| correctedSnGrad | ( | const fvMesh & | mesh ) | [inline]
|
Construct from mesh.
Definition at line 74 of file correctedSnGrad.H.
| correctedSnGrad | ( | const fvMesh & | mesh, |
| Istream & | |||
| ) | [inline]
|
Construct from mesh and data stream.
Definition at line 81 of file correctedSnGrad.H.
| ~correctedSnGrad | ( | ) | [virtual]
|
Definition at line 49 of file correctedSnGrad.C.
| TypeName | ( | "corrected" | ) |
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 correctedSnGrad.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 correctedSnGrad.H.
References snGradScheme< Type >::mesh(), and surfaceInterpolation::orthogonal().
| tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf ) | const [virtual]
|
Return the explicit correction to the correctedSnGrad.
for the given field
Reimplemented from snGradScheme< Type >.
Definition at line 58 of file correctedSnGrad.C.
References GeometricField< Type, PatchField, GeoMesh >::component(), surfaceInterpolation::correctionVectors(), surfaceInterpolation::deltaCoeffs(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::fvc::grad(), fvSchemes::gradScheme(), IOobject::instance(), Foam::interpolate(), mesh, IOobject::name(), IOobject::NO_READ, IOobject::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::replace(), and Foam::type().