OpenFOAM logo
Open Source CFD Toolkit

laplacianScheme Class Template Reference

Inheritance diagram for laplacianScheme:

Inheritance graph
[legend]
Collaboration diagram for laplacianScheme:

Collaboration graph
[legend]
List of all members.

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


Public Member Functions

 declareRunTimeSelectionTable (tmp, laplacianScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 laplacianScheme (const faMesh &mesh)
 Construct from mesh.
 laplacianScheme (const faMesh &mesh, Istream &is)
 Construct from mesh and Istream.
virtual ~laplacianScheme ()
const faMeshmesh () const
 Return mesh reference.
virtual tmp< faMatrix< Type > > famLaplacian (const edgeScalarField &, GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< faMatrix< Type > > famLaplacian (const areaScalarField &, GeometricField< Type, faPatchField, areaMesh > &)
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facLaplacian (const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facLaplacian (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0
virtual tmp< GeometricField<
Type, faPatchField, areaMesh > > 
facLaplacian (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)

Static Public Member Functions

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

Protected Member Functions

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

Protected Attributes

const faMeshmesh_
tmp< edgeInterpolationScheme<
scalar > > 
tinterpGammaScheme_
tmp< lnGradScheme< Type > > tlnGradScheme_

Constructor & Destructor Documentation

laplacianScheme const laplacianScheme< Type > &   )  [protected]
 

Disallow copy construct.

laplacianScheme const faMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 115 of file faLaplacianScheme.H.

References IOstream::eof(), and mesh.

Here is the call graph for this function:

laplacianScheme const faMesh mesh,
Istream is
[inline]
 

Construct from mesh and Istream.

Definition at line 123 of file faLaplacianScheme.H.

virtual ~laplacianScheme  )  [virtual]
 


Member Function Documentation

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

virtual tmp<GeometricField<Type, faPatchField, areaMesh> > facLaplacian const areaScalarField ,
const GeometricField< Type, faPatchField, areaMesh > & 
[virtual]
 

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

Implemented in gaussLaplacianScheme.

virtual tmp<GeometricField<Type, faPatchField, areaMesh> > facLaplacian const GeometricField< Type, faPatchField, areaMesh > &   )  [pure virtual]
 

Implemented in gaussLaplacianScheme.

virtual tmp<faMatrix<Type> > famLaplacian const areaScalarField ,
GeometricField< Type, faPatchField, areaMesh > & 
[virtual]
 

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

Implemented in gaussLaplacianScheme.

const faMesh& mesh  )  const [inline]
 

Return mesh reference.

Definition at line 174 of file faLaplacianScheme.H.

References Foam::areaScalarField, and Foam::edgeScalarField.

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

Return a pointer to a new laplacianScheme created on freestore.

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

Disallow default bitwise assignment.


Member Data Documentation

const faMesh& mesh_ [protected]
 

Definition at line 84 of file faLaplacianScheme.H.

tmp<edgeInterpolationScheme<scalar> > tinterpGammaScheme_ [protected]
 

Definition at line 85 of file faLaplacianScheme.H.

tmp<lnGradScheme<Type> > tlnGradScheme_ [protected]
 

Definition at line 86 of file faLaplacianScheme.H.


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