PairCollision: Reduce division stabilization to SMALL
This commit is contained in:
parent
dbe56f6460
commit
5d8757d6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ void Foam::PairCollision<CloudType>::wallInteraction()
|
|||
|
||||
vector pW = nearPt - pos;
|
||||
|
||||
scalar normalAlignment = normal & pW/(mag(pW) + ROOTSMALL);
|
||||
scalar normalAlignment = normal & pW/(mag(pW) + SMALL);
|
||||
|
||||
// Find the patchIndex and wallData for WallSiteData object
|
||||
label patchI = patchID[realFaceI - mesh.nInternalFaces()];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue