surfaceFeatureExtract: Changed the internalAngleTolerance to 80deg

This commit is contained in:
Henry Weller
2018-01-19 20:16:36 +00:00
parent 0309a2c7cf
commit 672d3058ea

View File

@ -43,7 +43,7 @@ Description
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
const Foam::scalar Foam::internalAngleTolerance(45);
const Foam::scalar Foam::internalAngleTolerance(80);
const Foam::scalar Foam::internalToleranceCosAngle
(
cos(degToRad(180 - internalAngleTolerance))