mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: distinguish between face areaNormal/unitNormal in the code
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user