faceZone checking. wip

This commit is contained in:
mattijs 2009-07-09 11:57:21 +01:00
parent 3a37e1a053
commit 4c13ef589b

View File

@ -67,8 +67,13 @@ Foam::label Foam::checkTopology
{
forAll(mesh.faceZones(), zoneI)
{
if (mesh.faceZones()[zoneI].checkParallelSync(true))
if (mesh.faceZones()[zoneI].checkParallelSync(false))
{
Info<< " ***FaceZone " << mesh.faceZones()[zoneI].name()
<< " is not correctly synchronised"
<< " acrosss coupled boundaries."
<< " (coupled faces both"
<< " present in set but with opposite flipmap)" << endl;
noFailedChecks++;
}
}