From 5c50c64de49e0877b58d81f2dad050ae9b030cf7 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Mon, 23 May 2011 16:10:32 +0100 Subject: [PATCH] ENH: snappyHexMesh: updated comment --- .../mesh/generation/snappyHexMesh/snappyHexMeshDict | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict index 8e8232f60fc..f99b82edb71 100644 --- a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict +++ b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict @@ -220,7 +220,7 @@ snapControls //- Maximum relative distance for points to be attracted by surface. // True distance is this factor times local maximum edge length. // Note: changed(corrected) w.r.t 17x! (17x used 2* tolerance) - tolerance 2.0; + tolerance 1.0; //- Number of mesh displacement relaxation iterations. nSolveIter 30; @@ -228,6 +228,10 @@ snapControls //- Maximum number of snapping relaxation iterations. Should stop // before upon reaching a correct mesh. nRelaxIter 5; + + //- Highly experimental and wip: number of feature edge snapping + // iterations. Leave out altogether to disable. + //nFeatureSnapIter 10; } @@ -258,6 +262,9 @@ addLayersControls //- Wanted thickness of final added cell layer. If multiple layers + // is the + // thickness of the layer furthest away from the wall. + // Relative to undistorted size of cell outside layer. // is the thickness of the layer furthest away from the wall. // See relativeSizes parameter. finalLayerThickness 0.3; @@ -410,7 +417,7 @@ debug 0; // Merge tolerance. Is fraction of overall bounding box of initial mesh. // Note: the write tolerance needs to be higher than this. -mergeTolerance 1E-6; +mergeTolerance 1e-6; // ************************************************************************* // -- GitLab