Go to the documentation of this file.
58 #ifndef iterativeGaussGrad_H
59 #define iterativeGaussGrad_H
121 <<
"nIter = " << nIter_
142 const GeometricField<Type, fvPatchField, volMesh>& vsf,
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
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.
iterativeGaussGrad(const fvMesh &mesh)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > calcGrad(const GeometricField< Type, fvPatchField, volMesh > &vsf, const word &name) const
const fvMesh & mesh() const
Mesh data needed to do the Finite Volume discretisation.
TypeName("iterativeGauss")
errorManipArg< error, int > exit(error &err, const int errNo=1)
iterativeGaussGrad(const fvMesh &mesh, Istream &schemeData)
label readLabel(const char *buf)
word name(const expressions::valueTypeCode typeCode)
#define FatalIOErrorInFunction(ios)
A second-order gradient scheme using face-interpolation, Gauss' theorem and iterative skew correction...
Generic GeometricField class.