Go to the documentation of this file.
90 virtual const word&
type()
const = 0;
167 #define makeFvDivTypeScheme(SS, Type) \
168 defineNamedTemplateTypeNameAndDebug(Foam::fv::SS<Foam::Type>, 0); \
174 divScheme<Type>::addIstreamConstructorToTable<SS<Type> > \
175 add##SS##Type##IstreamConstructorToTable_; \
179 #define makeFvDivScheme(SS) \
181 makeFvDivTypeScheme(SS, vector) \
182 makeFvDivTypeScheme(SS, sphericalTensor) \
183 makeFvDivTypeScheme(SS, symmTensor) \
184 makeFvDivTypeScheme(SS, tensor)
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
divScheme(const fvMesh &mesh)
Construct from mesh.
A class for handling words, derived from string.
A class for managing temporary objects.
Reference counter for various OpenFOAM components.
Mesh data needed to do the Finite Volume discretisation.
void operator=(const divScheme &)
Disallow default bitwise assignment.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
static tmp< divScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new divScheme created on freestore.
virtual const word & type() const =0
Runtime type information.
Abstract base class for finite volume calculus div schemes.
Abstract base class for div schemes.
Mesh data needed to do the Finite Volume discretisation.
divScheme(const fvMesh &mesh, Istream &is)
Construct from mesh and Istream.
virtual ~divScheme()
Destructor.
const fvMesh & mesh() const
Return mesh reference.
Macros to ease declaration of run-time selection tables.
Abstract base class for surface interpolation schemes.
Central-differencing interpolation scheme class.
Generic GeometricField class.
divScheme(const divScheme &)
Disallow copy construct.
tmp< surfaceInterpolationScheme< Type > > tinterpScheme_
declareRunTimeSelectionTable(tmp, divScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
virtual tmp< GeometricField< typename innerProduct< vector, Type >::type, fvPatchField, volMesh > > fvcDiv(const GeometricField< Type, fvPatchField, volMesh > &)=0