OpenFOAM logo
Open Source CFD Toolkit

localBlended Class Template Reference

Inheritance diagram for localBlended:

Inheritance graph
[legend]
Collaboration diagram for localBlended:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::localBlended< Type >


Public Member Functions

 TypeName ("localBlended")
 Runtime type information.
 localBlended (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
 localBlended (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
 Construct from mesh, faceFlux and Istream.
tmp< surfaceScalarFieldweights (const GeometricField< Type, fvPatchField, volMesh > &vf) const
 Return the interpolation weighting factors.
tmp< GeometricField< Type,
fvPatchField, surfaceMesh > > 
interpolate (const GeometricField< Type, fvPatchField, volMesh > &vf) const
 Return the face-interpolate of the given cell field.

Constructor & Destructor Documentation

localBlended 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 92 of file localBlended.H.

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

Construct from mesh, faceFlux and Istream.

Definition at line 110 of file localBlended.H.


Member Function Documentation

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

Return the face-interpolate of the given cell field.

with explicit correction

Reimplemented from surfaceInterpolationScheme.

Definition at line 153 of file localBlended.H.

TypeName "localBlended< Type >"   ) 
 

Runtime type information.

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

Return the interpolation weighting factors.

Implements surfaceInterpolationScheme.

Definition at line 132 of file localBlended.H.


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