Abstract base class for d2dt2 schemes. More...
#include <faD2dt2Scheme.H>


Public Member Functions | |
| virtual const word & | type () const =0 |
| Runtime type information. | |
| declareRunTimeSelectionTable (tmp, faD2dt2Scheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| faD2dt2Scheme (const faD2dt2Scheme &)=delete | |
| No copy construct. | |
| void | operator= (const faD2dt2Scheme &)=delete |
| No copy assignment. | |
| faD2dt2Scheme (const faMesh &mesh) | |
| Construct from mesh. | |
| faD2dt2Scheme (const faMesh &mesh, Istream &) | |
| Construct from mesh and Istream. | |
| virtual | ~faD2dt2Scheme () |
| Destructor. | |
| const faMesh & | mesh () const noexcept |
| Return mesh reference. | |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facD2dt2 (const dimensioned< Type >)=0 |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facD2dt2 (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facD2dt2 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facD2dt2 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| virtual tmp< faMatrix< Type > > | famD2dt2 (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| virtual tmp< faMatrix< Type > > | famD2dt2 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| virtual tmp< faMatrix< Type > > | famD2dt2 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
| 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< faD2dt2Scheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
| Return a pointer to a new d2dt2Scheme created on freestore. | |
Protected Attributes | |
| const faMesh & | mesh_ |
| Reference to mesh. | |
Abstract base class for d2dt2 schemes.
Definition at line 61 of file faD2dt2Scheme.H.
|
delete |
No copy construct.
References faD2dt2Scheme().
Referenced by declareRunTimeSelectionTable(), EulerFaD2dt2Scheme< Type >::EulerFaD2dt2Scheme(), EulerFaD2dt2Scheme< Type >::EulerFaD2dt2Scheme(), faD2dt2Scheme(), and operator=().


|
inline |
Construct from mesh.
Definition at line 113 of file faD2dt2Scheme.H.

Construct from mesh and Istream.
Definition at line 121 of file faD2dt2Scheme.H.

|
virtual |
Destructor.
Definition at line 80 of file faD2dt2Scheme.C.
|
pure virtual |
Runtime type information.
|
delete |
|
static |
Return a pointer to a new d2dt2Scheme created on freestore.
Definition at line 37 of file faD2dt2Scheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, mesh(), and Foam::nl.
Referenced by Foam::fac::d2dt2(), Foam::fac::d2dt2(), Foam::fac::d2dt2(), Foam::fac::d2dt2(), Foam::fam::d2dt2(), Foam::fam::d2dt2(), and Foam::fam::d2dt2().


|
inlinenoexcept |
Return mesh reference.
Definition at line 150 of file faD2dt2Scheme.H.
References mesh_, and Foam::noexcept.
Referenced by declareRunTimeSelectionTable(), faD2dt2Scheme(), faD2dt2Scheme(), EulerFaD2dt2Scheme< Type >::mesh(), and New().

|
pure virtual |
Implemented in EulerFaD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerFaD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerFaD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerFaD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerFaD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerFaD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerFaD2dt2Scheme< Type >.
|
protected |
Reference to mesh.
Definition at line 72 of file faD2dt2Scheme.H.
Referenced by faD2dt2Scheme(), faD2dt2Scheme(), and mesh().