ENH: cvMeshDict: merging close points

This commit is contained in:
mattijs
2011-06-23 12:19:48 +01:00
parent e9a61ad3e5
commit 23f2ee8989

View File

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