OpenFOAM logo
Open Source CFD Toolkit

downwind Class Template Reference

Inheritance diagram for downwind:

Inheritance graph
[legend]
Collaboration diagram for downwind:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::downwind< Type >


Public Member Functions

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

Constructor & Destructor Documentation

downwind const fvMesh mesh,
const surfaceScalarField faceFlux
[inline]
 

Construct from faceFlux.

Definition at line 85 of file downwind.H.

downwind 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 100 of file downwind.H.

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

Construct from faceFlux and Istream.

Definition at line 117 of file downwind.H.

References Foam::neg().

Here is the call graph for this function:


Member Function Documentation

TypeName "downwind< Type >"   ) 
 

Runtime type information.

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

Return the interpolation weighting factors.

Implements surfaceInterpolationScheme.

Definition at line 132 of file downwind.H.


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