BUG: snappyHexMesh: correct oppositeness checking. Fixes #2971
This commit is contained in:
parent
bf14272826
commit
3d8a1c7f63
@ -1368,6 +1368,7 @@ Foam::label Foam::snappyRefineDriver::refinementInterfaceRefine
|
||||
(
|
||||
face2i != facei
|
||||
&& surfaceIndex[face2i] != -1
|
||||
&& cutter.faceLevel(face2i) > cLevel
|
||||
)
|
||||
{
|
||||
// Get outwards pointing normal
|
||||
|
Loading…
Reference in New Issue
Block a user