|
|
|
EulerD2dt2Scheme< Type > Class Template ReferenceFirst-order Euler implicit d2dt2 using the current and two previous time-step values. More...
Inheritance diagram for EulerD2dt2Scheme< Type >:
![]()
Collaboration diagram for EulerD2dt2Scheme< Type >:
![]()
Detailed Descriptiontemplate<class Type>
First-order Euler implicit d2dt2 using the current and two previous time-step values.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| EulerD2dt2Scheme | ( | const fvMesh & | mesh | ) | [inline] |
| EulerD2dt2Scheme | ( | const fvMesh & | mesh, | |
| Istream & | is | |||
| ) | [inline] |
| TypeName | ( | "Euler" | ) |
Runtime type information.
| const fvMesh& mesh | ( | ) | const [inline] |
Return mesh reference.
Reimplemented from d2dt2Scheme< Type >.
Definition at line 88 of file EulerD2dt2Scheme.H.
Referenced by EulerD2dt2Scheme< Type >::fvcD2dt2().

| tmp< GeometricField< Type, fvPatchField, volMesh > > fvcD2dt2 | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) | [inline, virtual] |
Implements d2dt2Scheme< Type >.
Definition at line 37 of file EulerD2dt2Scheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), TimeState::deltaT(), TimeState::deltaT0(), DimensionedField< Type, GeoMesh >::dimensions(), GeometricField< Type, PatchField, GeoMesh >::internalField(), EulerD2dt2Scheme< Type >::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(), and fvMesh::V00().

| tmp< GeometricField< Type, fvPatchField, volMesh > > fvcD2dt2 | ( | const volScalarField & | rho, | |
| const GeometricField< Type, fvPatchField, volMesh > & | vf | |||
| ) | [inline, virtual] |
| tmp< fvMatrix< Type > > fvmD2dt2 | ( | GeometricField< Type, fvPatchField, volMesh > & | vf | ) | [inline, virtual] |
| tmp< fvMatrix< Type > > fvmD2dt2 | ( | const dimensionedScalar & | rho, | |
| GeometricField< Type, fvPatchField, volMesh > & | vf | |||
| ) | [inline, virtual] |
| tmp< fvMatrix< Type > > fvmD2dt2 | ( | const volScalarField & | rho, | |
| GeometricField< Type, fvPatchField, volMesh > & | vf | |||
| ) | [inline, virtual] |