mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
meshQualityDict.cfg: disabled minTetQuality since tracking works without it
This commit is contained in:
@ -25,9 +25,7 @@ maxConcave 80;
|
|||||||
// Minimum cell pyramid volume; case dependent
|
// Minimum cell pyramid volume; case dependent
|
||||||
minVol 1e-13;
|
minVol 1e-13;
|
||||||
|
|
||||||
// 1e-15 (small positive) to enable tracking
|
minTetQuality -1e30;
|
||||||
// -1e+30 (large negative) for best layer insertion
|
|
||||||
minTetQuality 1e-15;
|
|
||||||
|
|
||||||
// if >0 : preserve single cells with all points on the surface if the
|
// if >0 : preserve single cells with all points on the surface if the
|
||||||
// resulting volume after snapping (by approximation) is larger than
|
// resulting volume after snapping (by approximation) is larger than
|
||||||
|
|||||||
Reference in New Issue
Block a user