OpenFOAM logo
Open Source CFD Toolkit

gaussConvectionScheme Class Template Reference

Inheritance diagram for gaussConvectionScheme:

Inheritance graph
[legend]
Collaboration diagram for gaussConvectionScheme:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::fv::gaussConvectionScheme< Type >


Public Member Functions

 TypeName ("Gauss")
 Runtime type information.
 gaussConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, const tmp< surfaceInterpolationScheme< Type > > &scheme)
 Construct from flux and interpolation scheme.
 gaussConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
 Construct from flux and Istream.
tmp< GeometricField< Type,
fvPatchField, surfaceMesh > > 
interpolate (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
tmp< GeometricField< Type,
fvPatchField, surfaceMesh > > 
flux (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
tmp< fvMatrix< Type > > fvmDiv (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &) const
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
fvcDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const

Constructor & Destructor Documentation

gaussConvectionScheme const fvMesh mesh,
const surfaceScalarField faceFlux,
const tmp< surfaceInterpolationScheme< Type > > &  scheme
[inline]
 

Construct from flux and interpolation scheme.

Definition at line 91 of file gaussConvectionScheme.H.

gaussConvectionScheme const fvMesh mesh,
const surfaceScalarField faceFlux,
Istream is
[inline]
 

Construct from flux and Istream.

Definition at line 103 of file gaussConvectionScheme.H.


Member Function Documentation

tmp<GeometricField<Type, fvPatchField, surfaceMesh> > flux const surfaceScalarField ,
const GeometricField< Type, fvPatchField, volMesh > & 
const [virtual]
 

Implements convectionScheme.

tmp<GeometricField<Type, fvPatchField, volMesh> > fvcDiv const surfaceScalarField ,
const GeometricField< Type, fvPatchField, volMesh > & 
const [virtual]
 

Implements convectionScheme.

tmp<fvMatrix<Type> > fvmDiv const surfaceScalarField ,
GeometricField< Type, fvPatchField, volMesh > & 
const [virtual]
 

Implements convectionScheme.

tmp<GeometricField<Type, fvPatchField, surfaceMesh> > interpolate const surfaceScalarField ,
const GeometricField< Type, fvPatchField, volMesh > & 
const [virtual]
 

Implements convectionScheme.

TypeName "Gauss"   ) 
 

Runtime type information.


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