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

This commit is contained in:
mattijs
2022-06-01 15:25:14 +01:00
parent 11b0d70b2d
commit 903f45dcdc
6 changed files with 175 additions and 96 deletions

View File

@ -225,6 +225,11 @@ castellatedMeshControls
//- Optional removal of cells in thin gaps. Start removing cells
// if at refinement level 10 we're detecting thin gaps.
//blockLevel 10;
//- Optional early detection of connections between inside and
// outside locations. Default is only after all refinement has
// been done.
//leakLevel 10;
}
}
@ -481,6 +486,9 @@ castellatedMeshControls
//minCellFraction 0.001;
// Optional: same but in absolute number of cells. Default is 0.
//nMinCells 100;
// Optional: disable of automatic leak closure and exit immediately
//useLeakClosure false;
}
// Settings for the snapping.