mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Change tet tolerance: 1e-62 quality tet found to be too flat.
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2010-2010 OpenCFD Ltd.
|
\\ / A nd | Copyright (C) 2010-2011 OpenCFD Ltd.
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -30,8 +30,7 @@ License
|
|||||||
// Note: the use of this tolerance is ad-hoc, there may be extreme
|
// Note: the use of this tolerance is ad-hoc, there may be extreme
|
||||||
// cases where the resulting tetrahedra still have particle tracking
|
// cases where the resulting tetrahedra still have particle tracking
|
||||||
// problems, or tets with lower quality may track OK.
|
// problems, or tets with lower quality may track OK.
|
||||||
// const Foam::scalar Foam::polyMeshTetDecomposition::minTetQuality = SMALL;
|
const Foam::scalar Foam::polyMeshTetDecomposition::minTetQuality = sqr(SMALL);
|
||||||
const Foam::scalar Foam::polyMeshTetDecomposition::minTetQuality = ROOTVSMALL;
|
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //
|
||||||
|
|||||||
Reference in New Issue
Block a user