34 void Foam::nearWallDist::doAll()
36 cellDistFuncs wallUtils(mesh_);
39 labelHashSet wallPatchIDs(wallUtils.getPatchIDs<wallPolyPatch>());
43 labelList neighbours(wallUtils.maxPatchSize(wallPatchIDs));
54 const fvPatch& patch = mesh_.
boundary()[patchI];
56 if (isA<wallFvPatch>(patch))
58 const polyPatch& pPatch = patch.patch();
65 label nNeighbours = wallUtils.getPointNeighbours
74 ypatch[patchFaceI] = wallUtils.smallestDist
76 cellCentres[faceCells[patchFaceI]],
100 calculatedFvPatchScalarField::typeName
118 if (mesh_.changing())
121 forAll(mesh_.boundary(), patchI)
123 operator[](patchI).setSize(mesh_.boundary()[patchI].size());