From 793433da72a2079a4dd9d05f6a362cc013c5eef4 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 5 Oct 2022 12:15:19 +0100 Subject: [PATCH] DOC: snappyHexMeshDict: updated comment for blockLevel --- etc/caseDicts/annotated/snappyHexMeshDict | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/etc/caseDicts/annotated/snappyHexMeshDict b/etc/caseDicts/annotated/snappyHexMeshDict index 63a9d43627..c58f99ad24 100644 --- a/etc/caseDicts/annotated/snappyHexMeshDict +++ b/etc/caseDicts/annotated/snappyHexMeshDict @@ -222,8 +222,13 @@ castellatedMeshControls //- Optional automatic gap refinement. See section in // refinementRegions ('gapLevel', 'gapMode') - //- Optional removal of cells in thin gaps. Start removing cells - // if at refinement level 10 we're detecting thin gaps. + //- Optional removal of cells in thin gaps. + // Block any gap (opposite surfaces or opposite disconnected region + // of surface): + // - thinner than 2*blockcellsize where blockcellsize + // is the size of a cell at blockLevel + // Note: it does not relate to the refinement level of the cells + // it 'blocks'/deletes. //blockLevel 10; //- Optional early detection of connections between inside and