mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user