Skip to content
  • 最新
  • 版块
  • 东岳流体
  • 随机看[请狂点我]
皮肤
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • 默认(不使用皮肤)
  • 不使用皮肤
折叠
CFD中文网

CFD中文网

  1. CFD中文网
  2. OpenFOAM
  3. drag force in dragModel.C

drag force in dragModel.C

已定时 已固定 已锁定 已移动 OpenFOAM
3 帖子 2 发布者 2.0k 浏览
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • K 离线
    K 离线
    kimy
    写于 最后由 编辑
    #1

    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 条回复 最后回复
  • 李东岳李 在线
    李东岳李 在线
    李东岳 管理员
    写于 最后由 编辑
    #2

    75最前面

    捕获.JPG

    http://dyfluid.com/index.html
    需要帮助debug算例的看这个 https://cfd-china.com/topic/8018

    1 条回复 最后回复
  • K 离线
    K 离线
    kimy
    写于 最后由 编辑
    #3

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

    1 条回复 最后回复

  • 登录

  • 登录或注册以进行搜索。
  • 第一个帖子
    最后一个帖子
0
  • 最新
  • 版块
  • 东岳流体
  • 随机看[请狂点我]