79 tinterpScheme_(new
linear<Type>(mesh))
86 tinterpScheme_(nullptr)
130 <
typename outerProduct<vector, Type>::type, fvPatchField,
volMesh>
143 <
typename outerProduct<vector, Type>::type, fvPatchField,
volMesh>&
Centred interpolation interpolation scheme class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
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.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
typeOfRank< typename pTraits< arg1 >::cmptType, direction(pTraits< arg1 >::rank)+direction(pTraits< arg2 >::rank) >::type type
Basic second-order gradient scheme using face-interpolation and Gauss' theorem.
Generic GeometricField class.
void operator=(const gaussGrad &)=delete
Disallow default bitwise assignment.
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.
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from string.
static tmp< surfaceInterpolationScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return new tmp interpolation scheme.
gaussGrad(const fvMesh &mesh)
Construct from mesh.
bool eof() const
Return true if end of input seen.
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.
word name(const complex &)
Return a string representation of a complex.
Abstract base class for gradient schemes.
Mesh data needed to do the Finite Volume discretisation.
TypeName("Gauss")
Runtime type information.
A class for managing temporary objects.
const fvMesh & mesh() const
Return mesh reference.