Removed warning message for cutting of non-processor coupled patches by immersed boundary surface

This commit is contained in:
Hrvoje Jasak 2020-03-20 15:19:27 +00:00
parent 9d56efa78b
commit 2047194e3a

View file

@ -617,14 +617,17 @@ void Foam::immersedBoundaryPolyPatch::calcImmersedBoundary() const
}
else
{
WarningIn
(
"void immersedBoundaryPolyPatch::"
"calcImmersedBoundary() const"
) << "Non-processor coupled patch detected for "
<< "immersed boundary. "
<< "Direct face cut may not be detected"
<< endl;
// Possible code missing: reconsider Immersed boundary
// cutting non-matching coupled patches.
// HJ and HN, 20/Mar/2020
// WarningIn
// (
// "void immersedBoundaryPolyPatch::"
// "calcImmersedBoundary() const"
// ) << "Non-processor coupled patch detected for "
// << "immersed boundary. "
// << "Direct face cut may not be detected"
// << endl;
}
}
}