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


Public Member Functions

 declareRunTimeSelectionTable (tmp, divScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 divScheme (const faMesh &mesh)
 Construct from mesh.
 divScheme (const faMesh &mesh, Istream &is)
 Construct from mesh and Istream.
virtual ~divScheme ()
const faMeshmesh () const
 Return mesh reference.
virtual tmp< GeometricField<
typename innerProduct< vector,
Type >::type, faPatchField,
areaMesh > > 
facDiv (const GeometricField< Type, faPatchField, areaMesh > &)=0

Static Public Member Functions

tmp< divScheme< Type > > New (const faMesh &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 faMeshmesh_
tmp< edgeInterpolationScheme<
Type > > 
tinterpScheme_

Constructor & Destructor Documentation

divScheme const divScheme< Type > &   )  [protected]
 

Disallow copy construct.

divScheme const faMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 113 of file faDivScheme.H.

References mesh.

divScheme const faMesh mesh,
Istream is
[inline]
 

Construct from mesh and Istream.

Definition at line 120 of file faDivScheme.H.

virtual ~divScheme  )  [virtual]
 


Member Function Documentation

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

virtual tmp< GeometricField <typename innerProduct<vector, Type>::type, faPatchField, areaMesh> > facDiv const GeometricField< Type, faPatchField, areaMesh > &   )  [pure virtual]
 

Implemented in gaussDivScheme.

const faMesh& mesh  )  const [inline]
 

Return mesh reference.

Definition at line 145 of file faDivScheme.H.

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

Return a pointer to a new divScheme created on freestore.

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

Disallow default bitwise assignment.


Member Data Documentation

const faMesh& mesh_ [protected]
 

Definition at line 83 of file faDivScheme.H.

tmp<edgeInterpolationScheme<Type> > tinterpScheme_ [protected]
 

Definition at line 84 of file faDivScheme.H.


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