Navigation

    CFD中文网

    CFD中文网

    • Login
    • Search
    • 最新

    cyclicAMI,当transform为 translational的时separationVector (x y z)的坐标如何定义?

    OpenFOAM
    2
    2
    52
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      luca last edited by

      这是我的周期性边界,两者在Y方向上不同,距离为8mm
      710978a4-7f80-498f-9b89-bced41b89ba5-7PD@JEG(N2$MF3SZYHC4LT9.png

      C 1 Reply Last reply Reply Quote
      • C
        coolhhh @luca last edited by

        @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;
            }
        
        1 Reply Last reply Reply Quote
        • First post
          Last post

        CFD中文网 | 东岳流体 | 京ICP备15017992号-2
        论坛登录问题反馈可联系 li.dy@dyfluid.com