OpenFOAM logo
Open Source CFD Toolkit

linearUpwindV Class Template Reference

Inheritance diagram for linearUpwindV:

Inheritance graph
[legend]
Collaboration diagram for linearUpwindV:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::linearUpwindV< Type >


Public Member Functions

 TypeName ("linearUpwindV")
 Runtime type information.
 linearUpwindV (const fvMesh &mesh, const surfaceScalarField &faceFlux)
 Construct from faceFlux.
 linearUpwindV (const fvMesh &mesh, Istream &schemeData)
 Construct from Istream.
 linearUpwindV (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
 Construct from faceFlux and Istream.
virtual bool corrected () const
 Return true if this scheme uses an explicit correction.
virtual tmp< GeometricField<
Type, fvPatchField, surfaceMesh > > 
correction (const GeometricField< Type, fvPatchField, volMesh > &vf) const
 Return the explicit correction to the face-interpolate.

Constructor & Destructor Documentation

linearUpwindV const fvMesh mesh,
const surfaceScalarField faceFlux
[inline]
 

Construct from faceFlux.

Definition at line 88 of file linearUpwindV.H.

linearUpwindV const fvMesh mesh,
Istream schemeData
[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 106 of file linearUpwindV.H.

linearUpwindV const fvMesh mesh,
const surfaceScalarField faceFlux,
Istream schemeData
[inline]
 

Construct from faceFlux and Istream.

Definition at line 124 of file linearUpwindV.H.


Member Function Documentation

virtual bool corrected  )  const [inline, virtual]
 

Return true if this scheme uses an explicit correction.

Reimplemented from surfaceInterpolationScheme.

Definition at line 145 of file linearUpwindV.H.

References mesh.

virtual tmp<GeometricField<Type, fvPatchField, surfaceMesh> > correction const GeometricField< Type, fvPatchField, volMesh > &  vf  )  const [inline, virtual]
 

Return the explicit correction to the face-interpolate.

Reimplemented from surfaceInterpolationScheme.

Definition at line 153 of file linearUpwindV.H.

References Foam::labelList, mesh, Foam::surfaceScalarField, Foam::vector, and Foam::vectorField.

TypeName "linearUpwindV< Type >"   ) 
 

Runtime type information.


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