Skip to content

Commit

Permalink
fig GG share nodes interpolation for outlet
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfooted committed Jan 15, 2024
1 parent e9cb623 commit dbdbe1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/src/CConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7938,6 +7938,7 @@ bool CConfig::GetSolid_Wall(unsigned short iMarker) const {
bool CConfig::Getinoutfar(unsigned short iMarker) const {
return (Marker_All_KindBC[iMarker] == INLET_FLOW || Marker_All_KindBC[iMarker] == OUTLET_FLOW);
}

bool CConfig::GetSymmetry(unsigned short iMarker) const {
return (Marker_All_KindBC[iMarker] == SYMMETRY_PLANE);
}
Expand Down

0 comments on commit dbdbe1d

Please sign in to comment.