OpenFOAM logo
Open Source CFD Toolkit

linearEdgeInterpolation Class Template Reference

Inheritance diagram for linearEdgeInterpolation:

Inheritance graph
[legend]
Collaboration diagram for linearEdgeInterpolation:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::linearEdgeInterpolation< Type >


Public Member Functions

 TypeName ("linear")
 Runtime type information.
 linearEdgeInterpolation (const faMesh &mesh)
 Construct from mesh.
 linearEdgeInterpolation (const faMesh &mesh, Istream &)
 Construct from Istream.
 linearEdgeInterpolation (const faMesh &mesh, const edgeScalarField &, Istream &)
 Construct from faceFlux and Istream.
tmp< edgeScalarFieldweights (const GeometricField< Type, faPatchField, areaMesh > &) const
 Return the interpolation weighting factors.

Constructor & Destructor Documentation

linearEdgeInterpolation const faMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 77 of file linearEdgeInterpolation.H.

References mesh.

linearEdgeInterpolation const faMesh mesh,
Istream
[inline]
 

Construct from Istream.

Definition at line 83 of file linearEdgeInterpolation.H.

References Foam::edgeScalarField.

linearEdgeInterpolation const faMesh mesh,
const edgeScalarField ,
Istream
[inline]
 

Construct from faceFlux and Istream.

Definition at line 90 of file linearEdgeInterpolation.H.


Member Function Documentation

TypeName "linear"   ) 
 

Runtime type information.

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

Return the interpolation weighting factors.

Implements edgeInterpolationScheme.

Reimplemented in blendedEdgeInterpolation.

Definition at line 104 of file linearEdgeInterpolation.H.

References edgeInterpolationScheme::mesh().

Here is the call graph for this function:


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