Navigation

    CFD中文网

    CFD中文网

    • Login
    • Search
    • 最新

    压力入口边界条件

    OpenFOAM
    3
    4
    2834
    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.
    • M
      mark last edited by

      可压缩,0时刻,U的大小怎样确定?

      C 1 Reply Last reply Reply Quote
      • C
        CFD中文网 @mark last edited by

        @mark

        你可以直接用压力进口对可压缩来模拟。就是压力进口、压力出口:sunglasses:

        CFD中国标准用户测试帐号
        目前由徐笑笑登录

        1 Reply Last reply Reply Quote
        • Wayne
          Wayne last edited by

          据说可压缩的压力入口是这么给的:
          totalPressure
          pressureInletVelocity

          Blog: http://blog.sina.com.cn/multiphyzks
          RG:https://www.researchgate.net/profile/Yan_Wang154

          1 Reply Last reply Reply Quote
          • M
            mark last edited by mark

            0_1462776631144_QQ截图20160509145537.png

            dimensions [0 1 -1 0 0 0 0];

            internalField uniform (0 0 0);

            boundaryField
            {

            INLET
            {
                type fixedValue;
             
               value uniform (0 0 0);
            }

            WALL
            {
                type            fixedValue;
                value           uniform (0 0 0);
            }
            
            OUTLET
            {
                type            pressureInletOutletVelocity;
                inletValue      uniform (0 0 0);
                value           uniform (0 0 0);
            }
            

            }

            // ************************************************************************* //
            ```
            这样写对不对?

            1 Reply Last reply Reply Quote
            • First post
              Last post

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