We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c71e6d commit e0dd4c7Copy full SHA for e0dd4c7
Common/src/geometry/CPhysicalGeometry.cpp
@@ -8127,8 +8127,8 @@ void CPhysicalGeometry::FindNormal_Neighbor(const CConfig* config) {
8127
/*--- Get maximum cosine ---*/
8128
if (cos_alpha >= cos_max) {
8129
/*--- If point is on the wall, only add it if Point_Normal was not set before. ---*/
8130
- if ((!nodes->GetViscousBoundary(iPoint)) || ((nodes->GetViscousBoundary(iPoint)) && (cos_max < -1.0)))
8131
- Point_Normal = jPoint;
+ /*if ((!nodes->GetViscousBoundary(iPoint)) || ((nodes->GetViscousBoundary(iPoint)) && (cos_max < -1.0)))*/
+ Point_Normal = jPoint;
8132
/*--- Only set angle if it is not on a wall. */
8133
if (!nodes->GetViscousBoundary(iPoint)) cos_max = cos_alpha;
8134
}
0 commit comments