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).