OpenFOAM logo
Open Source CFD Toolkit

upwind Class Template Reference

Inheritance diagram for upwind:

Inheritance graph
[legend]
Collaboration diagram for upwind:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::upwind< Type >


Public Member Functions

 TypeName ("upwind")
 Runtime type information.
 upwind (const fvMesh &mesh, const surfaceScalarField &faceFlux)
 Construct from faceFlux.
 upwind (const fvMesh &mesh, Istream &is)
 Construct from Istream.
 upwind (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &)
 Construct from faceFlux and Istream.
virtual tmp< surfaceScalarFieldlimiter (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the interpolation limiter.
tmp< surfaceScalarFieldweights () const
 Return the interpolation weighting factors.
virtual tmp< surfaceScalarFieldweights (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the interpolation weighting factors.

Constructor & Destructor Documentation

upwind const fvMesh mesh,
const surfaceScalarField faceFlux
[inline]
 

Construct from faceFlux.

Definition at line 80 of file upwind.H.

upwind const fvMesh mesh,
Istream is
[inline]
 

Construct from Istream.

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

Definition at line 94 of file upwind.H.

References Foam::surfaceScalarField.

upwind const fvMesh mesh,
const surfaceScalarField faceFlux,
Istream
[inline]
 

Construct from faceFlux and Istream.

Definition at line 104 of file upwind.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 118 of file upwind.H.

TypeName "upwind< Type >"   ) 
 

Runtime type information.

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

Return the interpolation weighting factors.

Reimplemented from limitedSurfaceInterpolationScheme.

Definition at line 146 of file upwind.H.

tmp<surfaceScalarField> weights  )  const [inline]
 

Return the interpolation weighting factors.

Definition at line 139 of file upwind.H.


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