Public Member Functions | |
virtual const word & | type () const =0 |
Runtime type information. More... | |
declareRunTimeSelectionTable (tmp, faDdtScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
faDdtScheme (const faMesh &mesh) | |
Construct from mesh. More... | |
faDdtScheme (const faMesh &mesh, Istream &) | |
Construct from mesh and Istream. More... | |
virtual | ~faDdtScheme () |
Destructor. More... | |
const faMesh & | mesh () const |
Return mesh reference. More... | |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt (const dimensioned< Type >)=0 |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt0 (const dimensioned< Type >)=0 |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt0 (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt0 (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDdt0 (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
virtual tmp< faMatrix< Type > > | famDdt (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
virtual tmp< faMatrix< Type > > | famDdt (const dimensionedScalar &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
virtual tmp< faMatrix< Type > > | famDdt (const areaScalarField &, const GeometricField< Type, faPatchField, areaMesh > &)=0 |
![]() | |
constexpr | refCount () noexcept |
Default construct, initializing count to 0. More... | |
int | count () const noexcept |
Return the current reference count. More... | |
bool | unique () const noexcept |
Return true if the reference count is zero. More... | |
void | operator++ () noexcept |
Increment the reference count. More... | |
void | operator++ (int) noexcept |
Increment the reference count. More... | |
void | operator-- () noexcept |
Decrement the reference count. More... | |
void | operator-- (int) noexcept |
Decrement the reference count. More... | |
Static Public Member Functions | |
static tmp< faDdtScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
Return a pointer to a new faDdtScheme created on freestore. More... | |
Protected Member Functions | |
faDdtScheme (const faDdtScheme &)=delete | |
No copy construct. More... | |
void | operator= (const faDdtScheme &)=delete |
No copy assignment. More... | |
Protected Attributes | |
const faMesh & | mesh_ |
Definition at line 66 of file faDdtScheme.H.
|
protecteddelete |
No copy construct.
|
inline |
Construct from mesh.
Definition at line 108 of file faDdtScheme.H.
|
inline |
Construct from mesh and Istream.
Definition at line 114 of file faDdtScheme.H.
|
virtual |
Destructor.
Definition at line 89 of file faDdtScheme.C.
|
protecteddelete |
No copy assignment.
|
pure virtual |
Runtime type information.
declareRunTimeSelectionTable | ( | tmp | , |
faDdtScheme< Type > | , | ||
Istream | , | ||
(const faMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
|
static |
Return a pointer to a new faDdtScheme created on freestore.
Definition at line 46 of file faDdtScheme.C.
Referenced by Foam::fac::ddt(), and Foam::fam::ddt().
|
inline |
Return mesh reference.
Definition at line 137 of file faDdtScheme.H.
Referenced by steadyStateFaDdtScheme< Type >::mesh(), EulerFaDdtScheme< Type >::mesh(), backwardFaDdtScheme< Type >::mesh(), and boundedBackwardFaDdtScheme::mesh().
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in backwardFaDdtScheme< Type >, EulerFaDdtScheme< Type >, and steadyStateFaDdtScheme< Type >.
|
pure virtual |
Implemented in backwardFaDdtScheme< Type >, EulerFaDdtScheme< Type >, and steadyStateFaDdtScheme< Type >.
|
pure virtual |
Implemented in backwardFaDdtScheme< Type >, EulerFaDdtScheme< Type >, and steadyStateFaDdtScheme< Type >.
|
pure virtual |
Implemented in backwardFaDdtScheme< Type >, EulerFaDdtScheme< Type >, and steadyStateFaDdtScheme< Type >.
|
pure virtual |
Implemented in backwardFaDdtScheme< Type >, EulerFaDdtScheme< Type >, and steadyStateFaDdtScheme< Type >.
|
pure virtual |
Implemented in backwardFaDdtScheme< Type >, EulerFaDdtScheme< Type >, and steadyStateFaDdtScheme< Type >.
|
pure virtual |
Implemented in backwardFaDdtScheme< Type >, EulerFaDdtScheme< Type >, and steadyStateFaDdtScheme< Type >.
|
pure virtual |
Implemented in backwardFaDdtScheme< Type >, EulerFaDdtScheme< Type >, and steadyStateFaDdtScheme< Type >.
|
pure virtual |
Implemented in backwardFaDdtScheme< Type >, EulerFaDdtScheme< Type >, and steadyStateFaDdtScheme< Type >.
|
protected |
Definition at line 75 of file faDdtScheme.H.
Referenced by faDdtScheme< scalar >::mesh().