mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: coupledPolyPatch: allowed sheared cyclic
This commit is contained in:
@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user