Skip to content
Snippets Groups Projects
Commit 5aa40389 authored by mattijs's avatar mattijs
Browse files

BUG: snappyHexMesh: update dependent vars. Fixes #3297

parent 7904a273
Branches
Tags
No related merge requests found
...@@ -3262,6 +3262,10 @@ void Foam::snappySnapDriver::doSnap ...@@ -3262,6 +3262,10 @@ void Foam::snappySnapDriver::doSnap
// Update mesh mover // Update mesh mover
ppPtr = meshRefinement::makePatch(mesh, adaptPatchIDs); ppPtr = meshRefinement::makePatch(mesh, adaptPatchIDs);
// Update distance to attract to nearest feature on surface
snapDist = calcSnapDistance(mesh, snapParams, ppPtr());
meshMoverPtr.reset meshMoverPtr.reset
( (
new motionSmoother new motionSmoother
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment