Abstract base class for finite volume d2dt2 schemes. More...
Public Member Functions | |
virtual const word & | type () const =0 |
declareRunTimeSelectionTable (tmp, d2dt2Scheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
d2dt2Scheme (const fvMesh &mesh) | |
d2dt2Scheme (const fvMesh &mesh, Istream &) | |
virtual | ~d2dt2Scheme ()=default |
const fvMesh & | mesh () const |
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 |
![]() | |
constexpr | refCount () noexcept |
int | count () const noexcept |
bool | unique () const noexcept |
void | operator++ () noexcept |
void | operator++ (int) noexcept |
void | operator-- () noexcept |
void | operator-- (int) noexcept |
Static Public Member Functions | |
static tmp< d2dt2Scheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Protected Member Functions | |
d2dt2Scheme (const d2dt2Scheme &)=delete | |
void | operator= (const d2dt2Scheme &)=delete |
Protected Attributes | |
const fvMesh & | mesh_ |
Abstract base class for finite volume d2dt2 schemes.
Definition at line 62 of file d2dt2Scheme.H.
|
protecteddelete |
|
inline |
Definition at line 104 of file d2dt2Scheme.H.
|
inline |
Definition at line 110 of file d2dt2Scheme.H.
|
virtualdefault |
|
protecteddelete |
|
pure virtual |
declareRunTimeSelectionTable | ( | tmp | , |
d2dt2Scheme< Type > | , | ||
Istream | , | ||
(const fvMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
|
static |
Definition at line 39 of file d2dt2Scheme.C.
References Foam::expressions::patchExpr::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, and mesh.
Referenced by Foam::fvc::d2dt2(), and Foam::fvm::d2dt2().
|
inline |
Definition at line 133 of file d2dt2Scheme.H.
References d2dt2Scheme< Type >::mesh_.
Referenced by steadyStateD2dt2Scheme< Type >::mesh(), and EulerD2dt2Scheme< Type >::mesh().
|
pure virtual |
Implemented in EulerD2dt2Scheme< Type >, and steadyStateD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerD2dt2Scheme< Type >, and steadyStateD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerD2dt2Scheme< Type >, and steadyStateD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerD2dt2Scheme< Type >, and steadyStateD2dt2Scheme< Type >.
|
pure virtual |
Implemented in EulerD2dt2Scheme< Type >, and steadyStateD2dt2Scheme< Type >.
|
protected |
Definition at line 71 of file d2dt2Scheme.H.
Referenced by d2dt2Scheme< Type >::mesh().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.