FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

gaussConvectionScheme< Type > Class Template Reference

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

#include <finiteVolume/gaussConvectionScheme.H>


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

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

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

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

Construct from flux and Istream.

Definition at line 95 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 [virtual]
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux ( const surfaceScalarField &   faceFlux,
const GeometricField< Type, fvPatchField, volMesh > &   vf  
) const [virtual]
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDiv ( const surfaceScalarField &   faceFlux,
const GeometricField< Type, fvPatchField, volMesh > &   vf  
) const [virtual]

The documentation for this class was generated from the following files: