diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshIO.C b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshIO.C index 3e6e60617..3d96d0f9c 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshIO.C +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshIO.C @@ -620,23 +620,6 @@ void Foam::conformalVoronoiMesh::reorderProcessorPatches ); const fvMesh& sortMesh = sortMeshPtr(); - // Change the transform type on processors to coincident full match. -// forAll(sortMesh.boundaryMesh(), patchi) -// { -// const polyPatch& patch = sortMesh.boundaryMesh()[patchi]; -// -// if (isA(patch)) -// { -// const processorPolyPatch& cpPatch -// = refCast(patch); -// -// processorPolyPatch& pPatch -// = const_cast(cpPatch); -// -// pPatch.transform() = coupledPolyPatch::COINCIDENTFULLMATCH; -// } -// } - // Rotation on new faces. labelList rotation(faces.size(), label(0)); labelList faceMap(faces.size(), label(-1)); @@ -856,8 +839,7 @@ void Foam::conformalVoronoiMesh::writeMesh const_cast(patchDicts[p]).set ( "transform", - "noOrdering" - //"coincidentFullMatch" + "coincidentFullMatch" ); // Do not create empty processor patches