Abstract base class for finite area calculus laplacian schemes. More...
#include <faLaplacianScheme.H>


Public Member Functions | |
| declareRunTimeSelectionTable (tmp, laplacianScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| laplacianScheme (const laplacianScheme &)=delete | |
| No copy construct. | |
| void | operator= (const laplacianScheme &)=delete |
| No copy assignment. | |
| laplacianScheme (const faMesh &mesh) | |
| Construct from mesh. | |
| laplacianScheme (const faMesh &mesh, Istream &is) | |
| Construct from mesh and Istream. | |
| virtual | ~laplacianScheme () |
| Destructor. | |
| const faMesh & | mesh () const |
| Return mesh reference. | |
| virtual tmp< faMatrix< Type > > | famLaplacian (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| virtual tmp< faMatrix< Type > > | famLaplacian (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facLaplacian (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facLaplacian (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facLaplacian (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) |
| 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 > > | New (const faMesh &mesh, Istream &schemeData) |
| Return a pointer to a new laplacianScheme created on freestore. | |
Protected Attributes | |
| const faMesh & | mesh_ |
| tmp< edgeInterpolationScheme< scalar > > | tinterpGammaScheme_ |
| tmp< lnGradScheme< Type > > | tlnGradScheme_ |
Abstract base class for finite area calculus laplacian schemes.
Definition at line 60 of file faLaplacianScheme.H.
|
delete |
No copy construct.
References laplacianScheme().
Referenced by declareRunTimeSelectionTable(), gaussLaplacianScheme< Type >::gaussLaplacianScheme(), gaussLaplacianScheme< Type >::gaussLaplacianScheme(), laplacianScheme(), and operator=().


|
inline |
Construct from mesh.
Definition at line 106 of file faLaplacianScheme.H.
References mesh(), mesh_, tinterpGammaScheme_, and tlnGradScheme_.

Construct from mesh and Istream.
Definition at line 116 of file faLaplacianScheme.H.
References IOstream::eof(), mesh(), and mesh_.

|
virtual |
Destructor.
Definition at line 81 of file faLaplacianScheme.C.
|
delete |
|
static |
Return a pointer to a new laplacianScheme created on freestore.
Definition at line 37 of file faLaplacianScheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, mesh(), and Foam::nl.
Referenced by Foam::fac::laplacian(), Foam::fac::laplacian(), and Foam::fam::laplacian().


|
inline |
Return mesh reference.
Definition at line 170 of file faLaplacianScheme.H.
References mesh_.
Referenced by declareRunTimeSelectionTable(), gaussLaplacianScheme< Type >::gaussLaplacianScheme(), gaussLaplacianScheme< Type >::gaussLaplacianScheme(), laplacianScheme(), laplacianScheme(), and New().

|
pure virtual |
Implemented in gaussLaplacianScheme< Type >.
Referenced by famLaplacian().

|
virtual |
Definition at line 89 of file faLaplacianScheme.C.
References famLaplacian(), gamma, Foam::interpolate(), and tinterpGammaScheme_.

|
pure virtual |
Implemented in gaussLaplacianScheme< Type >.
Referenced by facLaplacian().

|
pure virtual |
Implemented in gaussLaplacianScheme< Type >.
|
virtual |
Definition at line 101 of file faLaplacianScheme.C.
References facLaplacian(), gamma, Foam::interpolate(), and tinterpGammaScheme_.

|
protected |
Definition at line 68 of file faLaplacianScheme.H.
Referenced by laplacianScheme(), laplacianScheme(), and mesh().
|
protected |
Definition at line 70 of file faLaplacianScheme.H.
Referenced by facLaplacian(), famLaplacian(), and laplacianScheme().
|
protected |
Definition at line 71 of file faLaplacianScheme.H.
Referenced by gaussLaplacianScheme< Type >::facLaplacian(), gaussLaplacianScheme< Type >::facLaplacian(), gaussLaplacianScheme< Type >::famLaplacian(), and laplacianScheme().