First-order Euler implicit d2dt2 using the current and two previous time-step values. More...
Public Member Functions | |
TypeName ("Euler") | |
Runtime type information. More... | |
EulerD2dt2Scheme (const fvMesh &mesh) | |
Construct from mesh. More... | |
EulerD2dt2Scheme (const fvMesh &mesh, Istream &is) | |
Construct from mesh and Istream. More... | |
EulerD2dt2Scheme (const EulerD2dt2Scheme &)=delete | |
Disallow default bitwise copy construction. More... | |
const fvMesh & | mesh () const |
Return mesh reference. More... | |
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 > &) |
void | operator= (const EulerD2dt2Scheme &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from d2dt2Scheme< Type > | |
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... | |
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... | |
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. More... | |
Protected Member Functions inherited from refCount | |
refCount () | |
Construct null initialising count to 0. More... | |
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 55 of file EulerD2dt2Scheme.H.
|
inline |
Construct from mesh.
Definition at line 68 of file EulerD2dt2Scheme.H.
Referenced by EulerD2dt2Scheme< Type >::EulerD2dt2Scheme().
|
inline |
Construct from mesh and Istream.
Definition at line 74 of file EulerD2dt2Scheme.H.
References EulerD2dt2Scheme< Type >::EulerD2dt2Scheme().
|
delete |
Disallow default bitwise copy construction.
TypeName | ( | "Euler" | ) |
Runtime type information.
|
inline |
Return mesh reference.
Definition at line 86 of file EulerD2dt2Scheme.H.
References EulerD2dt2Scheme< Type >::fvcD2dt2(), EulerD2dt2Scheme< Type >::fvmD2dt2(), d2dt2Scheme< Type >::mesh(), and EulerD2dt2Scheme< Type >::operator=().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 45 of file EulerD2dt2Scheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), mesh, IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::New(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::sqr(), and dimensioned< Type >::value().
Referenced by EulerD2dt2Scheme< Type >::mesh().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 109 of file EulerD2dt2Scheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), EulerD2dt2Scheme< Type >::fvmD2dt2(), mesh, IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::New(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), rho, Foam::sqr(), and dimensioned< Type >::value().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 210 of file EulerD2dt2Scheme.C.
References lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), tmp< T >::ref(), fvMatrix< Type >::source(), and Foam::sqr().
Referenced by EulerD2dt2Scheme< Type >::fvcD2dt2(), EulerD2dt2Scheme< Type >::fvmD2dt2(), and EulerD2dt2Scheme< Type >::mesh().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 269 of file EulerD2dt2Scheme.C.
References lduMatrix::diag(), dimensioned< Type >::dimensions(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, EulerD2dt2Scheme< Type >::fvmD2dt2(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), tmp< T >::ref(), fvMatrix< Type >::source(), Foam::sqr(), and dimensioned< Type >::value().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 329 of file EulerD2dt2Scheme.C.
References lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), GeometricField< Type, PatchField, GeoMesh >::primitiveField(), tmp< T >::ref(), fvMatrix< Type >::source(), and Foam::sqr().
|
delete |
Disallow default bitwise assignment.
Referenced by EulerD2dt2Scheme< Type >::mesh().