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::fa::gaussConvectionScheme< Type >


Public Member Functions

 TypeName ("Gauss")
 Runtime type information.
 gaussConvectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux, const tmp< edgeInterpolationScheme< Type > > &scheme)
 Construct from flux and interpolation scheme.
 gaussConvectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &is)
 Construct from flux and Istream.
tmp< GeometricField< Type,
faPatchField, edgeMesh > > 
flux (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const
tmp< faMatrix< Type > > famDiv (const edgeScalarField &, GeometricField< Type, faPatchField, areaMesh > &) const
tmp< GeometricField< Type,
faPatchField, areaMesh > > 
facDiv (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const

Constructor & Destructor Documentation

gaussConvectionScheme const faMesh mesh,
const edgeScalarField faceFlux,
const tmp< edgeInterpolationScheme< Type > > &  scheme
[inline]
 

Construct from flux and interpolation scheme.

Definition at line 92 of file gaussFaConvectionScheme.H.

gaussConvectionScheme const faMesh mesh,
const edgeScalarField faceFlux,
Istream is
[inline]
 

Construct from flux and Istream.

Definition at line 104 of file gaussFaConvectionScheme.H.


Member Function Documentation

tmp<GeometricField<Type, faPatchField, areaMesh> > facDiv const edgeScalarField ,
const GeometricField< Type, faPatchField, areaMesh > & 
const [virtual]
 

Implements convectionScheme.

tmp<faMatrix<Type> > famDiv const edgeScalarField ,
GeometricField< Type, faPatchField, areaMesh > & 
const [virtual]
 

Implements convectionScheme.

tmp<GeometricField<Type, faPatchField, edgeMesh> > flux const edgeScalarField ,
const GeometricField< Type, faPatchField, areaMesh > & 
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