Skip to content
  • 前处理,进口面问题

    Meshy
    4
    0 赞同
    4 帖子
    6k 浏览
    bestucanB

    icem也有这个功能,只是我没用过,

    https://cfd-china.com/topic/6069/搅拌反应器icem结构网格划分方式/7

    Screenshot from 2024-09-28 14-40-10.png

  • sprayFoam报错

    OpenFOAM
    2
    0 赞同
    2 帖子
    2k 浏览
    R

    我的chemistryProperties是这样设置的:

    chemistryType { chemistrySolver ode; chemistryThermo psi; } chemistry on; initialChemicalTimeStep 1e-8; EulerImplicitCoeffs { cTauChem 1; equilibriumRateLimiter off; } odeCoeffs { solver seulex; absTol 1e-12; relTol 1e-1; } // ************************************************************************* //
  • gnuplot 画的dashed line

    CFD彩虹条
    1
    0 赞同
    1 帖子
    2k 浏览
    李东岳
    with lines lw 5 lt 1 dt 3 lc rgb "black",\
  • 0 赞同
    6 帖子
    10k 浏览
    P

    @wsy11 谢谢您~我现在已经可以成功构建网格啦^^

  • 压缩?不可压缩?

    Fluent
    3
    0 赞同
    3 帖子
    6k 浏览
    X

    但是你这个速度不高,马赫数很小,应该是可以按照不可压缩的

  • 加班文化

    CFD彩虹条
    5
    0 赞同
    5 帖子
    8k 浏览
    李东岳

    今天青年节,下午放假 :chigua:

  • 报个错别字

    CFD彩虹条
    2
    0 赞同
    2 帖子
    4k 浏览
    李东岳

    已更新,多谢!

  • 0 赞同
    7 帖子
    11k 浏览
    李东岳

    moment method对于nucleation和condensation的模拟简单吗?

    即为简单。但是溶解/蒸发数值上要复杂些。2017年我在HZDR的时候同事用fixed pivot method模拟增长,我用moment method,相比来看moment method要更简单,并且不需要处理相空间的drift:https://www.sciencedirect.com/science/article/pii/S1004954118301174/pdfft?md5=84216a8842ce3fd6d1a99d4f327c1ee1&pid=1-s2.0-S1004954118301174-main.pdf

  • fluent 冷凝

    Fluent
    3
    0 赞同
    3 帖子
    5k 浏览
    S

    @l-j刘侃 不好意思,我没有明白你什么意思,既然是添加源项,必然有返回值,返回值是哪个方程的哪一项呢

  • 0 赞同
    10 帖子
    15k 浏览
    aiweimoA

    @李东岳 在 LES计算中入口 湍流度/脉动速度 如何设置和控制? 中说:

    后续的有关LES入口的可以参考这个帖子 LES定义入口速度的问题(DSRFG方法)

    用的动态拉格朗日模型

    @aiweimo 大佬你当时为什么用这个湍流模型?有特殊的原因么

    李老师,没有特殊原因,当时用的是第三方的SOWFA代码包,刚好用了这个模型,没有对亚格子模型进行研究过

  • Fluent这种情况下运行出错是怎么回事

    Fluent
    2
    0 赞同
    2 帖子
    3k 浏览
    4

    网格检查没有错,但是一运行就不行了,不懂啥意思啊。。。

  • 下面这个是什么原因?各位老师们

    Fluent
    5
    0 赞同
    5 帖子
    7k 浏览

    @小令 在 下面这个是什么原因?各位老师们 中说:

    各位大佬们,我在用tecplot处理截图时,出现这种情况,底宽不对应,应该处理时距离都是一样的,都为6m。这个是为什么呢?

    试试plot下进入Aixs,勾选independent,把x,y,z的ratio都改为1,试试行不行

  • 关于openfoam网格转换

    Meshy
    4
    0 赞同
    4 帖子
    7k 浏览
    A

    用的windAroundBuildings算例,840万网格的二维模型,网格质量检查过了,计算域是14000*4000米。epsilonInlet 0.0003; // Cmu^0.75 * k^1.5 / L ; L =10

    dimensions [0 2 -3 0 0 0 0];

    internalField uniform $epsilonInlet;

    boundaryField
    {
    INLET
    {
    type fixedValue;
    value uniform $epsilonInlet;
    }

    OUTLET { type zeroGradient; } WALL { type epsilonWallFunction; value uniform $epsilonInlet; } frontAndBackPlanes { type empty; } #includeEtc "caseDicts/setConstraintTypes"

    }
    kInlet 1.5; // approx k = 1.5*(I*U)^2 ; I = 0.1

    dimensions [0 2 -2 0 0 0 0];

    internalField uniform $kInlet;

    boundaryField
    {
    INLET
    {
    type fixedValue;
    value uniform $kInlet;
    }
    OUTLET
    {
    type zeroGradient;
    }

    WALL { type kqRWallFunction; value uniform $kInlet; } frontAndBackPlanes { type empty; } #includeEtc "caseDicts/setConstraintTypes"

    }
    nut
    internalField uniform 0;

    boundaryField
    {
    INLET
    {
    type calculated;
    value uniform 0;
    }

    OUTLET { type calculated; value uniform 0; } WALL { type nutUSpaldingWallFunction; value uniform 0; } frontAndBackPlanes { type empty; } #includeEtc "caseDicts/setConstraintTypes"

    }
    p
    internalField uniform 0;

    boundaryField
    {
    INLET
    {
    type zeroGradient;
    }
    OUTLET
    {
    type fixedValue;
    value uniform 0;
    p0 uniform 0;
    }
    WALL
    {
    type zeroGradient;
    }
    frontAndBackPlanes
    {
    type empty;
    }

    #includeEtc "caseDicts/setConstraintTypes"

    }
    Uinlet (10 0 0);

    dimensions [0 1 -1 0 0 0 0];

    internalField uniform (10 0 0);

    boundaryField
    {
    INLET
    {
    type fixedValue;
    value uniform $Uinlet;
    }
    OUTLET
    {
    type zeroGradient;
    }

    WALL { type noSlip; } frontAndBackPlanes { type empty; } #includeEtc "caseDicts/setConstraintTypes"

    }
    时间步长试过1 0.1 0.01 其他的都没动

  • 通量phi的计算问题

    OpenFOAM
    4
    0 赞同
    4 帖子
    5k 浏览
    李东岳

    你说的没毛病,老铁

  • 弹簧网格划分案例

    Meshy
    3
    0 赞同
    3 帖子
    5k 浏览
    A

    多谢老师解答,问题已经解决了

  • 25亿网格直接模拟

    Algorithm
    1
    0 赞同
    1 帖子
    3k 浏览
    李东岳

    Direct numerical simulation of reactor two-phase flows enabled by high performance computing

    捕获.JPG

  • 0 赞同
    2 帖子
    4k 浏览

    笔记本15.6寸的是4k屏,光看2k分辨率或者4k分辨率的时候好像还能适应,就是一切换的时候,感觉2k分辨率简直都是颗粒贼大的点....

  • 开放合作系列

    Algorithm
    3
    0 赞同
    3 帖子
    5k 浏览
    李东岳
    Simulations of gas-liquid dispersions by four-way coupled E-QBMM with aggregation and breakage processes Abstract Results Main References Job: Data processing Test cases debugging and running Writing paper in English if you are willing to Requirements: Benefits: You can get around 30000 yuan bonus from your host (if you write the manuscript). You can use this paper to get promoted faster (if you write the manuscript). Another 10000 yuan from my side If I write the paper, I can support you 40000 yuan as well. However, I dont have much time to write. So I prefer you writing the paper and to be the first author. Project duration
  • OpenFOAM中组建矩阵方程

    OpenFOAM
    3
    0 赞同
    3 帖子
    4k 浏览
    李东岳

    twoSymm(fvc::grad(U))正解

    http://dyfluid.com/tensors.html

  • 颗粒表面化学反应的文献

    已移动 Algorithm
    3
    0 赞同
    3 帖子
    4k 浏览
    K

    @ibelief 在 颗粒表面化学反应的文献 中说:

    基于简单碰撞理论煤粉燃烧动力学模型的研究

    非常感谢