mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
sampledSet: Relax hit tolerance to handle warped faces
This commit is contained in:
@ -34,7 +34,7 @@ License
|
|||||||
|
|
||||||
namespace Foam
|
namespace Foam
|
||||||
{
|
{
|
||||||
const scalar sampledSet::tol = 1e-6;
|
const scalar sampledSet::tol = 1e-3;
|
||||||
|
|
||||||
defineTypeNameAndDebug(sampledSet, 0);
|
defineTypeNameAndDebug(sampledSet, 0);
|
||||||
defineRunTimeSelectionTable(sampledSet, word);
|
defineRunTimeSelectionTable(sampledSet, word);
|
||||||
|
|||||||
Reference in New Issue
Block a user