OpenFOAM logo
Open Source CFD Toolkit

correctedLnGrad Class Template Reference

Inheritance diagram for correctedLnGrad:

Inheritance graph
[legend]
Collaboration diagram for correctedLnGrad:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::fa::correctedLnGrad< Type >


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< edgeScalarFielddeltaCoeffs (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.

Constructor & Destructor Documentation

correctedLnGrad const faMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 82 of file correctedLnGrad.H.

References mesh.

correctedLnGrad const faMesh mesh,
Istream
[inline]
 

Construct from mesh and data stream.

Definition at line 89 of file correctedLnGrad.H.

virtual ~correctedLnGrad  )  [virtual]
 


Member Function Documentation

virtual bool corrected  )  const [inline, virtual]
 

Return true if this scheme uses an explicit correction.

Reimplemented from lnGradScheme.

Definition at line 112 of file correctedLnGrad.H.

virtual tmp<GeometricField<Type, faPatchField, edgeMesh> > correction const GeometricField< Type, faPatchField, areaMesh > &   )  const [virtual]
 

Return the explicit correction to the correctedLnGrad.

for the given field

Reimplemented from lnGradScheme.

virtual tmp<edgeScalarField> deltaCoeffs const GeometricField< Type, faPatchField, areaMesh > &   )  const [inline, virtual]
 

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:

TypeName "corrected"   ) 
 

Runtime type information.


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