mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: snappyHexMesh: cutting imcompatible with corner-point detection
This commit is contained in:
@ -818,7 +818,7 @@ Foam::labelList Foam::meshRefinement::markFacesOnProblemCells
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (nBoundaryAnchors == 7)
|
else if (nBoundaryAnchors == 7 && nonBoundaryAnchor != -1)
|
||||||
{
|
{
|
||||||
// Mark the cell. Store the (single!) non-boundary anchor point.
|
// Mark the cell. Store the (single!) non-boundary anchor point.
|
||||||
hasSevenBoundaryAnchorPoints.set(celli, 1u);
|
hasSevenBoundaryAnchorPoints.set(celli, 1u);
|
||||||
|
|||||||
@ -2278,14 +2278,12 @@ void Foam::snappyRefineDriver::doRefine
|
|||||||
10 // maxIter
|
10 // maxIter
|
||||||
);
|
);
|
||||||
|
|
||||||
// Directional refinement
|
// Directional shell refinement
|
||||||
//XXXXX
|
|
||||||
directionalShellRefine
|
directionalShellRefine
|
||||||
(
|
(
|
||||||
refineParams,
|
refineParams,
|
||||||
100 // maxIter
|
100 // maxIter
|
||||||
);
|
);
|
||||||
//XXXXX
|
|
||||||
|
|
||||||
// Introduce baffles at surface intersections. Remove sections unreachable
|
// Introduce baffles at surface intersections. Remove sections unreachable
|
||||||
// from keepPoint.
|
// from keepPoint.
|
||||||
|
|||||||
Reference in New Issue
Block a user