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. 流体网格的更新问题

流体网格的更新问题

已定时 已固定 已锁定 已移动 OpenFOAM
13 帖子 5 发布者 9.1k 浏览
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • V 离线
    V 离线
    veen
    在 中回复了 Stan同学 最后由 编辑
    #4

    @Stan同学 可以看看这个流固耦合的接口precice

    preCICE is the leading open-source coupling library for partitioned multi-physics simulations, including, but not restricted to fluid-structure interaction and conjugate heat transfer simulations.

    Partitioned means that preCICE couples existing programs/solvers capable of simulating a subpart of the complete physics involved in a simulation. This allows for the high flexibility that is needed to keep a decent time-to-solution for complex multi-physics scenarios.

    The software offers convenient methods for transient equation coupling, communication, and data mapping.

    visualisation of how preCICE couples different solvers

    替代文字

    S 1 条回复 最后回复
  • 李东岳李 离线
    李东岳李 离线
    李东岳 管理员
    在 中回复了 Stan同学 最后由 李东岳 编辑
    #5

    @Stan同学 你那个属于边界点的移动,laplacian算法是处理内部场的。你的思想完全可行(就是你说的接口的问题)。边界弄好了之后,可以用laplacian求解一下内部点的移动。这是算心血管流动么?

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

    1 条回复 最后回复
  • S 离线
    S 离线
    Stan同学
    在 中回复了 veen 最后由 编辑
    #6

    @veen 在 流体网格的更新问题 中说:

    @Stan同学 可以看看这个流固耦合的接口precice

    preCICE is the leading open-source coupling library for partitioned multi-physics simulations, including, but not restricted to fluid-structure interaction and conjugate heat transfer simulations.

    Partitioned means that preCICE couples existing programs/solvers capable of simulating a subpart of the complete physics involved in a simulation. This allows for the high flexibility that is needed to keep a decent time-to-solution for complex multi-physics scenarios.

    The software offers convenient methods for transient equation coupling, communication, and data mapping.

    visualisation of how preCICE couples different solvers

    替代文字

    感谢前辈,我刚刚看了preCICE官网的演示视频,感觉值得一试。在介绍里看到这个团队已经开发了OpenFOAM的adapter,之后要做的应该就是参考这些现有的adapter并针对自己采用的有限元软件做一个adapter来实现和OpenFOAM之间的数据传递了。

    V 1 条回复 最后回复
  • V 离线
    V 离线
    veen
    在 中回复了 Stan同学 最后由 编辑
    #7

    @Stan同学 这个看起来比IBM啥的简单一些,我看有人也用它算心脏的流动,坐等出教程,哈哈哈

    1 条回复 最后回复
  • S 离线
    S 离线
    Stan同学
    写于 最后由 编辑
    #8

    @李东岳
    感谢东岳老师,起初我以为边界点和内部是动网格方法一起求解,看来之前的理解是有问题的。

    请问这样的边界点移动在OpenFOAM中是如何实现的呢?

    这是做的波浪、海床与结构物的相互作用,由于结构物下沉后海床变形(有限元部分),所以想用算出的位移来更新流体域网格从而更准确地计算下一步的流场。

    李东岳李 1 条回复 最后回复
  • 李东岳李 离线
    李东岳李 离线
    李东岳 管理员
    在 中回复了 Stan同学 最后由 编辑
    #9

    @Stan同学

    请问这样的边界点移动在OpenFOAM中是如何实现的呢?

    Pretty simple. 直接给点的位移就可以了啊。然后当做边界条件。顺势内部点移动

    这面有人做心血管流固耦合,也是类似的动边界。

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

    1 条回复 最后回复
  • S 离线
    S 离线
    Samuel-Tu
    写于 最后由 编辑
    #10

    @李东岳 这种给边界点位移,计算内部点移动的求解器叫啥啊。想研究一下。

    李东岳李 1 条回复 最后回复
  • 李东岳李 离线
    李东岳李 离线
    李东岳 管理员
    在 中回复了 Samuel-Tu 最后由 编辑
    #11

    @Samuel-Tu 这是动网格的思想,用动网格求解器就可以

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

    1 条回复 最后回复
  • S 离线
    S 离线
    Stan同学
    写于 最后由 编辑
    #12

    @李东岳
    东岳老师,您这里说的直接给点的位移是指在下一步求解前,对constant/polyMesh路径下的points文件里相应边界上的点坐标进行覆写吗?

    然后在0文件夹下给出该边界的各个初始条件,同时在pointDisplacement指定相应的movingWall边界,内部再使用某种动网格求解器进行处理?

    1 条回复 最后回复
  • V 离线
    V 离线
    veen
    写于 最后由 编辑
    #13

    preCICE很amazing,用好了应该比自己改求解器简单高效 https://www.bilibili.com/video/BV1iT4y1P7e7/
    (现在发帖竟然需要间隔300s:jingya: )

    1 条回复 最后回复

  • 登录

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