mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Tweak VSMALL -> SMALL to avoid conflict with master
This commit is contained in:
@ -627,7 +627,7 @@ bool Foam::primitiveMesh::checkFaceSkewness
|
||||
|
||||
// Skewness vector
|
||||
vector sv =
|
||||
Cpf - ((fAreas[faceI] & Cpf)/((fAreas[faceI] & d) + VSMALL))*d;
|
||||
Cpf - ((fAreas[faceI] & Cpf)/((fAreas[faceI] & d) + SMALL))*d;
|
||||
vector svHat = sv/(mag(sv) + VSMALL);
|
||||
|
||||
// Normalisation distance calculated as the approximate distance
|
||||
|
||||
Reference in New Issue
Block a user