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. 关于多相流的电势方程(Laplace方程)的求解问题

关于多相流的电势方程(Laplace方程)的求解问题

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

    @cfd_lilili 在 关于多相流的电势方程(Laplace方程)的求解问题 中说:

    fe4.0

    这是啥。。。

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

    C 1 条回复 最后回复
  • C 离线
    C 离线
    cfd_lilili
    在 中回复了 李东岳 最后由 编辑
    #10

    @东岳 openFoam-extend4.0,不好意思,我以为这个是通用的简写

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

    @cfd_lilili 在 关于多相流的电势方程(Laplace方程)的求解问题 中说:

    smoothSolver: Solving for phiE, Initial residual = 1, Final residual = 0.00666667, No Iterations 1000
    smoothSolver: Solving for phiE, Initial residual = 0.969654, Final residual = 0.955898, No Iterations 1000
    smoothSolver: Solving for phiE, Initial residual = 0.999906, Final residual = 0.999906, No Iterations 1000
    smoothSolver: Solving for phiE, Initial residual = 0.999943, Final residual = 0.999943, No Iterations 1000
    smoothSolver: Solving for phiE, Initial residual = 0.999959, Final residual = 0.999959, No Iterations 1000
    smoothSolver: Solving for phiE, Initial residual = 0.99997, Final residual = 0.99997, No Iterations 1000
    smoothSolver: Solving for phiE, Initial residual = 0.999977, Final residual = 0.999977, No Iterations 1000
    smoothSolver: Solving for phiE, Initial residual = 0.999982, Final residual = 0.999982, No Iterations 1000
    smoothSolver: Solving for phiE, Initial residual = 0.999986, Final residual = 0.999986, No Iterations 1000
    smoothSolver: Solving for phiE, Initial residual = 0.999989, Final residual = 0.999989, No Iterations 1000

    你在求解一个方程求解多次。另外,迭代次数1000,没有收敛,

    这是一个非常简单的方程,你需要更细心的debug

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

    C 1 条回复 最后回复
  • C 离线
    C 离线
    cfd_lilili
    在 中回复了 李东岳 最后由 编辑
    #12

    @东岳 谢谢老师
    我把代码换了写法,问题就解决了
    这是原来的写法

            fvScalarMatrix phiEEqn
            (
                fvm::laplacian(  phiE )
            );
    
            phiEEqn.relax();
            solve(phiEEqn); 
    

    把它简单地写为

        solve( fvm::laplacian(sigmaE, phiE) );
    

    问题勉强算解决了,但还不知道之前的问题出在哪。

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

    后来这个解决了吗 :-)

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

    1 条回复 最后回复
  • G 离线
    G 离线
    gzs20
    写于 最后由 编辑
    #14

    老师,请教一下,不同相的交界面电势的边界条件采用的那种了

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

    但其电导系数(sigma)在不同的相中具有不同的值。

    我去年在笔记的附录中整理了这部分内容。这部分采取多计算域的方法处理比较好。

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

    1 条回复 最后回复
  • G 离线
    G 离线
    gzs20
    写于 最后由 编辑
    #16

    @李东岳 东岳老师,您好,请问您说的笔记的附录在哪里可以找到,告知一下,目前卡在了电势的求解这一步

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

    http://dyfluid.com/index.html 主页有下载

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

    G 1 条回复 最后回复
  • G 离线
    G 离线
    gzs20
    在 中回复了 李东岳 最后由 编辑
    #18

    @李东岳 谢谢东岳老师

    1 条回复 最后回复

  • 登录

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