OpenFOAM logo
Open Source CFD Toolkit

convectionScheme Class Template Reference

Inheritance diagram for convectionScheme:

Inheritance graph
[legend]
Collaboration diagram for convectionScheme:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::fa::convectionScheme< Type >


Public Member Functions

 declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData))
 convectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux)
 Construct from mesh, flux and Istream.
virtual ~convectionScheme ()
const faMeshmesh () const
 Return mesh reference.
virtual tmp< GeometricField<
Type, faPatchField, edgeMesh > > 
flux (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const =0
virtual tmp< faMatrix< Type > > famDiv (const edgeScalarField &, GeometricField< Type, faPatchField, areaMesh > &) const =0
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facDiv (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const =0

Static Public Member Functions

tmp< convectionScheme< Type > > New (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData)
 Return a pointer to a new convectionScheme created on freestore.

Constructor & Destructor Documentation

convectionScheme const faMesh mesh,
const edgeScalarField faceFlux
[inline]
 

Construct from mesh, flux and Istream.

Definition at line 112 of file faConvectionScheme.H.

References Foam::edgeScalarField.

virtual ~convectionScheme  )  [virtual]
 


Member Function Documentation

declareRunTimeSelectionTable tmp  ,
convectionScheme< Type >  ,
Istream  ,
(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData)  ,
(mesh, faceFlux, schemeData) 
 

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

Implemented in gaussConvectionScheme.

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

Implemented in gaussConvectionScheme.

virtual tmp<GeometricField<Type, faPatchField, edgeMesh> > flux const edgeScalarField ,
const GeometricField< Type, faPatchField, areaMesh > & 
const [pure virtual]
 

Implemented in gaussConvectionScheme.

const faMesh& mesh  )  const [inline]
 

Return mesh reference.

Definition at line 140 of file faConvectionScheme.H.

References Foam::edgeScalarField.

tmp<convectionScheme<Type> > New const faMesh mesh,
const edgeScalarField faceFlux,
Istream schemeData
[static]
 

Return a pointer to a new convectionScheme created on freestore.


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