Go to the documentation of this file.
43 dataGrad_(
mesh.nCells())
55 dataGrad_(am.dataGrad_)
85 tempData.primitiveFieldRef() = data_;
86 tempData.correctBoundaryConditions();
87 dataGrad_ =
fvc::grad(tempData)->primitiveField();
101 data_[tetIs.
cell()] += value/this->mesh_.V()[tetIs.
cell()];
124 return dataGrad_[tetIs.
cell()];
List< label > labelList
A List of labels.
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A field of fields is a PtrList of fields with reference counting.
A class for managing temporary objects.
Basic(const IOobject &io, const dictionary &dict, const fvMesh &mesh)
static constexpr const zero Zero
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh >> grad(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
This boundary condition applies a zero-gradient condition from the patch internal field onto the patc...
void add(const barycentric &coordinates, const tetIndices &tetIs, const Type &value)
Generic templated field type.
PtrList< coordinateSystem > coordinates(solidRegions.size())
tmp< Field< Type > > primitiveField() const
TypeGrad interpolateGrad(const barycentric &coordinates, const tetIndices &tetIs) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
Type interpolate(const barycentric &coordinates, const tetIndices &tetIs) const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Basic lagrangian averaging procedure.
AveragingMethod< Type >::TypeGrad TypeGrad
Generic GeometricField class.
const dimensionSet dimless