mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
faceZone checking. wip
This commit is contained in:
@ -67,8 +67,13 @@ Foam::label Foam::checkTopology
|
|||||||
{
|
{
|
||||||
forAll(mesh.faceZones(), zoneI)
|
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++;
|
noFailedChecks++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user