OpenFOAM logo
Open Source CFD Toolkit

PhiScheme Class Template Reference

Inheritance diagram for PhiScheme:

Inheritance graph
[legend]
Collaboration diagram for PhiScheme:

Collaboration graph
[legend]
List of all members.

template<class PhiLimiter>
class Foam::PhiScheme< PhiLimiter >


Public Member Functions

 TypeName ("PhiScheme")
 Runtime type information.
 PhiScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, const PhiLimiter &weight)
 Construct from mesh, faceFlux and blendingFactor.
 PhiScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
 PhiScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
 Construct from mesh, faceFlux and Istream.
virtual tmp< surfaceScalarFieldlimiter (const GeometricField< vector, fvPatchField, volMesh > &) const
 Return the interpolation weighting factors.

Constructor & Destructor Documentation

PhiScheme const fvMesh mesh,
const surfaceScalarField faceFlux,
const PhiLimiter weight
[inline]
 

Construct from mesh, faceFlux and blendingFactor.

Definition at line 93 of file PhiScheme.H.

PhiScheme 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 109 of file PhiScheme.H.

References Foam::surfaceScalarField.

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

Construct from mesh, faceFlux and Istream.

Definition at line 120 of file PhiScheme.H.


Member Function Documentation

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

Return the interpolation weighting factors.

Implements limitedSurfaceInterpolationScheme< vector >.

TypeName "PhiScheme< PhiLimiter >"   ) 
 

Runtime type information.


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