OpenFOAM logo
Open Source CFD Toolkit

LimitedScheme Class Template Reference

Inheritance diagram for LimitedScheme:

Inheritance graph
[legend]
Collaboration diagram for LimitedScheme:

Collaboration graph
[legend]
List of all members.

template<class Type, class Limiter, template< class > class LimitFunc>
class Foam::LimitedScheme< Type, Limiter, LimitFunc >


Public Types

typedef Limiter LimiterType

Public Member Functions

 TypeName ("LimitedScheme")
 Runtime type information.
 LimitedScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, const Limiter &weight)
 Construct from mesh and faceFlux and limiter scheme.
 LimitedScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
 LimitedScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
 Construct from mesh, faceFlux and Istream.
virtual tmp< surfaceScalarFieldlimiter (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the interpolation weighting factors.

Member Typedef Documentation

typedef Limiter LimiterType
 

Definition at line 91 of file LimitedScheme.H.


Constructor & Destructor Documentation

LimitedScheme const fvMesh mesh,
const surfaceScalarField faceFlux,
const Limiter &  weight
[inline]
 

Construct from mesh and faceFlux and limiter scheme.

Definition at line 97 of file LimitedScheme.H.

LimitedScheme const fvMesh mesh,
Istream is
[inline]
 

Construct from mesh and Istream.

The name of the flux field is read from the Istream and looked-up from the mesh objectRegistry

Definition at line 113 of file LimitedScheme.H.

References Foam::surfaceScalarField.

LimitedScheme const fvMesh mesh,
const surfaceScalarField faceFlux,
Istream is
[inline]
 

Construct from mesh, faceFlux and Istream.

Definition at line 124 of file LimitedScheme.H.


Member Function Documentation

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

Return the interpolation weighting factors.

Implements limitedSurfaceInterpolationScheme.

TypeName "LimitedScheme< Type, Limiter, LimitFunc >"   ) 
 

Runtime type information.


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