ENH: coupledPolyPatch: allowed sheared cyclic

This commit is contained in:
mattijs
2011-04-26 19:21:20 +01:00
parent a839ac5110
commit 0b6949098c

View File

@ -313,7 +313,7 @@ void Foam::coupledPolyPatch::calcTransformTensors
forwardT_.setSize(0);
reverseT_.setSize(0);
separation_ = (nf&(Cr - Cf))*nf;
separation_ = Cr - Cf;
collocated_.setSize(separation_.size());