Go to the documentation of this file.
37 #ifndef faConvectionScheme_H
38 #define faConvectionScheme_H
98 (
mesh, faceFlux, schemeData)
170 #define makeFaConvectionTypeScheme(SS, Type) \
172 defineNamedTemplateTypeNameAndDebug(Foam::fa::SS<Foam::Type>, 0); \
178 convectionScheme<Type>::addIstreamConstructorToTable<SS<Type>> \
179 add##SS##Type##IstreamConstructorToTable_; \
184 #define makeFaConvectionScheme(SS) \
186 makeFaConvectionTypeScheme(SS, scalar) \
187 makeFaConvectionTypeScheme(SS, vector) \
188 makeFaConvectionTypeScheme(SS, tensor)
A class for managing temporary objects.
Reference counter for various OpenFOAM components.
virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > flux(const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const =0
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > facDiv(const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const =0
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Forwards and collection of common area field types.
virtual tmp< faMatrix< Type > > famDiv(const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const =0
virtual ~convectionScheme()
Abstract base class for finite area calculus convection schemes.
static tmp< convectionScheme< Type > > New(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData)
Macros to ease declaration of run-time selection tables.
declareRunTimeSelectionTable(tmp, convectionScheme, Istream,(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData))
Finite area mesh. Used for 2-D non-Euclidian finite area method.
Generic GeometricField class.
Forwards for edge field types.
const faMesh & mesh() const