First-order Euler implicit d2dt2 using the current and two previous time-step values. More...
#include <EulerD2dt2Scheme.H>


Public Member Functions | |
| TypeName ("Euler") | |
| Runtime type information. | |
| EulerD2dt2Scheme (const fvMesh &mesh) | |
| Construct from mesh. | |
| EulerD2dt2Scheme (const fvMesh &mesh, Istream &is) | |
| Construct from mesh and Istream. | |
| const fvMesh & | mesh () const |
| Return mesh reference. | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcD2dt2 (const GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcD2dt2 (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmD2dt2 (const GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmD2dt2 (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmD2dt2 (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) |
| Public Member Functions inherited from d2dt2Scheme< Type > | |
| virtual const word & | type () const =0 |
| Runtime type information. | |
| declareRunTimeSelectionTable (tmp, d2dt2Scheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| d2dt2Scheme (const fvMesh &mesh) | |
| Construct from mesh. | |
| d2dt2Scheme (const fvMesh &mesh, Istream &) | |
| Construct from mesh and Istream. | |
| virtual | ~d2dt2Scheme ()=default |
| Destructor. | |
| const fvMesh & | mesh () const |
| Return mesh reference. | |
| 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. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from d2dt2Scheme< Type > | |
| static tmp< d2dt2Scheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
| Return a pointer to a new d2dt2Scheme created on freestore. | |
| Protected Member Functions inherited from d2dt2Scheme< Type > | |
| d2dt2Scheme (const d2dt2Scheme &)=delete | |
| No copy construct. | |
| void | operator= (const d2dt2Scheme &)=delete |
| No copy assignment. | |
| Protected Attributes inherited from d2dt2Scheme< Type > | |
| const fvMesh & | mesh_ |
First-order Euler implicit d2dt2 using the current and two previous time-step values.
Definition at line 53 of file EulerD2dt2Scheme.H.
|
inline |
Construct from mesh.
Definition at line 83 of file EulerD2dt2Scheme.H.
References d2dt2Scheme< Type >::d2dt2Scheme(), and mesh().

Construct from mesh and Istream.
Definition at line 91 of file EulerD2dt2Scheme.H.
References d2dt2Scheme< Type >::d2dt2Scheme(), and mesh().

| TypeName | ( | "Euler" | ) |
Runtime type information.
|
inline |
Return mesh reference.
Definition at line 102 of file EulerD2dt2Scheme.H.
References d2dt2Scheme< Type >::mesh().
Referenced by EulerD2dt2Scheme(), EulerD2dt2Scheme(), fvcD2dt2(), and fvcD2dt2().


|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 39 of file EulerD2dt2Scheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), mesh(), mesh, IOobject::name(), IOobjectOption::NO_READ, IOobjectOption::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::oldTime(), GeometricField< Type, PatchField, GeoMesh >::primitiveField(), Foam::sqr(), timeName, and dimensioned< Type >::value().

|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 116 of file EulerD2dt2Scheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), mesh(), mesh, IOobject::name(), IOobjectOption::NO_READ, IOobjectOption::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::oldTime(), GeometricField< Type, PatchField, GeoMesh >::primitiveField(), rho, Foam::sqr(), timeName, and dimensioned< Type >::value().

|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 231 of file EulerD2dt2Scheme.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), tmp< T >::ref(), and Foam::sqr().

|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 290 of file EulerD2dt2Scheme.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), tmp< T >::ref(), rho, and Foam::sqr().

|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 350 of file EulerD2dt2Scheme.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), tmp< T >::ref(), rho, and Foam::sqr().
