Reduced immersed boundary cutting tolerances
This commit is contained in:
parent
24043c0817
commit
62228e7189
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ const Foam::debug::tolerancesSwitch
|
|||
Foam::immersedPoly::tolerance_
|
||||
(
|
||||
"immersedPolyTolerance",
|
||||
1e-4
|
||||
1e-2
|
||||
);
|
||||
|
||||
|
||||
|
@ -47,7 +47,7 @@ const Foam::debug::tolerancesSwitch
|
|||
Foam::immersedPoly::liveFactor_
|
||||
(
|
||||
"immersedPolyLiveFactor",
|
||||
1e-6
|
||||
1e-4
|
||||
);
|
||||
|
||||
|
||||
|
|
Reference in a new issue