ENH: leak-detection. Fixes #1572.

The final leak can only be decided once all cells have been
deleted. So only exit on final invocation and give warning-only
beforehand. This avoids a lot of false positives.
The tutorial itself didn't actually produce a mesh with leakage
with the old settings. Upped the refinement level to force it
to go through the hole in the geometry.
This commit is contained in:
mattijs
2020-05-18 12:40:08 +01:00
parent 2fa0a2ea9a
commit 3d746e8ac9
5 changed files with 29 additions and 8 deletions

View File

@ -119,7 +119,7 @@ castellatedMeshControls
"motorBike.*"
{
// Surface-wise min and max refinement level
level (5 6);
level (6 6);
// Optional specification of patch type (default is wall). No
// constraint types (cyclic, symmetry) etc. are allowed.