OpenFOAM logo
Open Source CFD Toolkit

blendedEdgeInterpolation Class Template Reference

Inheritance diagram for blendedEdgeInterpolation:

Inheritance graph
[legend]
Collaboration diagram for blendedEdgeInterpolation:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::blendedEdgeInterpolation< Type >


Public Member Functions

 TypeName ("blended")
 Runtime type information.
 blendedEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, const scalar blendingFactor)
 Construct from mesh, faceFlux and blendingFactor.
 blendedEdgeInterpolation (const faMesh &mesh, Istream &is)
 Construct from mesh and Istream.
 blendedEdgeInterpolation (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &is)
 Construct from mesh, faceFlux and Istream.
virtual tmp< edgeScalarFieldweights (const GeometricField< Type, faPatchField, areaMesh > &vf) const
 Return the interpolation weighting factors.

Constructor & Destructor Documentation

blendedEdgeInterpolation const faMesh mesh,
const edgeScalarField faceFlux,
const scalar  blendingFactor
[inline]
 

Construct from mesh, faceFlux and blendingFactor.

Definition at line 89 of file blendedEdgeInterpolation.H.

blendedEdgeInterpolation const faMesh 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 database

Definition at line 107 of file blendedEdgeInterpolation.H.

References Foam::edgeScalarField, and mesh.

blendedEdgeInterpolation const faMesh mesh,
const edgeScalarField faceFlux,
Istream is
[inline]
 

Construct from mesh, faceFlux and Istream.

Definition at line 127 of file blendedEdgeInterpolation.H.


Member Function Documentation

TypeName "blended"   ) 
 

Runtime type information.

virtual tmp<edgeScalarField> weights const GeometricField< Type, faPatchField, areaMesh > &  vf  )  const [inline, virtual]
 

Return the interpolation weighting factors.

Reimplemented from linearEdgeInterpolation.

Definition at line 144 of file blendedEdgeInterpolation.H.


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