Navigation

    CFD中文网

    CFD中文网

    • Login
    • Search
    • 最新
    1. Home
    2. thegame
    • Profile
    • Following 5
    • Followers 1
    • Topics 0
    • Posts 8
    • Groups 0

    thegame

    @thegame

    2
    Profile views
    8
    Posts
    1
    Followers
    5
    Following
    Joined Last Online

    thegame Unfollow Follow

    Latest posts made by thegame

    • RE: OpenFOAM9计算的uprimn2Mean异常

      @李东岳 好嘞,谢谢老师解惑

      posted in OpenFOAM
      thegame
      thegame
    • RE: OpenFOAM9计算的uprimn2Mean异常

      @李东岳 东岳老师,这是因为of9新版本自己代码的原因吗?

      posted in OpenFOAM
      thegame
      thegame
    • RE: wedge几何体下setFields的用法

      @韬智tz 谢谢

      posted in OpenFOAM
      thegame
      thegame
    • RE: wedge几何体下setFields的用法

      @韬智tz 你好,我想请问下这是哪篇文章

      posted in OpenFOAM
      thegame
      thegame
    • RE: 将icem网格导入openfoam,选择chtMultiRegionFoam求解器,出现错误如图所示,怎么解决呀

      @jpzhao 我用了topoSet但好像还是同样的报错

      posted in OpenFOAM
      thegame
      thegame
    • RE: 将icem网格导入openfoam,选择chtMultiRegionFoam求解器,出现错误如图所示,怎么解决呀

      @jpzhao 是的,我也是用这个求解器做一个共轭传热相关的,两种固体一种流体,但是还没有解决,我运行那个电子元件导热算例不Allrun的话也出现这个问题

      posted in OpenFOAM
      thegame
      thegame
    • RE: 将icem网格导入openfoam,选择chtMultiRegionFoam求解器,出现错误如图所示,怎么解决呀

      你好,我也是将icem网格导入openfoam用这个求解器出现了以上的问题,不知道是否可以交流一下

      posted in OpenFOAM
      thegame
      thegame
    • RE: small常数

      https://www.cfd-online.com/Forums/openfoam-solving/120990-small-great-rootvsmall-what.html
      里面写了small常数还有这些以及大小

      static const doubleScalar doubleScalarGREAT = 1.0e+15;
      static const doubleScalar doubleScalarVGREAT = 1.0e+300;
      static const doubleScalar doubleScalarROOTVGREAT = 1.0e+150;
      static const doubleScalar doubleScalarSMALL = 1.0e-15;
      static const doubleScalar doubleScalarVSMALL = 1.0e-300;
      static const doubleScalar doubleScalarROOTVSMALL = 1.0e-150;
      

      以及在OpenFOAM-7数值改变了(https://github.com/OpenFOAM/OpenFOAM-7/commit/c902c7a396c43ff733b33294f79acab03d7b92d8#diff-118c1e97b96036fb1f9d7f1ee5912713)
      d8bec1f9-3829-4c38-873f-62207d498415-image.png
      测试了一下OpenFOAM-7的VSMALL结果:
      430638be-f3c0-4d6c-a853-fd82f9b03400-image.png

      posted in OpenFOAM
      thegame
      thegame