Adjust IBM cut tolerances

This commit is contained in:
Hrvoje Jasak 2019-04-05 15:33:40 +01:00
parent 2bd012729b
commit 6a466c4378

View file

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