Go to the documentation of this file.
35 #ifndef gaussDivScheme_H
36 #define gaussDivScheme_H
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A class for managing temporary objects.
tmp< GeometricField< typename innerProduct< vector, Type >::type, fvPatchField, volMesh > > fvcDiv(const GeometricField< Type, fvPatchField, volMesh > &)
Mesh data needed to do the Finite Volume discretisation.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
gaussDivScheme(const gaussDivScheme &)
Disallow default bitwise copy construct.
Abstract base class for div schemes.
Mesh data needed to do the Finite Volume discretisation.
TypeName("Gauss")
Runtime type information.
const fvMesh & mesh() const
Return mesh reference.
gaussDivScheme(const fvMesh &mesh, Istream &is)
Construct from Istream.
gaussDivScheme(const fvMesh &mesh)
Construct null.
void operator=(const gaussDivScheme &)
Disallow default bitwise assignment.
Generic GeometricField class.
Basic second-order div using face-gradients and Gauss' theorem.