coupledPolyPatch: Separated ordering from transformation controls
which will allow the transformation calculation functionality to be moved into cyclic patches.
This commit is contained in:
@ -38,7 +38,7 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI2;
|
||||
transform noOrdering;
|
||||
ordering noOrdering;
|
||||
}
|
||||
|
||||
slave
|
||||
@ -48,7 +48,7 @@ baffles
|
||||
type cyclicAMI;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch AMI1;
|
||||
transform noOrdering;
|
||||
ordering noOrdering;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user