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::fv::convectionScheme< Type >


Public Member Functions

virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData))
 declareRunTimeSelectionTable (tmp, convectionScheme, Multivariate,(const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, fields, faceFlux, schemeData))
 convectionScheme (const fvMesh &mesh, const surfaceScalarField &)
 Construct from mesh, flux and Istream.
virtual ~convectionScheme ()
const fvMeshmesh () const
 Return mesh reference.
virtual tmp< GeometricField<
Type, fvPatchField, surfaceMesh > > 
interpolate (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0
virtual tmp< GeometricField<
Type, fvPatchField, surfaceMesh > > 
flux (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0
virtual tmp< fvMatrix< Type > > fvmDiv (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &) const =0
virtual tmp< GeometricField<
Type, fvPatchField, volMesh > > 
fvcDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0

Static Public Member Functions

tmp< convectionScheme< Type > > New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
 Return a pointer to a new convectionScheme created on freestore.
tmp< convectionScheme< Type > > New (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData)
 Return a pointer to a new multivariate convectionScheme.

Constructor & Destructor Documentation

convectionScheme const fvMesh mesh,
const surfaceScalarField
[inline]
 

Construct from mesh, flux and Istream.

Definition at line 132 of file convectionScheme.H.

References Foam::surfaceScalarField.

virtual ~convectionScheme  )  [virtual]
 


Member Function Documentation

declareRunTimeSelectionTable tmp  ,
convectionScheme< Type >  ,
Multivariate  ,
(const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData)  ,
(mesh, fields, faceFlux, schemeData) 
 

declareRunTimeSelectionTable tmp  ,
convectionScheme< Type >  ,
Istream  ,
(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)  ,
(mesh, faceFlux, schemeData) 
 

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

Implemented in gaussConvectionScheme, and multivariateGaussConvectionScheme.

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

Implemented in gaussConvectionScheme, and multivariateGaussConvectionScheme.

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

Implemented in gaussConvectionScheme, and multivariateGaussConvectionScheme.

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

Implemented in gaussConvectionScheme, and multivariateGaussConvectionScheme.

const fvMesh& mesh  )  const [inline]
 

Return mesh reference.

Definition at line 174 of file convectionScheme.H.

References Foam::surfaceScalarField.

tmp<convectionScheme<Type> > New const fvMesh mesh,
const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &  fields,
const surfaceScalarField faceFlux,
Istream schemeData
[static]
 

Return a pointer to a new multivariate convectionScheme.

created on freestore

tmp<convectionScheme<Type> > New const fvMesh mesh,
const surfaceScalarField faceFlux,
Istream schemeData
[static]
 

Return a pointer to a new convectionScheme created on freestore.

virtual const word& type  )  const [pure virtual]
 

Runtime type information.


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