Reduced immersed boundary cutting tolerances

This commit is contained in:
Hrvoje Jasak 2019-03-22 13:34:00 +00:00
parent 24043c0817
commit 62228e7189

View file

@ -39,7 +39,7 @@ const Foam::debug::tolerancesSwitch
Foam::immersedPoly::tolerance_ Foam::immersedPoly::tolerance_
( (
"immersedPolyTolerance", "immersedPolyTolerance",
1e-4 1e-2
); );
@ -47,7 +47,7 @@ const Foam::debug::tolerancesSwitch
Foam::immersedPoly::liveFactor_ Foam::immersedPoly::liveFactor_
( (
"immersedPolyLiveFactor", "immersedPolyLiveFactor",
1e-6 1e-4
); );