Go to the documentation of this file.
37 #ifndef faD2dt2Scheme_H
38 #define faD2dt2Scheme_H
91 virtual const word&
type()
const = 0;
196 #define makeFaD2dt2TypeScheme(SS, Type) \
198 defineNamedTemplateTypeNameAndDebug(Foam::fa::SS<Foam::Type>, 0); \
204 faD2dt2Scheme<Type>::addIstreamConstructorToTable<SS<Type>> \
205 add##SS##Type##IstreamConstructorToTable_; \
210 #define makeFaD2dt2Scheme(SS) \
212 makeFaD2dt2TypeScheme(SS, scalar) \
213 makeFaD2dt2TypeScheme(SS, vector) \
214 makeFaD2dt2TypeScheme(SS, tensor)
A class for handling words, derived from Foam::string.
virtual const word & type() const =0
Abstract base class for finite area d2dt2 schemes.
A class for managing temporary objects.
Reference counter for various OpenFOAM components.
faD2dt2Scheme(const faMesh &mesh)
faD2dt2Scheme(const faMesh &mesh, Istream &)
const faMesh & mesh() const
declareRunTimeSelectionTable(tmp, faD2dt2Scheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Forwards and collection of common area field types.
static tmp< faD2dt2Scheme< Type > > New(const faMesh &mesh, Istream &schemeData)
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facD2dt2(const dimensioned< Type >)=0
virtual tmp< faMatrix< Type > > famD2dt2(const GeometricField< Type, faPatchField, areaMesh > &)=0
Macros to ease declaration of run-time selection tables.
void operator=(const faD2dt2Scheme &)=delete
Finite area mesh. Used for 2-D non-Euclidian finite area method.
faD2dt2Scheme(const faD2dt2Scheme &)=delete
Generic GeometricField class.
Abstract base class for d2dt2 schemes.
Forwards for edge field types.