Navigation

    CFD中文网

    CFD中文网

    • Login
    • Search
    • 最新

    interFoam流型模拟

    OpenFOAM
    4
    6
    2821
    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.
    • winsway_zero
      winsway_zero last edited by

      请教一下,使用interFoam入口设置了液体流速(1 0 0)和气体流速(20 0 0),经过模拟并没有液体表面没有波动产生。
      0_1523706679416_微信图片_20180414194929.png

      一生做好一件事,足矣~

      M 1 Reply Last reply Reply Quote
      • M
        mohui @winsway_zero last edited by

        @winsway_zero 这个有实验证明一定会有波动吗?我看流速并不是很高,不容易产生K-H不稳定性波吧

        winsway_zero 1 Reply Last reply Reply Quote
        • winsway_zero
          winsway_zero @mohui last edited by 李东岳

          @mohui 这个尺寸过大了高是1m长是20m.后面我把尺寸改小了(0.1*10)以后可以得到波。
          (流速Ug(10 0 0)Ul(1 0 0)).
          0_1524193058770_TIM截图20180420105634.png
          (流速Ug(1 0 0)Ul(10 0 0)).
          0_1524193207602_图片1.png
          因为想模拟管流条件下(这是个二维模型),两相不同流速下会产生不同的流型的状态。从结果来看并不是很合理。以下是边界条件设定。

          dimensions      [0 1 -1 0 0 0 0];
          
          internalField   uniform (0 0 0);
          
          boundaryField
          {
          
              lowerWall
              {
                  type            noSlip;
              }
              topWall
              {
                  type            noSlip;
              }
              defaultFaces
              {
                  type            empty;
              }
          
              inlet_air
              {
                 // type            flowRateInletVelocity;
                 // massFlowRate    constant 1;
                    type		fixedValue;
          	  value           uniform (10 0 0);
              }
              inlet_water
              {
                 // type            flowRateInletVelocity;
                 // massFlowRate    constant 100;
                    type		fixedValue;
          	  value           uniform (1 0 0);
              }
              outlet_air
              {
                 // type            pressureInletOutletVelocity;
                 // value           uniform (0 0 0);
                 // inletValue      uniform (0 0 0);
          	  type		zeroGradient;
              }
              outlet_water
              {
                 // type            pressureInletOutletVelocity;
                 // value           uniform (0 0 0);
                 // inletValue      uniform (0 0 0);
          	  type		  zeroGradient;
              }
          }
          /***********************************************************/
          dimensions      [1 -1 -2 0 0 0 0];
          
          internalField   uniform 0;
          
          boundaryField
          {
          
              lowerWall
              {
                  type            fixedFluxPressure;
                  value           $internalField;
              }
              topWall
              {
                  type            fixedFluxPressure;
                  value           $internalField;
              }
              defaultFaces
              {
                  type            empty;
                  //value           $internalField;
              }
              
              inlet_air
              {
                  type            fixedFluxPressure;
                  value           $internalField;
          	//  type		zeroGradient;
              }
              inlet_water
              {
                 type            fixedFluxPressure;
                 value           $internalField;
          	//  type		zeroGradient;
              }
              outlet_air
              {
                  type            fixedValue;
                  value           $internalField;
              }
              outlet_water
              {
                  type            fixedValue;
                  value           $internalField;
              }
          }
          
          // ************************************************************************* //
          dimensions      [0 0 0 0 0 0 0];
          
          internalField   uniform 0;
          
          boundaryField
          {
          
              lowerWall
              {
                  type            zeroGradient;
              }
              topWall
              {
                  type            zeroGradient;
              }
              defaulFaces
              {
                  type            empty;
              }
              inlet_air
              {
                  type            fixedValue;
                  value           uniform 0;
              }
              inlet_water
              {
                  type            fixedValue;
                  value           uniform 1;
              }
              outlet_air
              {
                  type            inletOutlet;
                  value           $internalField;
                  inletValue      $internalField;
              }
              outlet_water
              {
                  type            inletOutlet;
                  value           $internalField;
                  inletValue      $internalField;
              }
          }
          

          一生做好一件事,足矣~

          1 Reply Last reply Reply Quote
          • 李东岳
            李东岳 管理员 last edited by

            @winsway_zero 最近在算什么?:threaten:

            线上CFD课程 7月1日报名截止 http://dyfluid.com/class.html
            CFD高性能服务器 http://dyfluid.com/servers.html

            winsway_zero 1 Reply Last reply Reply Quote
            • winsway_zero
              winsway_zero @李东岳 last edited by

              @东岳 最近想算一个管流,模拟不同气液比下的流型。看看和实验发表的文章能不能对上。

              一生做好一件事,足矣~

              chengan.wang 1 Reply Last reply Reply Quote
              • chengan.wang
                chengan.wang @winsway_zero last edited by

                @winsway_zero 请问您的算例是否调好了呢?边界条件是否能分享一下呢?

                1 Reply Last reply Reply Quote
                • First post
                  Last post

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