Skip to content
Snippets Groups Projects
Commit 0b694909 authored by mattijs's avatar mattijs
Browse files

ENH: coupledPolyPatch: allowed sheared cyclic

parent a839ac51
Branches
Tags
No related merge requests found
......@@ -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());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment