ENH: snappyHexMesh: detect small distance snapping

This commit is contained in:
mattijs
2013-09-13 16:18:04 +01:00
parent 1348eabe3b
commit 1a0a6b51dd
8 changed files with 987 additions and 64 deletions

View File

@ -1061,13 +1061,17 @@ Foam::labelList Foam::meshRefinement::markFacesOnProblemCellsGeometric
meshMover
);
pointField nearestPoint;
vectorField nearestNormal;
const vectorField disp
(
autoSnapDriver::calcNearestSurface
(
*this,
snapDist, // attraction
pp
pp,
nearestPoint,
nearestNormal
)
);