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... | |
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 > &) |
![]() | |
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... | |
virtual | ~d2dt2Scheme () |
Destructor. More... | |
const fvMesh & | mesh () const |
Return mesh reference. More... | |
![]() | |
refCount () | |
Construct null with zero count. More... | |
int | count () const |
Return the reference count. More... | |
bool | okToDelete () const |
Return true if the reference count is zero. More... | |
void | resetRefCount () |
Reset the reference count to 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... | |
Private Member Functions | |
EulerD2dt2Scheme (const EulerD2dt2Scheme &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const EulerD2dt2Scheme &) |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
![]() | |
static tmp< d2dt2Scheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Return a pointer to a new d2dt2Scheme created on freestore. More... | |
![]() | |
d2dt2Scheme (const d2dt2Scheme &) | |
Disallow copy construct. More... | |
void | operator= (const d2dt2Scheme &) |
Disallow default bitwise assignment. More... | |
![]() | |
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.
|
private |
Disallow default bitwise copy construct.
|
inline |
Construct from mesh.
Definition at line 77 of file EulerD2dt2Scheme.H.
|
inline |
Construct from mesh and Istream.
Definition at line 83 of file EulerD2dt2Scheme.H.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "Euler" | ) |
Runtime type information.
|
inline |
Return mesh reference.
Definition at line 92 of file EulerD2dt2Scheme.H.
References d2dt2Scheme< Type >::mesh().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 45 of file EulerD2dt2Scheme.C.
References GeometricField::boundaryField(), dimensioned::dimensions(), GeometricField::internalField(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, GeometricField::oldTime(), Foam::sqr(), timeName, and dimensioned::value().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 122 of file EulerD2dt2Scheme.C.
References GeometricField::boundaryField(), dimensioned::dimensions(), GeometricField::internalField(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, GeometricField::oldTime(), rho, Foam::sqr(), timeName, and dimensioned::value().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 237 of file EulerD2dt2Scheme.C.
References Foam::dimTime, Foam::dimVol, mesh, GeometricField::oldTime(), fvMatrix::source(), and Foam::sqr().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 296 of file EulerD2dt2Scheme.C.
References Foam::dimTime, Foam::dimVol, mesh, GeometricField::oldTime(), rho, fvMatrix::source(), and Foam::sqr().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 356 of file EulerD2dt2Scheme.C.
References Foam::dimTime, Foam::dimVol, mesh, GeometricField::oldTime(), rho, fvMatrix::source(), and Foam::sqr().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.