mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: snappyHexMesh: attraction distance mapping. Fixes #941.
This commit is contained in:
@ -308,7 +308,7 @@ void Foam::snappySnapDriver::calcNearestFace
|
||||
(
|
||||
labelList(1, zoneSurfi),
|
||||
fc,
|
||||
sqr(faceSnapDist),// sqr of attract dist
|
||||
sqr(scalarField(faceSnapDist, ppFaces)),// sqr of attract dist
|
||||
hitSurface,
|
||||
hitInfo,
|
||||
hitRegion,
|
||||
@ -384,7 +384,7 @@ void Foam::snappySnapDriver::calcNearestFace
|
||||
(
|
||||
unzonedSurfaces,
|
||||
fc,
|
||||
sqr(faceSnapDist),// sqr of attract dist
|
||||
sqr(scalarField(faceSnapDist, ppFaces)),// sqr of attract dist
|
||||
hitSurface,
|
||||
hitInfo,
|
||||
hitRegion,
|
||||
|
||||
Reference in New Issue
Block a user