ENH: snappyHexMesh: early exit of leak detection. See #2403

Reverted edfault behaviour
This commit is contained in:
mattijs 2022-06-09 14:24:12 +01:00
parent 098e195245
commit d878ca3248

View File

@ -157,6 +157,9 @@ castellatedMeshControls
// are only on the boundary of corresponding cellZones or also allow
// free-standing zone faces. Not used if there are no faceZones.
allowFreeStandingZoneFaces false;
// Enable automatic leak closure (default is exit immediately)
useLeakClosure true;
}