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. div(phi,U) 中 filteredLinear类疑惑

div(phi,U) 中 filteredLinear类疑惑

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

    Divergence scheme 中的 filteredLinear, filteredLinear2, filteredLinear2V 有什么区别吗?
    如果想设置 div(phi,U) 为这类 scheme, 用哪个最优呢? 谢谢~

    1 条回复 最后回复
  • 李东岳李 离线
    李东岳李 离线
    李东岳 管理员
    写于 最后由 编辑
    #2

    还没用过这俩个格式 :quwan:

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

    1 条回复 最后回复
  • H 离线
    H 离线
    hy1112006
    写于 最后由 李东岳 编辑
    #3

    @东岳

    在rhoPimpleFoam/LES/pitzDaily 算例里找到了这个应用,

    
    ---Properties
     Second order
     Unbounded
     Attempts to limit the unboundedness of the linear scheme
    ---Usage
    The scheme is specified using:
    
    divSchemes
    {
        default         none;
        div(phi,U)      Gauss filteredLinear2 <k> <l>;
    }
    
    ---Where the coefficients
    --k: Scales the rate at which the correction is applied
    0 : linear
    1 : fully limited
    --l: Maximum allowed overshoot/undershoot relative to the difference across the face.
    0 : no overshoot/undershoot
    1 : overshoot/undershoot equal to the difference across the face
    

    对于矢量时候 用filteredLinear2V, 求解出来流场的unboundedness 介于 Gauss Linear (unbounded) 和 Gauss GammaV (bounded)中间

    1 条回复 最后回复

  • 登录

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