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