ENH: checkMesh: volume ratio too tight

This commit is contained in:
mattijs
2013-04-29 15:21:20 +01:00
parent d8865404c3
commit 487103fa60

View File

@ -852,7 +852,7 @@ Foam::label Foam::checkGeometry(const polyMesh& mesh, const bool allGeometry)
if (allGeometry)
{
faceSet faces(mesh, "lowVolRatioFaces", mesh.nFaces()/100);
if (mesh.checkVolRatio(true, 0.05, &faces))
if (mesh.checkVolRatio(true, 0.01, &faces))
{
noFailedChecks++;