OpenFOAM logo
Open Source CFD Toolkit

limitedSnGrad Class Template Reference

Inheritance diagram for limitedSnGrad:

Inheritance graph
[legend]
Collaboration diagram for limitedSnGrad:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::fv::limitedSnGrad< Type >


Public Member Functions

 TypeName ("limited")
 Runtime type information.
 limitedSnGrad (const fvMesh &mesh)
 Construct from mesh.
 limitedSnGrad (const fvMesh &mesh, Istream &is)
 Construct from mesh and data stream.
virtual ~limitedSnGrad ()
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 limitedSnGrad.

Constructor & Destructor Documentation

limitedSnGrad const fvMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 93 of file limitedSnGrad.H.

References mesh, and readScalar.

limitedSnGrad const fvMesh mesh,
Istream is
[inline]
 

Construct from mesh and data stream.

Definition at line 100 of file limitedSnGrad.H.

References FatalIOErrorIn.

virtual ~limitedSnGrad  )  [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 135 of file limitedSnGrad.H.

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

Return the explicit correction to the limitedSnGrad.

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 127 of file limitedSnGrad.H.

References mesh, and surfaceInterpolation::orthogonal().

Here is the call graph for this function:

TypeName "limited"   ) 
 

Runtime type information.


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