|
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.
|
virtual | ~laplacianScheme () |
const fvMesh & | mesh () 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 fvMesh & | mesh_ |
tmp< surfaceInterpolationScheme<
scalar > > | tinterpGammaScheme_ |
tmp< surfaceInterpolationScheme<
tensor > > | tinterpTensorGammaScheme_ |
tmp< snGradScheme< Type > > | tsnGradScheme_ |