meshQualityDict: Switch off the minVol control by default

It is not clear for what cases the minVol control is useful or necessary and for
some cases it causes problems with snapping and layer addition if not set to a
sufficiently small value.
This commit is contained in:
Henry Weller
2022-03-15 14:50:12 +00:00
parent f2bf348ab2
commit a08bb7bae1
15 changed files with 16 additions and 16 deletions

View File

@ -28,7 +28,7 @@ maxConcave 80;
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and

View File

@ -14,9 +14,9 @@ maxInternalSkewness 4;
maxConcave 80; maxConcave 80;
minVol 1e-10; minVol -1e30;
minTetQuality -1e30; minTetQuality -1e30;
minTwist 0.02; minTwist 0.02;

View File

@ -247,7 +247,7 @@ meshQualityControls
maxInternalSkewness 4; maxInternalSkewness 4;
maxConcave 80; maxConcave 80;
minVol 1e-13; minVol -1e30;
minTetQuality -1; minTetQuality -1;
minTwist 0.01; minTwist 0.01;
minDeterminant 0.001; minDeterminant 0.001;

View File

@ -391,7 +391,7 @@ meshQualityControls
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and

View File

@ -268,7 +268,7 @@ meshQualityControls
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and

View File

@ -279,7 +279,7 @@ meshQualityControls
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
minTetQuality 1e-30; minTetQuality 1e-30;

View File

@ -327,7 +327,7 @@ meshQualityControls
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and

View File

@ -38,7 +38,7 @@ minTetQuality 1e-30;
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum face twist. Set to <-1 to disable. dot product of face normal //- Minimum face twist. Set to <-1 to disable. dot product of face normal
// and face centre triangles normal // and face centre triangles normal

View File

@ -29,7 +29,7 @@ maxConcave 80;
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and

View File

@ -29,7 +29,7 @@ maxConcave 80;
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and

View File

@ -29,7 +29,7 @@ maxConcave 80;
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and

View File

@ -516,7 +516,7 @@ meshQualityControls
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
// Minimum quality of the tet formed by the face-centre // Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and

View File

@ -29,7 +29,7 @@ maxConcave 80;
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and

View File

@ -391,7 +391,7 @@ meshQualityControls
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and

View File

@ -292,7 +292,7 @@ meshQualityControls
//- Minimum cell pyramid volume relative to min bounding box length^3 //- Minimum cell pyramid volume relative to min bounding box length^3
// Set to a fraction of the smallest cell volume expected. // Set to a fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1e30) to disable. // Set to very negative number (e.g. -1e30) to disable.
minVol 1e-10; minVol -1e30;
//- Minimum quality of the tet formed by the face-centre //- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and // and variable base point minimum decomposition triangles and