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