OpenFOAM logo
Open Source CFD Toolkit

lnGradScheme Class Template Reference

Inheritance diagram for lnGradScheme:

Inheritance graph
[legend]
Collaboration diagram for lnGradScheme:

Collaboration graph
[legend]
List of all members.

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


Public Member Functions

 declareRunTimeSelectionTable (tmp, lnGradScheme, Mesh,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 lnGradScheme (const faMesh &mesh)
 Construct from mesh.
virtual ~lnGradScheme ()
const faMeshmesh () const
 Return mesh reference.
virtual tmp< edgeScalarFielddeltaCoeffs (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.

Constructor & Destructor Documentation

lnGradScheme const faMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 102 of file lnGradScheme.H.

virtual ~lnGradScheme  )  [virtual]
 


Member Function Documentation

virtual bool corrected  )  const [inline, virtual]
 

Return true if this scheme uses an explicit correction.

Reimplemented in correctedLnGrad, and fourthLnGrad.

Definition at line 163 of file lnGradScheme.H.

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

Return the explicit correction to the lnGrad.

for the given field

Reimplemented in correctedLnGrad, and fourthLnGrad.

Definition at line 173 of file lnGradScheme.H.

declareRunTimeSelectionTable tmp  ,
lnGradScheme< Type >  ,
Mesh  ,
(const faMesh &mesh, Istream &schemeData)  ,
(mesh, schemeData) 
 

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

Return the interpolation weighting factors for the given field.

Implemented in correctedLnGrad, and fourthLnGrad.

tmp<GeometricField<Type, faPatchField, edgeMesh> > lnGrad const tmp< GeometricField< Type, faPatchField, areaMesh > > &   )  const
 

Return the lnGrad of the given tmp cell field.

with explicit correction

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

Return the lnGrad of the given cell field.

with explicit correction

tmp<GeometricField<Type, faPatchField, edgeMesh> > lnGrad const GeometricField< Type, faPatchField, areaMesh > &  ,
const tmp< edgeScalarField > & 
[static]
 

Return the lnGrad of the given cell field.

with the given weigting factors

tmp<GeometricField<Type, faPatchField, edgeMesh> > lnGrad const GeometricField< Type, faPatchField, areaMesh > &  ,
const tmp< edgeScalarField > &  ,
const tmp< edgeScalarField > & 
[static]
 

Return the lnGrad of the given cell field.

with the given owner and neighbour weigting factors

const faMesh& mesh  )  const [inline]
 

Return mesh reference.

Definition at line 126 of file lnGradScheme.H.

tmp<lnGradScheme<Type> > New const faMesh mesh,
Istream schemeData
[static]
 

Return new tmp interpolation scheme.


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