First-order Euler implicit d2dt2 using the current and two previous time-step values. More...
Public Member Functions | |
TypeName ("Euler") | |
EulerD2dt2Scheme (const fvMesh &mesh) | |
EulerD2dt2Scheme (const fvMesh &mesh, Istream &is) | |
const fvMesh & | mesh () const |
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 |
declareRunTimeSelectionTable (tmp, d2dt2Scheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
d2dt2Scheme (const fvMesh &mesh) | |
d2dt2Scheme (const fvMesh &mesh, Istream &) | |
virtual | ~d2dt2Scheme ()=default |
const fvMesh & | mesh () const |
![]() | |
constexpr | refCount () noexcept |
int | count () const noexcept |
bool | unique () const noexcept |
void | operator++ () noexcept |
void | operator++ (int) noexcept |
void | operator-- () noexcept |
void | operator-- (int) noexcept |
Additional Inherited Members | |
![]() | |
static tmp< d2dt2Scheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
![]() | |
d2dt2Scheme (const d2dt2Scheme &)=delete | |
void | operator= (const d2dt2Scheme &)=delete |
![]() | |
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 |
Definition at line 75 of file EulerD2dt2Scheme.H.
|
inline |
Definition at line 81 of file EulerD2dt2Scheme.H.
TypeName | ( | "Euler" | ) |
|
inline |
Definition at line 90 of file EulerD2dt2Scheme.H.
References d2dt2Scheme< Type >::mesh().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 40 of file EulerD2dt2Scheme.C.
References GeometricField::boundaryField(), dimensioned::dimensions(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, GeometricField::oldTime(), GeometricField::primitiveField(), Foam::sqr(), timeName, and dimensioned::value().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 117 of file EulerD2dt2Scheme.C.
References GeometricField::boundaryField(), dimensioned::dimensions(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, GeometricField::oldTime(), GeometricField::primitiveField(), rho, Foam::sqr(), timeName, and dimensioned::value().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 232 of file EulerD2dt2Scheme.C.
References Foam::dimTime, Foam::dimVol, mesh, GeometricField::oldTime(), tmp::ref(), fvMatrix::source(), and Foam::sqr().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 291 of file EulerD2dt2Scheme.C.
References Foam::dimTime, Foam::dimVol, mesh, GeometricField::oldTime(), tmp::ref(), rho, fvMatrix::source(), and Foam::sqr().
|
virtual |
Implements d2dt2Scheme< Type >.
Definition at line 351 of file EulerD2dt2Scheme.C.
References Foam::dimTime, Foam::dimVol, mesh, GeometricField::oldTime(), tmp::ref(), rho, fvMatrix::source(), and Foam::sqr().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.