Go to the documentation of this file.
38 #ifndef faGradScheme_H
39 #define faGradScheme_H
151 #define makeFaGradTypeScheme(SS, Type) \
153 defineNamedTemplateTypeNameAndDebug(Foam::fa::SS<Foam::Type>, 0); \
159 gradScheme<Type>::addIstreamConstructorToTable<SS<Type>> \
160 add##SS##Type##IstreamConstructorToTable_; \
165 #define makeFaGradScheme(SS) \
167 makeFaGradTypeScheme(SS, scalar) \
168 makeFaGradTypeScheme(SS, vector)
faPatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cover...
A class for managing temporary objects.
Reference counter for various OpenFOAM components.
typeOfRank< typename pTraits< arg1 >::cmptType, direction(pTraits< arg1 >::rank)+direction(pTraits< arg2 >::rank) >::type type
const faMesh & mesh() const
static tmp< gradScheme< Type > > New(const faMesh &mesh, Istream &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.
Mesh data needed to do the Finite Area discretisation.
Abstract base class for finite area calculus gradient schemes.
Macros to ease declaration of run-time selection tables.
gradScheme(const faMesh &mesh)
declareRunTimeSelectionTable(tmp, gradScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
Finite area mesh. Used for 2-D non-Euclidian finite area method.
virtual tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > grad(const GeometricField< Type, faPatchField, areaMesh > &) const =0
Generic GeometricField class.
Forwards for edge field types.