OpenFOAM logo
Open Source CFD Toolkit

upwindEdgeInterpolation Class Template Reference

Inheritance diagram for upwindEdgeInterpolation:

Inheritance graph
[legend]
Collaboration diagram for upwindEdgeInterpolation:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::upwindEdgeInterpolation< Type >


Public Member Functions

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

Constructor & Destructor Documentation

upwindEdgeInterpolation const faMesh mesh,
const edgeScalarField faceFlux
[inline]
 

Construct from faceFlux.

Definition at line 85 of file upwindEdgeInterpolation.H.

upwindEdgeInterpolation const faMesh mesh,
Istream is
[inline]
 

Construct from Istream.

The name of the flux field is read from the Istream and looked-up from the database

Definition at line 100 of file upwindEdgeInterpolation.H.

upwindEdgeInterpolation const faMesh mesh,
const edgeScalarField faceFlux,
Istream
[inline]
 

Construct from faceFlux and Istream.

Definition at line 117 of file upwindEdgeInterpolation.H.

References Foam::pos().

Here is the call graph for this function:


Member Function Documentation

TypeName "upwind"   ) 
 

Runtime type information.

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

Return the interpolation weighting factors.

Implements edgeInterpolationScheme.

Reimplemented in blendedEdgeInterpolation.

Definition at line 132 of file upwindEdgeInterpolation.H.


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