ENH: distinguish between face areaNormal/unitNormal in the code

This commit is contained in:
Mark Olesen
2018-08-10 15:43:06 +02:00
parent b81a2f2fa6
commit c1964d7807
52 changed files with 200 additions and 256 deletions

View File

@ -296,7 +296,7 @@ bool Foam::meshRefinement::isCollapsedFace
const scalar severeNonorthogonalityThreshold =
::cos(degToRad(maxNonOrtho));
vector s = mesh_.faces()[facei].normal(points);
vector s = mesh_.faces()[facei].areaNormal(points);
scalar magS = mag(s);
// Check face area