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. 构造UEqn的时候出错

构造UEqn的时候出错

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

    构造UEqu的时候报错,编译可以通过,openfoam7版本,
    代码:

    fvVectorMatrix UEqn
                            (
                             fvm::ddt(rhoEff,U)
                             + fvm::div(Rhophi, U)
                             + fvc::div(rhoPhiR_PTRS)  // pseudo-turbulent Reynolds-stress
                             - fvm::laplacian(voidfraction*fluidViscosity, U)
                             - fvc::div(voidfraction*fluidViscosity*dev2(Foam::T(fvc::grad(U))))
                             ==
                             - fvm::Sp(Ksl,U)
                            );
    

    运行到这的时候,报错:

    [GPU01:121865] *** An error occurred in MPI_Recv
    [GPU01:121865] *** reported by process [1419640833,1]
    [01:121865] *** on communicator MPI COMMUNICATOR 3 SPLIT FROM 0
    [GPU01:121865] *** MPI_ERR_TRUNCATE: message truncated
    [GPU01:121865] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
    [GPU01:121865] ***    and potentially your MPI job)
    [GPU01:121859] 2 more processes have sent help message help-mpi-errors.txt / mpi_errors_are_fatal
    [GPU01:121859] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
    

    大家有没有遇到过这样的问题?

    1 条回复 最后回复

  • 登录

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