First-order Euler implicit d2dt2 using the current and two previous time-step values. More...
#include <finiteVolume/EulerD2dt2Scheme.H>
First-order Euler implicit d2dt2 using the current and two previous time-step values.
Definition at line 56 of file EulerD2dt2Scheme.H.
Inheritance diagram for EulerD2dt2Scheme< Type >:
Collaboration diagram for EulerD2dt2Scheme< Type >: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 (GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmD2dt2 (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &) |
| tmp< fvMatrix< Type > > | fvmD2dt2 (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &) |
| EulerD2dt2Scheme | ( | const fvMesh & | mesh ) | [inline]
|
Construct from mesh.
Definition at line 78 of file EulerD2dt2Scheme.H.
| EulerD2dt2Scheme | ( | const fvMesh & | mesh, |
| Istream & | is | ||
| ) | [inline]
|
Construct from mesh and Istream.
Definition at line 84 of file EulerD2dt2Scheme.H.
| TypeName | ( | "Euler" | ) |
Runtime type information.
| const fvMesh& mesh | ( | ) | const [inline]
|
Return mesh reference.
Reimplemented from d2dt2Scheme< Type >.
Definition at line 93 of file EulerD2dt2Scheme.H.
| tmp< GeometricField< Type, fvPatchField, volMesh > > fvcD2dt2 | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf ) | [virtual]
|
Implements d2dt2Scheme< Type >.
Definition at line 45 of file EulerD2dt2Scheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), TimeState::deltaT(), TimeState::deltaT0(), DimensionedField< Type, GeoMesh >::dimensions(), dimensioned< Type >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, polyMesh::moving(), IOobject::name(), IOobject::NO_READ, IOobject::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::sqr(), fvMesh::time(), Time::timeName(), fvMesh::V(), fvMesh::V0(), fvMesh::V00(), and dimensioned< Type >::value().
| tmp< GeometricField< Type, fvPatchField, volMesh > > fvcD2dt2 | ( | const volScalarField & | rho, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
| ) | [virtual]
|
Implements d2dt2Scheme< Type >.
Definition at line 122 of file EulerD2dt2Scheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), TimeState::deltaT(), TimeState::deltaT0(), DimensionedField< Type, GeoMesh >::dimensions(), dimensioned< Type >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, polyMesh::moving(), IOobject::name(), IOobject::NO_READ, IOobject::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::oldTime(), Foam::sqr(), fvMesh::time(), Time::timeName(), fvMesh::V(), fvMesh::V0(), fvMesh::V00(), and dimensioned< Type >::value().
| tmp< fvMatrix< Type > > fvmD2dt2 | ( | GeometricField< Type, fvPatchField, volMesh > & | vf ) | [virtual]
|
Implements d2dt2Scheme< Type >.
Definition at line 233 of file EulerD2dt2Scheme.C.
References TimeState::deltaT(), TimeState::deltaT0(), lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMatrix< Type >::source(), Foam::sqr(), fvMesh::time(), fvMesh::V(), fvMesh::V0(), fvMesh::V00(), and dimensioned< Type >::value().
| tmp< fvMatrix< Type > > fvmD2dt2 | ( | const dimensionedScalar & | rho, |
| GeometricField< Type, fvPatchField, volMesh > & | vf | ||
| ) | [virtual]
|
Implements d2dt2Scheme< Type >.
Definition at line 292 of file EulerD2dt2Scheme.C.
References TimeState::deltaT(), TimeState::deltaT0(), lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), dimensioned< Type >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMatrix< Type >::source(), Foam::sqr(), fvMesh::time(), fvMesh::V(), fvMesh::V0(), fvMesh::V00(), and dimensioned< Type >::value().
| tmp< fvMatrix< Type > > fvmD2dt2 | ( | const volScalarField & | rho, |
| GeometricField< Type, fvPatchField, volMesh > & | vf | ||
| ) | [virtual]
|
Implements d2dt2Scheme< Type >.
Definition at line 353 of file EulerD2dt2Scheme.C.
References TimeState::deltaT(), TimeState::deltaT0(), lduMatrix::diag(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimTime, Foam::dimVol, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, GeometricField< Type, PatchField, GeoMesh >::oldTime(), fvMatrix< Type >::source(), Foam::sqr(), fvMesh::time(), fvMesh::V(), fvMesh::V0(), fvMesh::V00(), and dimensioned< Type >::value().