From 63d066f6dc7cf602019a64893ecfc47f642f14f2 Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Sat, 9 Jun 2018 14:41:08 +0100 Subject: [PATCH] meshQualityDict.cfg: disabled minTetQuality since tracking works without it --- .../mesh/generation/meshQualityDict.cfg | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/etc/caseDicts/mesh/generation/meshQualityDict.cfg b/etc/caseDicts/mesh/generation/meshQualityDict.cfg index 6efc9be5c..7394d6fd6 100644 --- a/etc/caseDicts/mesh/generation/meshQualityDict.cfg +++ b/etc/caseDicts/mesh/generation/meshQualityDict.cfg @@ -14,20 +14,18 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -maxNonOrtho 65; +maxNonOrtho 65; maxBoundarySkewness 20; maxInternalSkewness 4; -maxConcave 80; +maxConcave 80; // Minimum cell pyramid volume; case dependent -minVol 1e-13; +minVol 1e-13; -// 1e-15 (small positive) to enable tracking -// -1e+30 (large negative) for best layer insertion -minTetQuality 1e-15; +minTetQuality -1e30; // if >0 : preserve single cells with all points on the surface if the // resulting volume after snapping (by approximation) is larger than @@ -47,13 +45,13 @@ minVolRatio 0.01; minTriangleTwist -1; -nSmoothScale 4; +nSmoothScale 4; -errorReduction 0.75; +errorReduction 0.75; relaxed { - maxNonOrtho 75; + maxNonOrtho 75; } // ************************************************************************* //