Go to the documentation of this file.
40 dataGrad_(
mesh.nCells())
84 dataGrad_ =
fvc::grad(tempData)->internalField();
98 data_[tetIs.
cell()] += value/this->mesh_.V()[tetIs.
cell()];
105 const point position,
109 return data_[tetIs.
cell()];
117 const point position,
121 return dataGrad_[tetIs.
cell()];
Type interpolate(const point position, const tetIndices &tetIs) const
Interpolate.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
List< label > labelList
A List of labels.
A class for managing temporary objects.
Basic(const IOobject &io, const dictionary &dict, const fvMesh &mesh)
Constructors.
This boundary condition applies a zero-gradient condition from the patch internal field onto the patc...
void add(const point position, const tetIndices &tetIs, const Type &value)
Member Functions.
InternalField & internalField()
Return internal field.
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.
label cell() const
Return the cell.
virtual ~Basic()
Destructor.
void correctBoundaryConditions()
Correct boundary field.
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
Traits class for primitives.
Basic lagrangian averaging procedure.
virtual void updateGrad()
Private member functions.
TypeGrad interpolateGrad(const point position, const tetIndices &tetIs) const
Interpolate gradient.
AveragingMethod< Type >::TypeGrad TypeGrad
Public typedefs.
Generic GeometricField class.