OpenFOAM logo
Open Source CFD Toolkit

divScheme Class Template Reference

Inheritance diagram for divScheme:

Inheritance graph
[legend]
Collaboration diagram for divScheme:

Collaboration graph
[legend]
List of all members.

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


Public Member Functions

virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, divScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 divScheme (const fvMesh &mesh)
 Construct from mesh.
 divScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
virtual ~divScheme ()
const fvMeshmesh () const
 Return mesh reference.
virtual tmp< GeometricField<
typename innerProduct< vector,
Type >::type, fvPatchField,
volMesh > > 
fvcDiv (const GeometricField< Type, fvPatchField, volMesh > &)=0

Static Public Member Functions

tmp< divScheme< Type > > New (const fvMesh &mesh, Istream &schemeData)
 Return a pointer to a new divScheme created on freestore.

Protected Member Functions

 divScheme (const divScheme &)
 Disallow copy construct.
void operator= (const divScheme &)
 Disallow default bitwise assignment.

Protected Attributes

const fvMeshmesh_
tmp< surfaceInterpolationScheme<
Type > > 
tinterpScheme_

Constructor & Destructor Documentation

divScheme const divScheme< Type > &   )  [protected]
 

Disallow copy construct.

divScheme const fvMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 116 of file divScheme.H.

References mesh.

divScheme const fvMesh mesh,
Istream is
[inline]
 

Construct from mesh and Istream.

Definition at line 123 of file divScheme.H.

virtual ~divScheme  )  [virtual]
 


Member Function Documentation

declareRunTimeSelectionTable tmp  ,
divScheme< Type >  ,
Istream  ,
(const fvMesh &mesh, Istream &schemeData)  ,
(mesh, schemeData) 
 

virtual tmp< GeometricField <typename innerProduct<vector, Type>::type, fvPatchField, volMesh> > fvcDiv const GeometricField< Type, fvPatchField, volMesh > &   )  [pure virtual]
 

Implemented in gaussDivScheme.

const fvMesh& mesh  )  const [inline]
 

Return mesh reference.

Definition at line 148 of file divScheme.H.

tmp<divScheme<Type> > New const fvMesh mesh,
Istream schemeData
[static]
 

Return a pointer to a new divScheme created on freestore.

void operator= const divScheme< Type > &   )  [protected]
 

Disallow default bitwise assignment.

virtual const word& type  )  const [pure virtual]
 

Runtime type information.


Member Data Documentation

const fvMesh& mesh_ [protected]
 

Definition at line 82 of file divScheme.H.

tmp<surfaceInterpolationScheme<Type> > tinterpScheme_ [protected]
 

Definition at line 83 of file divScheme.H.


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