OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

gaussConvectionScheme< Type > Class Template Reference

Basic second-order convection using face-gradients and Gauss' theorem. More...

Inheritance diagram for gaussConvectionScheme< Type >:
Collaboration diagram for gaussConvectionScheme< Type >:

List of all members.


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,
fvsPatchField, surfaceMesh > > 
interpolate (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
tmp< GeometricField< Type,
fvsPatchField, 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

Detailed Description

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

Basic second-order convection using face-gradients and Gauss' theorem.

Source files

Definition at line 50 of file gaussConvectionScheme.H.


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 78 of file gaussConvectionScheme.H.

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

Construct from flux and Istream.

Definition at line 90 of file gaussConvectionScheme.H.


Member Function Documentation

TypeName ( "Gauss"   ) 

Runtime type information.

tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate ( const surfaceScalarField ,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) const [inline, virtual]

Implements convectionScheme< Type >.

Definition at line 37 of file gaussConvectionScheme.C.

Referenced by gaussConvectionScheme< Type >::fvmDiv().

Here is the caller graph for this function:

tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux ( const surfaceScalarField faceFlux,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) const [inline, virtual]

Implements convectionScheme< Type >.

Definition at line 49 of file gaussConvectionScheme.C.

tmp< fvMatrix< Type > > fvmDiv ( const surfaceScalarField faceFlux,
GeometricField< Type, fvPatchField, volMesh > &  vf 
) const [inline, virtual]

Implements convectionScheme< Type >.

Definition at line 61 of file gaussConvectionScheme.C.

References gaussConvectionScheme< Type >::interpolate().

Here is the call graph for this function:

tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDiv ( const surfaceScalarField faceFlux,
const GeometricField< Type, fvPatchField, volMesh > &  vf 
) const [inline, virtual]

Implements convectionScheme< Type >.

Definition at line 105 of file gaussConvectionScheme.C.


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd