Navigation

    CFD中文网

    CFD中文网

    • Login
    • Search
    • 最新

    边界条件的问题

    OpenFOAM
    3
    6
    3681
    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.
    • F
      frank last edited by

      compressibleInterFoam 求解器

      1 Reply Last reply Reply Quote
      • F
        frank last edited by frank

        0_1475917176780_Selection_001.png

        1 Reply Last reply Reply Quote
        • F
          frank last edited by

          模拟射流问题

          F 1 Reply Last reply Reply Quote
          • F
            frank @frank last edited by CFD中文网

            FoamFile
            {
                version     2.0;
                format      ascii;
                class       volVectorField;
                object      U;
            }
            // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
            
            dimensions      [0 1 -1 0 0 0 0];
            
            internalField   uniform (0 0 0);
            
            boundaryField
            {
                INLET
                {
                    type            fixedValue;
                    value           uniform (400 0 0);
                }
            
                WALL
                {
                    type            fixedValue;
                    value           uniform (0 0 0);
                }
                WALL1
                {
                    type            fixedValue;
                    value           uniform (0 0 0);
                }
            
                OUTLET
                {
                    type            pressureInletOutletVelocity;
                    value           uniform (0 0 0);
                }
            }
            
            1 Reply Last reply Reply Quote
            • C
              CFD中文网 last edited by

              So what is your question?

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

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

                What's ur point?

                1 Reply Last reply Reply Quote
                • First post
                  Last post

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