Abstract base class for d2dt2 schemes. More...
Public Member Functions | |
virtual const word & | type () const =0 |
Runtime type information. More... | |
declareRunTimeSelectionTable (tmp, d2dt2Scheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
d2dt2Scheme (const fvMesh &mesh) | |
Construct from mesh. More... | |
d2dt2Scheme (const fvMesh &mesh, Istream &) | |
Construct from mesh and Istream. More... | |
d2dt2Scheme (const d2dt2Scheme &) | |
Disallow default bitwise copy construction. More... | |
virtual | ~d2dt2Scheme () |
Destructor. More... | |
const fvMesh & | mesh () const |
Return mesh reference. More... | |
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcD2dt2 (const GeometricField< Type, fvPatchField, volMesh > &)=0 |
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcD2dt2 (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
virtual tmp< fvMatrix< Type > > | fvmD2dt2 (const GeometricField< Type, fvPatchField, volMesh > &)=0 |
virtual tmp< fvMatrix< Type > > | fvmD2dt2 (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
virtual tmp< fvMatrix< Type > > | fvmD2dt2 (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &)=0 |
void | operator= (const d2dt2Scheme &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from refCount | |
int | count () const |
Return the current reference count. More... | |
bool | unique () const |
Return true if the reference count is zero. More... | |
void | operator++ () |
Increment the reference count. More... | |
void | operator++ (int) |
Increment the reference count. More... | |
void | operator-- () |
Decrement the reference count. More... | |
void | operator-- (int) |
Decrement the reference count. More... | |
Static Public Member Functions | |
static tmp< d2dt2Scheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Return a pointer to a new d2dt2Scheme created on freestore. More... | |
Protected Attributes | |
const fvMesh & | mesh_ |
Additional Inherited Members | |
Protected Member Functions inherited from refCount | |
refCount () | |
Construct null initialising count to 0. More... | |
Abstract base class for d2dt2 schemes.
Definition at line 64 of file d2dt2Scheme.H.
|
inline |
Construct from mesh.
Definition at line 97 of file d2dt2Scheme.H.
Referenced by d2dt2Scheme< Type >::d2dt2Scheme().
|
inline |
Construct from mesh and Istream.
Definition at line 103 of file d2dt2Scheme.H.
References d2dt2Scheme< Type >::d2dt2Scheme(), d2dt2Scheme< Type >::New(), and d2dt2Scheme< Type >::~d2dt2Scheme().
d2dt2Scheme | ( | const d2dt2Scheme< Type > & | ) |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 90 of file d2dt2Scheme.C.
Referenced by d2dt2Scheme< Type >::d2dt2Scheme().
|
pure virtual |
Runtime type information.
declareRunTimeSelectionTable | ( | tmp | , |
d2dt2Scheme< Type > | , | ||
Istream | , | ||
(const fvMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
|
static |
Return a pointer to a new d2dt2Scheme created on freestore.
Definition at line 46 of file d2dt2Scheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, InfoInFunction, mesh, and Foam::nl.
Referenced by Foam::fvc::d2dt2(), Foam::fvm::d2dt2(), and d2dt2Scheme< Type >::d2dt2Scheme().
|
inline |
Return mesh reference.
Definition at line 129 of file d2dt2Scheme.H.
References d2dt2Scheme< Type >::fvcD2dt2(), d2dt2Scheme< Type >::fvmD2dt2(), d2dt2Scheme< Type >::mesh_, and d2dt2Scheme< Type >::operator=().
Referenced by steadyStateD2dt2Scheme< Type >::mesh(), and EulerD2dt2Scheme< Type >::mesh().
|
pure virtual |
Implemented in EulerD2dt2Scheme< Type >, and steadyStateD2dt2Scheme< Type >.
Referenced by d2dt2Scheme< Type >::mesh().
|
pure virtual |
Implemented in EulerD2dt2Scheme< Type >, and steadyStateD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerD2dt2Scheme< Type >, and steadyStateD2dt2Scheme< Type >.
Referenced by d2dt2Scheme< Type >::mesh().
|
pure virtual |
Implemented in EulerD2dt2Scheme< Type >, and steadyStateD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerD2dt2Scheme< Type >, and steadyStateD2dt2Scheme< Type >.
|
delete |
Disallow default bitwise assignment.
Referenced by d2dt2Scheme< Type >::mesh().
|
protected |
Definition at line 73 of file d2dt2Scheme.H.
Referenced by d2dt2Scheme< Type >::mesh().