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


Public Member Functions

virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, laplacianScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 laplacianScheme (const fvMesh &mesh)
 Construct from mesh.
 laplacianScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
virtual ~laplacianScheme ()
const fvMeshmesh () const
 Return mesh reference.
virtual tmp< fvMatrix< Type > > fvmLaplacian (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &)=0
virtual tmp< fvMatrix< Type > > fvmLaplacian (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &)
virtual tmp< fvMatrix< Type > > fvmLaplacian (const surfaceTensorField &, GeometricField< Type, fvPatchField, volMesh > &)=0
virtual tmp< fvMatrix< Type > > fvmLaplacian (const volTensorField &, GeometricField< Type, fvPatchField, volMesh > &)
virtual tmp< GeometricField<
Type, fvPatchField, volMesh > > 
fvcLaplacian (const GeometricField< Type, fvPatchField, volMesh > &)=0
virtual tmp< GeometricField<
Type, fvPatchField, volMesh > > 
fvcLaplacian (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)=0
virtual tmp< GeometricField<
Type, fvPatchField, volMesh > > 
fvcLaplacian (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)
virtual tmp< GeometricField<
Type, fvPatchField, volMesh > > 
fvcLaplacian (const surfaceTensorField &, const GeometricField< Type, fvPatchField, volMesh > &)=0
virtual tmp< GeometricField<
Type, fvPatchField, volMesh > > 
fvcLaplacian (const volTensorField &, const GeometricField< Type, fvPatchField, volMesh > &)

Static Public Member Functions

tmp< laplacianScheme< Type > > New (const fvMesh &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 fvMeshmesh_
tmp< surfaceInterpolationScheme<
scalar > > 
tinterpGammaScheme_
tmp< surfaceInterpolationScheme<
tensor > > 
tinterpTensorGammaScheme_
tmp< snGradScheme< Type > > tsnGradScheme_

Constructor & Destructor Documentation

laplacianScheme const laplacianScheme< Type > &   )  [protected]
 

Disallow copy construct.

laplacianScheme const fvMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 119 of file laplacianScheme.H.

References mesh, and Foam::tensor.

laplacianScheme const fvMesh mesh,
Istream is
[inline]
 

Construct from mesh and Istream.

Definition at line 128 of file laplacianScheme.H.

virtual ~laplacianScheme  )  [virtual]
 


Member Function Documentation

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

virtual tmp<GeometricField<Type, fvPatchField, volMesh> > fvcLaplacian const volTensorField ,
const GeometricField< Type, fvPatchField, volMesh > & 
[virtual]
 

virtual tmp<GeometricField<Type, fvPatchField, volMesh> > fvcLaplacian const surfaceTensorField ,
const GeometricField< Type, fvPatchField, volMesh > & 
[pure virtual]
 

Implemented in gaussLaplacianScheme.

virtual tmp<GeometricField<Type, fvPatchField, volMesh> > fvcLaplacian const volScalarField ,
const GeometricField< Type, fvPatchField, volMesh > & 
[virtual]
 

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

Implemented in gaussLaplacianScheme.

virtual tmp<GeometricField<Type, fvPatchField, volMesh> > fvcLaplacian const GeometricField< Type, fvPatchField, volMesh > &   )  [pure virtual]
 

Implemented in gaussLaplacianScheme.

virtual tmp<fvMatrix<Type> > fvmLaplacian const volTensorField ,
GeometricField< Type, fvPatchField, volMesh > & 
[virtual]
 

virtual tmp<fvMatrix<Type> > fvmLaplacian const surfaceTensorField ,
GeometricField< Type, fvPatchField, volMesh > & 
[pure virtual]
 

Implemented in gaussLaplacianScheme.

virtual tmp<fvMatrix<Type> > fvmLaplacian const volScalarField ,
GeometricField< Type, fvPatchField, volMesh > & 
[virtual]
 

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

Implemented in gaussLaplacianScheme.

const fvMesh& mesh  )  const [inline]
 

Return mesh reference.

Definition at line 165 of file laplacianScheme.H.

References Foam::surfaceScalarField, Foam::surfaceTensorField, Foam::volScalarField, and Foam::volTensorField.

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

Return a pointer to a new laplacianScheme created on freestore.

void operator= const laplacianScheme< 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 83 of file laplacianScheme.H.

tmp<surfaceInterpolationScheme<scalar> > tinterpGammaScheme_ [protected]
 

Definition at line 84 of file laplacianScheme.H.

tmp<surfaceInterpolationScheme<tensor> > tinterpTensorGammaScheme_ [protected]
 

Definition at line 85 of file laplacianScheme.H.

tmp<snGradScheme<Type> > tsnGradScheme_ [protected]
 

Definition at line 86 of file laplacianScheme.H.


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