Go to the documentation of this file.
38 #ifndef EulerD2dt2Scheme_H
39 #define EulerD2dt2Scheme_H
A class for managing temporary objects.
const fvMesh & mesh() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
EulerD2dt2Scheme(const fvMesh &mesh)
const fvMesh & mesh() const
Abstract base class for finite volume d2dt2 schemes.
EulerD2dt2Scheme(const fvMesh &mesh, Istream &is)
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 > &)