cyclicAMI,当transform为 translational的时separationVector (x y z)的坐标如何定义?
-
@luca 类似下面的写法,参考写下。
top { type cyclicAMI; inGroups List<word> 1(cyclicAMI); nFaces 50000; startFace 21552500; matchTolerance 0.0001; neighbourPatch bottom; transformType translational; separation (0 0 2); //代表由bottom面平移 (0 0 2)得到top面 method faceAreaWeightAMI; } bottom { type cyclicAMI; inGroups List<word> 1(cyclicAMI); nFaces 50000; startFace 21602500; matchTolerance 0.0001; neighbourPatch top; transformType translational; separation (0 0 -2); //代表由top面平移 (0 0 -2)得到bottom面 method faceAreaWeightAMI; }