Abstract base class for laplacian schemes. More...
#include <finiteVolume/laplacianScheme.H>
Abstract base class for laplacian schemes.
Definition at line 66 of file laplacianScheme.H.
Public Member Functions | |
virtual const word & | type () 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.
| |
laplacianScheme (const fvMesh &mesh, const tmp< surfaceInterpolationScheme< GType > > &igs, const tmp< snGradScheme< Type > > &sngs) | |
Construct from mesh, interpolation and snGradScheme schemes.
| |
virtual | ~laplacianScheme () |
const fvMesh & | mesh () const |
Return mesh reference.
| |
virtual tmp< fvMatrix< Type > > | fvmLaplacian (const GeometricField< GType, fvsPatchField, surfaceMesh > &, GeometricField< Type, fvPatchField, volMesh > &)=0 |
virtual tmp< fvMatrix< Type > > | fvmLaplacian (const GeometricField< GType, fvPatchField, volMesh > &, 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 GeometricField< GType, fvsPatchField, surfaceMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
virtual tmp< GeometricField < Type, fvPatchField, volMesh > > | fvcLaplacian (const GeometricField< GType, fvPatchField, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &) |
Static Public Member Functions | |
static tmp< laplacianScheme < Type, GType > > | 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 fvMesh & | mesh_ |
tmp < surfaceInterpolationScheme < GType > > | tinterpGammaScheme_ |
tmp< snGradScheme< Type > > | tsnGradScheme_ |
laplacianScheme | ( | const laplacianScheme< Type, GType > & | ) | [protected]
|
Disallow copy construct.
laplacianScheme | ( | const fvMesh & | mesh ) | [inline]
|
Construct from mesh.
Definition at line 110 of file laplacianScheme.H.
laplacianScheme | ( | const fvMesh & | mesh, |
Istream & | is | ||
) | [inline]
|
Construct from mesh and Istream.
Definition at line 118 of file laplacianScheme.H.
References laplacianScheme< Type, GType >::New(), laplacianScheme< Type, GType >::tinterpGammaScheme_, and laplacianScheme< Type, GType >::tsnGradScheme_.
laplacianScheme | ( | const fvMesh & | mesh, |
const tmp< surfaceInterpolationScheme< GType > > & | igs, | ||
const tmp< snGradScheme< Type > > & | sngs | ||
) | [inline]
|
Construct from mesh, interpolation and snGradScheme schemes.
Definition at line 137 of file laplacianScheme.H.
~laplacianScheme | ( | ) | [virtual]
|
Definition at line 93 of file laplacianScheme.C.
void operator= | ( | const laplacianScheme< Type, GType > & | ) | [protected]
|
Disallow default bitwise assignment.
virtual const word& type | ( | ) | const [pure virtual]
|
Runtime type information.
declareRunTimeSelectionTable | ( | tmp | , |
laplacianScheme< Type, GType > | , | ||
Istream | , | ||
(const fvMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
tmp< laplacianScheme< Type, GType > > New | ( | const fvMesh & | mesh, |
Istream & | schemeData | ||
) | [static]
|
Return a pointer to a new laplacianScheme created on freestore.
Definition at line 45 of file laplacianScheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, Foam::Info, and mesh.
Referenced by laplacianScheme< Type, GType >::laplacianScheme().
const fvMesh& mesh | ( | ) | const [inline]
|
Return mesh reference.
Definition at line 167 of file laplacianScheme.H.
References laplacianScheme< Type, GType >::mesh_.
virtual tmp<fvMatrix<Type> > fvmLaplacian | ( | const GeometricField< GType, fvsPatchField, surfaceMesh > & | , |
GeometricField< Type, fvPatchField, volMesh > & | |||
) | [pure virtual]
|
Implemented in gaussLaplacianScheme< Type, GType >.
Referenced by Foam::fvm::laplacian().
tmp< fvMatrix< Type > > fvmLaplacian | ( | const GeometricField< GType, fvPatchField, volMesh > & | gamma, |
GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | [virtual]
|
Definition at line 102 of file laplacianScheme.C.
References Foam::interpolate().
virtual tmp<GeometricField<Type, fvPatchField, volMesh> > fvcLaplacian | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | [pure virtual]
|
Implemented in gaussLaplacianScheme< Type, GType >.
Referenced by Foam::fvc::laplacian().
virtual tmp<GeometricField<Type, fvPatchField, volMesh> > fvcLaplacian | ( | const GeometricField< GType, fvsPatchField, surfaceMesh > & | , |
const GeometricField< Type, fvPatchField, volMesh > & | |||
) | [pure virtual]
|
Implemented in gaussLaplacianScheme< Type, GType >.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcLaplacian | ( | const GeometricField< GType, fvPatchField, volMesh > & | gamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) | [virtual]
|
Definition at line 114 of file laplacianScheme.C.
References Foam::interpolate().
Definition at line 75 of file laplacianScheme.H.
Referenced by laplacianScheme< Type, GType >::mesh().
tmp<surfaceInterpolationScheme<GType> > tinterpGammaScheme_ [protected]
|
Definition at line 76 of file laplacianScheme.H.
Referenced by laplacianScheme< Type, GType >::laplacianScheme().
tmp<snGradScheme<Type> > tsnGradScheme_ [protected]
|
Definition at line 77 of file laplacianScheme.H.
Referenced by laplacianScheme< Type, GType >::laplacianScheme().