Go to the documentation of this file.
36 #ifndef EulerD2dt2Scheme_H
37 #define EulerD2dt2Scheme_H
A class for managing temporary objects.
const fvMesh & mesh() const
Return mesh reference.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
EulerD2dt2Scheme(const EulerD2dt2Scheme &)
Disallow default bitwise copy construct.
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
EulerD2dt2Scheme(const fvMesh &mesh)
Construct from mesh.
const fvMesh & mesh() const
Return mesh reference.
void operator=(const EulerD2dt2Scheme &)
Disallow default bitwise assignment.
TypeName("Euler")
Runtime type information.
Abstract base class for d2dt2 schemes.
EulerD2dt2Scheme(const fvMesh &mesh, Istream &is)
Construct from mesh and Istream.
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcD2dt2(const GeometricField< Type, fvPatchField, volMesh > &)
First-order Euler implicit d2dt2 using the current and two previous time-step values.
Generic GeometricField class.
tmp< fvMatrix< Type > > fvmD2dt2(const GeometricField< Type, fvPatchField, volMesh > &)