BUG: snappyHexMesh: correct oppositeness checking. Fixes #2971

This commit is contained in:
mattijs 2023-08-31 14:03:57 +01:00
parent bf14272826
commit 3d8a1c7f63

View File

@ -1368,6 +1368,7 @@ Foam::label Foam::snappyRefineDriver::refinementInterfaceRefine
( (
face2i != facei face2i != facei
&& surfaceIndex[face2i] != -1 && surfaceIndex[face2i] != -1
&& cutter.faceLevel(face2i) > cLevel
) )
{ {
// Get outwards pointing normal // Get outwards pointing normal