diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/polyMeshTetDecomposition.C b/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/polyMeshTetDecomposition.C index 8f29b9e934..4187da2d93 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/polyMeshTetDecomposition.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/polyMeshTetDecomposition.C @@ -27,7 +27,10 @@ License // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // -const Foam::scalar Foam::polyMeshTetDecomposition::minTetQuality = 1e-12; +// Note: the use of this tolerance is ad-hoc, there may be extreme +// cases where the resulting tetrahedra still have particle tracking +// problems. +const Foam::scalar Foam::polyMeshTetDecomposition::minTetQuality = SMALL; // * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //