mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: snappyHexMesh: early exit of leak detection. See #2403
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user