Go to the documentation of this file.
53 namespace AveragingMethods
128 const point position,
136 const point position,
143 const point position,
Type interpolate(const point position, const tetIndices &tetIs) const
Interpolate.
Base class for lagrangian averaging methods.
tmp< Field< TypeGrad > > internalFieldGrad() const
Return an internal field of the gradient.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for managing temporary objects.
Basic(const IOobject &io, const dictionary &dict, const fvMesh &mesh)
Constructors.
void add(const point position, const tetIndices &tetIs, const Type &value)
Member Functions.
Field< TypeGrad > dataGrad_
Gradient field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
tmp< Field< Type > > internalField() const
Return an internal field of the average.
Mesh data needed to do the Finite Volume discretisation.
virtual ~Basic()
Destructor.
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Field< Type > & data_
Private data.
Basic lagrangian averaging procedure.
TypeName("basic")
Runtime type information.
virtual void updateGrad()
Private member functions.
TypeGrad interpolateGrad(const point position, const tetIndices &tetIs) const
Interpolate gradient.
virtual autoPtr< AveragingMethod< Type > > clone() const
Construct and return a clone.
AveragingMethod< Type >::TypeGrad TypeGrad
Public typedefs.