OpenFOAM logo
Open Source CFD Toolkit

blended Class Template Reference

Inheritance diagram for blended:

Inheritance graph
[legend]
Collaboration diagram for blended:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::blended< Type >


Public Member Functions

 TypeName ("blended")
 Runtime type information.
 blended (const fvMesh &mesh, const surfaceScalarField &faceFlux, const scalar blendingFactor)
 Construct from mesh, faceFlux and blendingFactor.
 blended (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
 blended (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 limiter.
virtual tmp< surfaceScalarFieldweights (const GeometricField< Type, fvPatchField, volMesh > &vf) const
 Return the interpolation weighting factors.

Constructor & Destructor Documentation

blended const fvMesh mesh,
const surfaceScalarField faceFlux,
const scalar  blendingFactor
[inline]
 

Construct from mesh, faceFlux and blendingFactor.

Definition at line 86 of file blended.H.

blended 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 102 of file blended.H.

References Foam::surfaceScalarField.

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

Construct from mesh, faceFlux and Istream.

Definition at line 113 of file blended.H.

References Foam::surfaceScalarField.


Member Function Documentation

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

Return the interpolation limiter.

Implements limitedSurfaceInterpolationScheme.

Definition at line 128 of file blended.H.

References Foam::dimensionedScalar.

TypeName "blended< Type >"   ) 
 

Runtime type information.

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

Return the interpolation weighting factors.

Reimplemented from limitedSurfaceInterpolationScheme.

Definition at line 155 of file blended.H.


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