ENH: Change tet tolerance: 1e-62 quality tet found to be too flat.

This commit is contained in:
graham
2011-01-13 11:37:59 +00:00
parent 285579a77c
commit a843d76a59

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2010-2010 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2010-2011 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -30,8 +30,7 @@ License
// Note: the use of this tolerance is ad-hoc, there may be extreme
// cases where the resulting tetrahedra still have particle tracking
// problems, or tets with lower quality may track OK.
// const Foam::scalar Foam::polyMeshTetDecomposition::minTetQuality = SMALL;
const Foam::scalar Foam::polyMeshTetDecomposition::minTetQuality = ROOTVSMALL;
const Foam::scalar Foam::polyMeshTetDecomposition::minTetQuality = sqr(SMALL);
// * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //