Abstract base class for laplacian schemes. More...
#include <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 ()=default |
| Destructor. | |
| const fvMesh & | mesh () const |
| Return mesh reference. | |
| virtual tmp< fvMatrix< Type > > | fvmLaplacian (const GeometricField< GType, fvsPatchField, surfaceMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
| virtual tmp< fvMatrix< Type > > | fvmLaplacian (const GeometricField< GType, fvPatchField, volMesh > &, const 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 > &) |
| Public Member Functions inherited from refCount | |
| constexpr | refCount () noexcept |
| Default construct, initializing count to 0. | |
| int | use_count () const noexcept |
| Return the current reference count. | |
| bool | unique () const noexcept |
| Return true if the reference count is zero. | |
| void | operator++ () noexcept |
| Increment the reference count. | |
| void | operator++ (int) noexcept |
| Increment the reference count. | |
| void | operator-- () noexcept |
| Decrement the reference count. | |
| void | operator-- (int) noexcept |
| Decrement the reference count. | |
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 &)=delete | |
| No copy construct. | |
| void | operator= (const laplacianScheme &)=delete |
| No copy assignment. | |
Protected Attributes | |
| const fvMesh & | mesh_ |
| tmp< surfaceInterpolationScheme< GType > > | tinterpGammaScheme_ |
| tmp< snGradScheme< Type > > | tsnGradScheme_ |
Abstract base class for laplacian schemes.
Definition at line 65 of file laplacianScheme.H.
|
protecteddelete |
No copy construct.
Referenced by fusedGaussLaplacianScheme< Type, GType >::fusedGaussLaplacianScheme(), fusedGaussLaplacianScheme< Type, GType >::fusedGaussLaplacianScheme(), fusedGaussLaplacianScheme< Type, GType >::fusedGaussLaplacianScheme(), gaussLaplacianScheme< Type, GType >::gaussLaplacianScheme(), gaussLaplacianScheme< Type, GType >::gaussLaplacianScheme(), gaussLaplacianScheme< Type, GType >::gaussLaplacianScheme(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::relaxedNonOrthoGaussLaplacianScheme(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::relaxedNonOrthoGaussLaplacianScheme(), and relaxedNonOrthoGaussLaplacianScheme< Type, GType >::relaxedNonOrthoGaussLaplacianScheme().

|
inline |
Construct from mesh.
Definition at line 116 of file laplacianScheme.H.
Construct from mesh and Istream.
Definition at line 126 of file laplacianScheme.H.
|
inline |
Construct from mesh, interpolation and snGradScheme schemes.
Definition at line 152 of file laplacianScheme.H.
|
virtualdefault |
Destructor.
|
protecteddelete |
No copy assignment.
|
pure virtual |
Runtime type information.
| declareRunTimeSelectionTable | ( | tmp | , |
| laplacianScheme< Type, GType > | , | ||
| Istream | , | ||
| (const fvMesh &mesh, Istream &schemeData) | , | ||
| (mesh, schemeData) | ) |
|
static |
Return a pointer to a new laplacianScheme created on freestore.
Definition at line 37 of file laplacianScheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, and mesh().
Referenced by Foam::fvc::laplacian(), Foam::fvc::laplacian(), Foam::fvc::laplacian(), Foam::fvm::laplacian(), and Foam::fvm::laplacian().


|
inline |
Return mesh reference.
Definition at line 188 of file laplacianScheme.H.
Referenced by fusedGaussLaplacianScheme< Type, GType >::fusedGaussLaplacianScheme(), fusedGaussLaplacianScheme< Type, GType >::fusedGaussLaplacianScheme(), fusedGaussLaplacianScheme< Type, GType >::fusedGaussLaplacianScheme(), fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), gaussLaplacianScheme< Type, GType >::fvcLaplacian(), gaussLaplacianScheme< Type, GType >::fvcLaplacian(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::fvcLaplacian(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvmLaplacian(), gaussLaplacianScheme< Type, GType >::fvmLaplacian(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::fvmLaplacian(), gaussLaplacianScheme< Type, GType >::gaussLaplacianScheme(), gaussLaplacianScheme< Type, GType >::gaussLaplacianScheme(), gaussLaplacianScheme< Type, GType >::gaussLaplacianScheme(), New(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::relaxedNonOrthoGaussLaplacianScheme(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::relaxedNonOrthoGaussLaplacianScheme(), and relaxedNonOrthoGaussLaplacianScheme< Type, GType >::relaxedNonOrthoGaussLaplacianScheme().

|
pure virtual |
Implemented in fusedGaussLaplacianScheme< Type, GType >, gaussLaplacianScheme< Type, GType >, and relaxedNonOrthoGaussLaplacianScheme< Type, GType >.
Referenced by fvmLaplacian().

|
virtual |
Reimplemented in fusedGaussLaplacianScheme< Type, GType >.
Definition at line 80 of file laplacianScheme.C.
References fvmLaplacian(), gamma, Foam::interpolate(), and tinterpGammaScheme_.

|
pure virtual |
Implemented in fusedGaussLaplacianScheme< Type, GType >, gaussLaplacianScheme< Type, GType >, and relaxedNonOrthoGaussLaplacianScheme< Type, GType >.
Referenced by fvcLaplacian().

|
pure virtual |
|
virtual |
Reimplemented in fusedGaussLaplacianScheme< Type, GType >.
Definition at line 92 of file laplacianScheme.C.
References fvcLaplacian(), gamma, Foam::interpolate(), and tinterpGammaScheme_.

|
protected |
Definition at line 73 of file laplacianScheme.H.
|
protected |
Definition at line 74 of file laplacianScheme.H.
Referenced by fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvmLaplacian(), and fvmLaplacian().
|
protected |
Definition at line 75 of file laplacianScheme.H.
Referenced by fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvcLaplacian(), gaussLaplacianScheme< Type, GType >::fvcLaplacian(), gaussLaplacianScheme< Type, GType >::fvcLaplacian(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::fvcLaplacian(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::fvcLaplacian(), fusedGaussLaplacianScheme< Type, GType >::fvmLaplacian(), gaussLaplacianScheme< Type, GType >::fvmLaplacian(), and relaxedNonOrthoGaussLaplacianScheme< Type, GType >::fvmLaplacian().