mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMesh: detect small distance snapping
This commit is contained in:
@ -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
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user