OpenFOAM logo
Open Source CFD Toolkit

correctedSnGrad Class Template Reference

Inheritance diagram for correctedSnGrad:

Inheritance graph
[legend]
Collaboration diagram for correctedSnGrad:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::fv::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< surfaceScalarFielddeltaCoeffs (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.

Constructor & Destructor Documentation

correctedSnGrad const fvMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 82 of file correctedSnGrad.H.

References mesh.

correctedSnGrad const fvMesh mesh,
Istream
[inline]
 

Construct from mesh and data stream.

Definition at line 89 of file correctedSnGrad.H.

virtual ~correctedSnGrad  )  [virtual]
 


Member Function Documentation

virtual bool corrected  )  const [inline, virtual]
 

Return true if this scheme uses an explicit correction.

Reimplemented from snGradScheme.

Definition at line 112 of file correctedSnGrad.H.

virtual tmp<GeometricField<Type, fvPatchField, surfaceMesh> > correction const GeometricField< Type, fvPatchField, volMesh > &   )  const [virtual]
 

Return the explicit correction to the correctedSnGrad.

for the given field

Reimplemented from snGradScheme.

virtual tmp<surfaceScalarField> deltaCoeffs const GeometricField< Type, fvPatchField, volMesh > &   )  const [inline, virtual]
 

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:

TypeName "corrected"   ) 
 

Runtime type information.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org