From 3ca8e59d876bb35f93a6af8787d693d1cc1e6cad Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 30 Oct 2014 09:57:02 +0000 Subject: [PATCH] BUG: coupledPolyPatch: removed NOORDERING clause --- .../polyPatches/basic/coupled/coupledPolyPatch.C | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C index 7e056675b5..8a4f913ce3 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -344,15 +344,7 @@ void Foam::coupledPolyPatch::calcTransformTensors Pout<< " error:" << error << endl; } - if (transform == NOORDERING) - { - forwardT_.setSize(0); - reverseT_.setSize(0); - - separation_.setSize(0); - collocated_ = boolList(1, true); - } - else if + if ( transform == ROTATIONAL || (