Removed warning message for cutting of non-processor coupled patches by immersed boundary surface
This commit is contained in:
parent
9d56efa78b
commit
2047194e3a
1 changed files with 11 additions and 8 deletions
|
@ -617,14 +617,17 @@ void Foam::immersedBoundaryPolyPatch::calcImmersedBoundary() const
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
WarningIn
|
// Possible code missing: reconsider Immersed boundary
|
||||||
(
|
// cutting non-matching coupled patches.
|
||||||
"void immersedBoundaryPolyPatch::"
|
// HJ and HN, 20/Mar/2020
|
||||||
"calcImmersedBoundary() const"
|
// WarningIn
|
||||||
) << "Non-processor coupled patch detected for "
|
// (
|
||||||
<< "immersed boundary. "
|
// "void immersedBoundaryPolyPatch::"
|
||||||
<< "Direct face cut may not be detected"
|
// "calcImmersedBoundary() const"
|
||||||
<< endl;
|
// ) << "Non-processor coupled patch detected for "
|
||||||
|
// << "immersed boundary. "
|
||||||
|
// << "Direct face cut may not be detected"
|
||||||
|
// << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue