From 23f2ee89899ff32b04026c6de6f2f6931d21f4cb Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 23 Jun 2011 12:19:48 +0100 Subject: [PATCH] ENH: cvMeshDict: merging close points --- applications/utilities/mesh/generation/cvMesh/cvMeshDict | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/applications/utilities/mesh/generation/cvMesh/cvMeshDict b/applications/utilities/mesh/generation/cvMesh/cvMeshDict index 6b8703c799..b8f7d58970 100644 --- a/applications/utilities/mesh/generation/cvMesh/cvMeshDict +++ b/applications/utilities/mesh/generation/cvMesh/cvMeshDict @@ -401,7 +401,7 @@ polyMeshFiltering // Upper limit on how close two dual vertices can be before // being merged, fraction of the local target cell size - mergeClosenessCoeff 1e-4; + mergeClosenessCoeff 1e-9; // To not filter: set maxNonOrtho to 1 (so check fails) and then // set continueFilteringOnBadInitialPolyMesh to false. @@ -451,6 +451,11 @@ meshQualityControls // Set to 180 to disable. maxConcave 80; + //- Minimum pyramid volume. Is absolute volume of cell pyramid. + // Set to a sensible fraction of the smallest cell volume expected. + // Set to very negative number (e.g. -1E30) to disable. + minVol -1E30; + //- Minimum quality of the tet formed by the // variable base point minimum decomposition triangles and // the cell centre (so not face-centre decomposition).