OpenFOAM logo
Open Source CFD Toolkit

limitedSurfaceInterpolationScheme Class Template Reference

Inheritance diagram for limitedSurfaceInterpolationScheme:

Inheritance graph
[legend]
Collaboration diagram for limitedSurfaceInterpolationScheme:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::limitedSurfaceInterpolationScheme< Type >


Public Member Functions

 TypeName ("limitedSurfaceInterpolationScheme")
 Runtime type information.
 declareRunTimeSelectionTable (tmp, limitedSurfaceInterpolationScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 declareRunTimeSelectionTable (tmp, limitedSurfaceInterpolationScheme, MeshFlux,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData))
 limitedSurfaceInterpolationScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux)
 Construct from mesh and faceFlux.
 limitedSurfaceInterpolationScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
virtual ~limitedSurfaceInterpolationScheme ()
virtual tmp< surfaceScalarFieldlimiter (const GeometricField< Type, fvPatchField, volMesh > &) const =0
 Return the interpolation weighting factors.
virtual tmp< surfaceScalarFieldweights (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the interpolation weighting factors for the given field.

Static Public Member Functions

tmp< limitedSurfaceInterpolationScheme<
Type > > 
New (const fvMesh &mesh, Istream &schemeData)
 Return new tmp interpolation scheme.
tmp< limitedSurfaceInterpolationScheme<
Type > > 
New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
 Return new tmp interpolation scheme.

Protected Attributes

const surfaceScalarFieldfaceFlux_

Constructor & Destructor Documentation

limitedSurfaceInterpolationScheme const fvMesh mesh,
const surfaceScalarField faceFlux
[inline]
 

Construct from mesh and faceFlux.

Definition at line 119 of file limitedSurfaceInterpolationScheme.H.

limitedSurfaceInterpolationScheme 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 135 of file limitedSurfaceInterpolationScheme.H.

virtual ~limitedSurfaceInterpolationScheme  )  [virtual]
 


Member Function Documentation

declareRunTimeSelectionTable tmp  ,
limitedSurfaceInterpolationScheme< Type >  ,
MeshFlux  ,
(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)  ,
(mesh, faceFlux, schemeData) 
 

declareRunTimeSelectionTable tmp  ,
limitedSurfaceInterpolationScheme< Type >  ,
Mesh  ,
(const fvMesh &mesh, Istream &schemeData)  ,
(mesh, schemeData) 
 

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

Return the interpolation weighting factors.

Implemented in blended, LimitedScheme, PhiScheme, and upwind.

tmp<limitedSurfaceInterpolationScheme<Type> > New const fvMesh mesh,
const surfaceScalarField faceFlux,
Istream schemeData
[static]
 

Return new tmp interpolation scheme.

Reimplemented from surfaceInterpolationScheme.

tmp<limitedSurfaceInterpolationScheme<Type> > New const fvMesh mesh,
Istream schemeData
[static]
 

Return new tmp interpolation scheme.

Reimplemented from surfaceInterpolationScheme.

TypeName "limitedSurfaceInterpolationScheme< Type >"   ) 
 

Runtime type information.

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

Return the interpolation weighting factors for the given field.

Implements surfaceInterpolationScheme.

Reimplemented in blended, and upwind.


Member Data Documentation

const surfaceScalarField& faceFlux_ [protected]
 

Definition at line 78 of file limitedSurfaceInterpolationScheme.H.


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