Go to the documentation of this file.
91 virtual const word&
type()
const = 0;
185 #define makeFvD2dt2TypeScheme(SS, Type) \
186 defineNamedTemplateTypeNameAndDebug(Foam::fv::SS<Foam::Type>, 0); \
192 d2dt2Scheme<Type>::addIstreamConstructorToTable<SS<Type>> \
193 add##SS##Type##IstreamConstructorToTable_; \
197 #define makeFvD2dt2Scheme(SS) \
199 makeFvD2dt2TypeScheme(SS, scalar) \
200 makeFvD2dt2TypeScheme(SS, vector) \
201 makeFvD2dt2TypeScheme(SS, sphericalTensor) \
202 makeFvD2dt2TypeScheme(SS, symmTensor) \
203 makeFvD2dt2TypeScheme(SS, tensor)
A class for handling words, derived from Foam::string.
d2dt2Scheme(const fvMesh &mesh)
A class for managing temporary objects.
const fvMesh & mesh() const
Reference counter for various OpenFOAM components.
static tmp< d2dt2Scheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
declareRunTimeSelectionTable(tmp, d2dt2Scheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual ~d2dt2Scheme()=default
d2dt2Scheme(const d2dt2Scheme &)=delete
virtual tmp< fvMatrix< Type > > fvmD2dt2(const GeometricField< Type, fvPatchField, volMesh > &)=0
virtual const word & type() const =0
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for finite volume d2dt2 schemes.
Macros to ease declaration of run-time selection tables.
void operator=(const d2dt2Scheme &)=delete
virtual tmp< GeometricField< Type, fvPatchField, volMesh > > fvcD2dt2(const GeometricField< Type, fvPatchField, volMesh > &)=0
Generic GeometricField class.
d2dt2Scheme(const fvMesh &mesh, Istream &)