OpenFOAM logo
Open Source CFD Toolkit

gaussLaplacianScheme Class Template Reference

Inheritance diagram for gaussLaplacianScheme:

Inheritance graph
[legend]
Collaboration diagram for gaussLaplacianScheme:

Collaboration graph
[legend]
List of all members.

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


Public Member Functions

 TypeName ("Gauss")
 Runtime type information.
 gaussLaplacianScheme (const fvMesh &mesh)
 Construct null.
 gaussLaplacianScheme (const fvMesh &mesh, Istream &is)
 Construct from Istream.
tmp< fvMatrix< Type > > fvmLaplacian (const surfaceScalarField &, GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > > fvmLaplacian (const surfaceTensorField &, GeometricField< Type, fvPatchField, volMesh > &)
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
fvcLaplacian (const GeometricField< Type, fvPatchField, volMesh > &)
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
fvcLaplacian (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)
tmp< GeometricField< Type,
fvPatchField, volMesh > > 
fvcLaplacian (const surfaceTensorField &, const GeometricField< Type, fvPatchField, volMesh > &)

Constructor & Destructor Documentation

gaussLaplacianScheme const fvMesh mesh  )  [inline]
 

Construct null.

Definition at line 97 of file gaussLaplacianScheme.H.

References mesh.

gaussLaplacianScheme const fvMesh mesh,
Istream is
[inline]
 

Construct from Istream.

Definition at line 103 of file gaussLaplacianScheme.H.

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


Member Function Documentation

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

Implements laplacianScheme.

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

Implements laplacianScheme.

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

Implements laplacianScheme.

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

Implements laplacianScheme.

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

Implements laplacianScheme.

TypeName "Gauss"   ) 
 

Runtime type information.


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