Navigation

    CFD中文网

    CFD中文网

    • Login
    • Search
    • 最新

    drag force in dragModel.C

    OpenFOAM
    2
    3
    300
    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.
    • K
      kimy last edited by

      Hi, everyone. I am confused that the expression of drag force used in Openfoam, as shown in the following codes. Why there is nu and divided by square of particle diameter. I saw the formula is without nu and only divided by diameter in some literature. Do you have any tip for me? Thanks a lot. By the way, After I deleted pair_.continuous().nu() and only divided by diameter. The results I obtained are totally the same.

      Foam::tmp<Foam::volScalarField> Foam::dragModel::Ki() const
      {
          return
              0.75
             *CdRe()
             *swarmCorrection_->Cs()
             *pair_.continuous().rho()
             *pair_.continuous().nu()
             /sqr(pair_.dispersed().d());
      }
      
      1 Reply Last reply Reply Quote
      • 李东岳
        李东岳 管理员 last edited by

        75最前面

        捕获.JPG

        CFD课程 改成线上了 http://dyfluid.com/class.html
        CFD高性能服务器 http://dyfluid.com/servers.html

        1 Reply Last reply Reply Quote
        • K
          kimy last edited by

          Thanks a lot, Dongyue. Very helpful. I found in SN model CdRe was multiplied by another Re. Thus, the formula is consistent.

          1 Reply Last reply Reply Quote
          • First post
            Last post

          CFD中文网 | 东岳流体 | 京ICP备15017992号-2