Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
TypeName("Gauss")
Runtime type information.
void operator=(const gaussGrad &)
Disallow default bitwise assignment.
static tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > gradf(const GeometricField< Type, fvsPatchField, surfaceMesh > &, const word &name)
Return the gradient of the given field.
A class for handling words, derived from string.
A class for managing temporary objects.
virtual tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > calcGrad(const GeometricField< Type, fvPatchField, volMesh > &vsf, const word &name) const
Return the gradient of the given field to the gradScheme::grad.
bool eof() const
Return true if end of input seen.
Mesh data needed to do the Finite Volume discretisation.
Basic second-order gradient scheme using face-interpolation and Gauss' theorem.
typeOfRank< typename pTraits< arg1 >::cmptType, int(pTraits< arg1 >::rank)+int(pTraits< arg2 >::rank) >::type type
gaussGrad(const fvMesh &mesh)
Construct from mesh.
gaussGrad(const fvMesh &mesh, Istream &is)
Construct from mesh and Istream.
tmp< surfaceInterpolationScheme< Type > > tinterpScheme_
gaussGrad(const gaussGrad &)
Disallow default bitwise copy construct.
static void correctBoundaryConditions(const GeometricField< Type, fvPatchField, volMesh > &, GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > &)
Correct the boundary values of the gradient using the patchField.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
const fvMesh & mesh() const
Return mesh reference.
Abstract base class for gradient schemes.
Mesh data needed to do the Finite Volume discretisation.
static tmp< surfaceInterpolationScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return new tmp interpolation scheme.
Central-differencing interpolation scheme class.
Generic GeometricField class.
word name(const complex &)
Return a string representation of a complex.