47 forAll(patchFields, patchI)
87 GeometricBoundaryField& bf = resF.boundaryField();
93 const labelList& agglom = patchFaceAgglomeration_[patchI];
101 forAll(coarseToFine, coarseI)
103 const labelList& fineFaces = coarseToFine[coarseI];
118 resF.dimensionedInternalField(),
137 resF.dimensionedInternalField(),
faceListList boundary(nPatches)
This boundary condition is not designed to be evaluated; it is assmued that the value is assigned via...
bool set(const label) const
Is element set.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
labelListList invertOneToMany(const label len, const labelUList &)
Invert one-to-many map. Unmapped elements will be size 0.
Patch field mapper class for agglomerated meshes.
void inplaceReorder(const labelUList &oldToNew, ListType &)
Inplace reorder the elements of a list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void size(const label)
Override size to be inconsistent with allocated storage.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
direct fvPatchFieldMapper
labelList identity(const label len)
Create identity map (map[i] == i) of given length.
const dimensionSet & dimensions() const
Return dimensions.
List< scalar > scalarList
A List of scalars.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Pre-declare SubField and related Field type.
const word & name() const
Return name.
Generic GeometricField class.
Type gAverage(const FieldField< Field, Type > &f)
tmp< GeometricField< Type, fvPatchField, volMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &) const
Map volField. Internal field set to average, patch fields straight.
A class for managing temporary objects.