BUG: snappyHexMesh: correct oppositeness checking. Fixes #2971
This commit is contained in:
parent
d8f5714d1b
commit
6d7e67408e
@ -1389,6 +1389,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