45 flatFld[celli] = fld[celli];
54 -fld.
mesh().nInternalFaces()
59 flatFld[nCompact++] = pfld[i];
67 stencilFld.setSize(stencil.
size());
71 const labelList& compactCells = stencil[facei];
77 stencilFld[facei][i] = flatFld[compactCells[i]];
97 collectData(map, stencil, fld, stencilFld);
118 const List<Type>& stField = stencilFld[facei];
123 sf[facei] += stField[i]*stWeight[i];
130 Boundary& bSfCorr = sf.boundaryFieldRef();
142 const List<Type>& stField = stencilFld[facei];
147 pSfCorr[i] += stField[j]*stWeight[j];
#define forAll(list, i)
Loop across all elements in list.
const word & name() const
Return name.
static void collectData(const distributionMap &map, const labelListList &stencil, const GeometricField< T, fvPatchField, volMesh > &fld, List< List< T >> &stencilFld)
Use map to get the data into stencil order.
label nInternalFaces() const
const Boundary & boundaryField() const
Return const-reference to the boundary field.
void size(const label)
Override size to be inconsistent with allocated storage.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Generic GeometricField class.
Generic dimensioned Type class.
void distribute(List< T > &fld, const bool dummyTransform=true, const int tag=UPstream::msgType()) const
Distribute data using default commsType.
const dimensionSet & dimensions() const
Return dimensions.
virtual bool coupled() const
Return true if this patch field is coupled.
label constructSize() const
Constructed data size.
const fvPatch & patch() const
Return patch.
const Mesh & mesh() const
Return mesh.
volScalarField sf(fieldObject, mesh)
const fvPatch & patch() const
Return patch.
void setSize(const label)
Reset size of List.
Class containing processor-to-processor mapping information.
Mesh data needed to do the Finite Volume discretisation.
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > weightedSum(const distributionMap &map, const labelListList &stencil, const GeometricField< Type, fvPatchField, volMesh > &fld, const List< List< scalar >> &stencilWeights)
Sum vol field contributions to create face values.
A class for managing temporary objects.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...