Adjust IBM cut tolerances
This commit is contained in:
parent
2bd012729b
commit
6a466c4378
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ const Foam::debug::tolerancesSwitch
|
||||||
Foam::immersedPoly::tolerance_
|
Foam::immersedPoly::tolerance_
|
||||||
(
|
(
|
||||||
"immersedPolyTolerance",
|
"immersedPolyTolerance",
|
||||||
1e-2
|
1e-4
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ const Foam::debug::tolerancesSwitch
|
||||||
Foam::immersedPoly::liveFactor_
|
Foam::immersedPoly::liveFactor_
|
||||||
(
|
(
|
||||||
"immersedPolyLiveFactor",
|
"immersedPolyLiveFactor",
|
||||||
1e-4
|
0.01
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue