Go to the documentation of this file.
80 void operator=(
const gaussGrad&) =
delete;
102 tinterpScheme_(nullptr)
134 const GeometricField<Type, fvsPatchField, surfaceMesh>&,
146 const GeometricField<Type, fvPatchField, volMesh>& vsf,
154 const GeometricField<Type, fvPatchField, volMesh>&,
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
static tmp< surfaceInterpolationScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
static tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > gradf(const GeometricField< Type, fvsPatchField, surfaceMesh > &, const word &name)
A class for handling words, derived from Foam::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
Mesh data needed to do the Finite Volume discretisation.
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.
gaussGrad(const fvMesh &mesh)
gaussGrad(const fvMesh &mesh, Istream &is)
static void correctBoundaryConditions(const GeometricField< Type, fvPatchField, volMesh > &, GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool eof() const noexcept
const fvMesh & mesh() const
Abstract base class for gradient schemes.
Mesh data needed to do the Finite Volume discretisation.
word name(const expressions::valueTypeCode typeCode)
Central-differencing interpolation scheme class.
Generic GeometricField class.