Abstract base class for Lagrangian ddt schemes. More...


Public Member Functions | |
| TypeName ("ddtScheme") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (tmp, ddtScheme, Istream,(const LagrangianMesh &mesh, Istream &is),(mesh, is)) | |
| Declare run-time constructor selection tables. More... | |
| ddtScheme (const LagrangianMesh &mesh) | |
| Construct from a mesh. More... | |
| ddtScheme (const LagrangianMesh &mesh, Istream &) | |
| Construct from a mesh and a stream. More... | |
| ddtScheme (const ddtScheme &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~ddtScheme () |
| Destructor. More... | |
| const LagrangianMesh & | mesh () const |
| Return mesh reference. More... | |
| virtual bool | LagrangianmInitDdt (const dimensionSet &mDims, const LagrangianSubSubField< Type > &psi, const bool instantaneousDdt)=0 |
| Initialise time-derivative information. More... | |
| virtual tmp< LagrangianEqn< Type > > | LagrangianmNoDdt (const LagrangianSubScalarField &deltaT, const dimensionSet &mDims, const LagrangianSubSubField< Type > &psi)=0 |
| Return the no-time-derivative matrix. More... | |
| virtual tmp< LagrangianEqn< Type > > | LagrangianmDdt (const LagrangianSubScalarField &deltaT, LagrangianSubSubField< Type > &psi)=0 |
| Return the time-derivative matrix. More... | |
| virtual tmp< LagrangianEqn< Type > > | LagrangianmDdt (const LagrangianSubScalarField &deltaT, const LagrangianSubScalarSubField &m, LagrangianSubSubField< Type > &psi)=0 |
| Return the time-derivative matrix. More... | |
| virtual tmp< LagrangianSubField< Type > > | LagrangiancDdt (const LagrangianSubSubField< Type > &psi)=0 |
| Return the instantaneous time-derivative. More... | |
| virtual tmp< LagrangianSubField< Type > > | LagrangiancDdt (const LagrangianSubScalarSubField &m, const LagrangianSubSubField< Type > &psi)=0 |
| Return the instantaneous time-derivative. More... | |
| void | operator= (const ddtScheme &)=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... | |
| void | operator= (const refCount &)=delete |
| Disallow bitwise assignment. More... | |
Static Public Member Functions | |
| static tmp< ddtScheme< Type > > | New (const LagrangianMesh &mesh, Istream &is) |
| Return a pointer to a new ddtScheme. More... | |
| static tmp< LagrangianEqn< Type > > | Lagrangianmddt (const LagrangianSubScalarField &deltaT, const LagrangianSubSubField< Type > &psi) |
| Return the time-derivative matrix. More... | |
| static tmp< LagrangianEqn< Type > > | Lagrangianmddt (const LagrangianSubScalarField &deltaT, const LagrangianSubScalarSubField &m, const LagrangianSubSubField< Type > &psi) |
| Return the time-derivative matrix. More... | |
| static tmp< LagrangianEqn< Type > > | Lagrangianmddt0 (const LagrangianSubScalarField &deltaT, const LagrangianSubSubField< Type > &psi) |
| Return the explicit/forward time-derivative matrix. More... | |
| static tmp< LagrangianEqn< Type > > | Lagrangianmddt0 (const LagrangianSubScalarField &deltaT, const LagrangianSubScalarSubField &m, const LagrangianSubSubField< Type > &psi) |
| Return the explicit/forward time-derivative matrix. More... | |
Protected Attributes | |
| const LagrangianMesh & | mesh_ |
| Reference to the mesh. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from refCount | |
| refCount () | |
| Construct null initialising count to 0. More... | |
| refCount (const refCount &)=delete | |
| Disallow copy. More... | |
Abstract base class for Lagrangian ddt schemes.
Definition at line 62 of file LagrangianDdtScheme.H.
|
inline |
Construct from a mesh.
Definition at line 94 of file LagrangianDdtScheme.H.
|
inline |
Construct from a mesh and a stream.
Definition at line 100 of file LagrangianDdtScheme.H.
|
virtual |
Destructor.
Definition at line 69 of file LagrangianDdtScheme.C.
| TypeName | ( | "ddtScheme< Type >" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | tmp | , |
| ddtScheme< Type > | , | ||
| Istream | , | ||
| (const LagrangianMesh &mesh, Istream &is) | , | ||
| (mesh, is) | |||
| ) |
Declare run-time constructor selection tables.
|
static |
Return a pointer to a new ddtScheme.
Definition at line 33 of file LagrangianDdtScheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, mesh, and Foam::nl.

|
inline |
Return mesh reference.
Definition at line 126 of file LagrangianDdtScheme.H.
References ddtScheme< Type >::mesh_.
|
pure virtual |
Initialise time-derivative information.
Implemented in Euler< Type >, and CrankNicolson< Type >.
|
pure virtual |
Return the no-time-derivative matrix.
Implemented in Euler< Type >, and CrankNicolson< Type >.
|
pure virtual |
Return the time-derivative matrix.
Implemented in Euler< Type >, and CrankNicolson< Type >.
|
pure virtual |
Return the time-derivative matrix.
Implemented in Euler< Type >, and CrankNicolson< Type >.
|
pure virtual |
Return the instantaneous time-derivative.
Implemented in Euler< Type >, and CrankNicolson< Type >.
|
pure virtual |
Return the instantaneous time-derivative.
Implemented in Euler< Type >, and CrankNicolson< Type >.
|
static |
Return the time-derivative matrix.
Definition at line 77 of file LagrangianDdtScheme.C.
References psi, and tmp< T >::ref().

|
static |
Return the time-derivative matrix.
Definition at line 94 of file LagrangianDdtScheme.C.
References OldTimeField< FieldType >::oldTime(), psi, and tmp< T >::ref().

|
static |
Return the explicit/forward time-derivative matrix.
Definition at line 112 of file LagrangianDdtScheme.C.
References psi, and tmp< T >::ref().

|
static |
Return the explicit/forward time-derivative matrix.
Definition at line 128 of file LagrangianDdtScheme.C.
References OldTimeField< FieldType >::oldTime(), psi, and tmp< T >::ref().

|
delete |
Disallow default bitwise assignment.
|
protected |
Reference to the mesh.
Definition at line 71 of file LagrangianDdtScheme.H.
Referenced by ddtScheme< Type >::mesh().