Skip to content
  • Fluent并行计算

    Fluent
    1
    0 赞同
    1 帖子
    2k 浏览
    Y

    如果是用workbench打开的fluent,应该如何设置并行计算呢?在Mechanical APDL中打开processors设置相应核数是会让workbench的每个组件都并行吗?

  • Pointwise中能否直接编辑网格

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

    @xiaofei6538567 谢谢,确实没有找到办法直接编辑,最后非常窄的地方都单独分出来不加边界层了

  • Pointwise画网格遇到了奇怪问题

    Meshy
    2
    0 赞同
    2 帖子
    5k 浏览
    H

    有没有试过改project type?

    我只做过把domain投影到database上面,在这个选项里面可以修改投影方式(版本:Pointwise V18.2 R1)

    project.png

  • ffmpeg压缩MP4

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

    ffmpeg -i input.MP4 -c:v libx264 -preset slow -crf 40 -c:a copy output.mp4

  • 0 赞同
    8 帖子
    7k 浏览
    H

    问了一下别人,好像是使用snappyHexMesh命令画2D网格就是会出现面贴合效果不好的情况

  • 群体平衡模型luo破碎模型求助

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

    这个是气泡破碎频率@cfd_xiaobai 12ca2624-7c44-4661-ab67-6e0e209782dc-image.png

  • gnuplot errorbar

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

    https://stackoverflow.com/questions/30304794/gnuplot-command-with-multiple-with-arguments

  • 有关ICEM中的非结构网格加密

    Meshy
    6
    0 赞同
    6 帖子
    12k 浏览
    Y

    计算域是否对称,可否切出1/3生成网格后旋转

  • Fluent中煤粉燃烧DPM burnout 问题

    Fluent
    3
    0 赞同
    3 帖子
    5k 浏览
    梦中飞翔的阿涛

    @bestucan 感谢大佬,我研究研究,后续有问题再请教您。

  • 0 赞同
    3 帖子
    8k 浏览
    P

    Latex安装方法?

    在线的不香吗? 小白用在线编辑 https://www.overleaf.com/

  • 气泡虚拟质量力系数取舍

    Algorithm
    1
    0 赞同
    1 帖子
    2k 浏览
    Y

    有无大佬研究过,或者有相关论文的。关于侧吹的气泡的虚拟质量力系数取舍,我发现侧吹时候,该系数和贯穿深度有关系,所以想看看

  • ubuntu下的pdf编辑器Okular

    CFD彩虹条
    9
    0 赞同
    9 帖子
    11k 浏览
    bestucanB

    wps的国际版更干净。但是国内版的缺失字体会自动下载,国际版好像因为版权什么的,这类功能少点。不知道老师用的哪版

  • 关于StochasticDispersionRAS原理疑问

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

    通过阅读东岳老师以前的一篇文章:拉格朗日中的湍流分散力模型,我的理解是这个随机游走模型不应该是在粒子上添加一个随机游走速度吗?但是代码的最后有关Uc+UTurb,如果我理解没错,这不是连续相的速度加上一个湍流脉动速度么?难道是通过随机更改流体速度,间接再去更改颗粒受力,从而达到颗粒的随机?

    你的理解是正确的。他的随机,主要体现在随机数的生成上(不是一个固定的数)。

  • 0 赞同
    1 帖子
    2k 浏览
    H

    OpenFOAM重叠网格技术是不是不支持半模计算(其中有一个面是对称面)。

    如图:
    0eea5f23-83c2-458a-ba95-518789118336-95b7bc47d4925bb22540e673dda9fd11.JPG
    本人想把这个六面体的一个侧面当成对称面,但是无论在blockMesh中选择任意侧面当成对称类型,当执行完blockMesh命令后,总是顶面被选择为对称面。
    30dbbabe-3fa4-4563-aea3-80c2c3941a37-d1e92b73bb6e50611f2d95dc06abf563.JPG

    这是blockMeshDict文件

    /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // scale 1; vertices ( (-0.2 -0.2 -0.2) (1.2 -0.2 -0.2) (1.2 0.3 -0.2) (-0.2 0.3 -0.2) (-0.2 -0.2 2) (1.2 -0.2 2) (1.2 0.3 2) (-0.2 0.3 2) ); blocks ( hex (0 1 2 3 4 5 6 7) (80 80 70) simpleGrading (1 1 1) ); edges ( ); boundary ( // Dummy patch to trigger overset interpolation before any other bcs oversetPatch { type overset; faces (); } stationaryWalls { type wall; faces ( (1 5 4 0) (3 7 6 2) (0 3 2 1) (2 6 5 1) ); } sys { type symmetry; faces ( (0 4 7 3); ) } atmosphere { type patch; faces ( (4 5 6 7) ); } ); mergePatchPairs ( ); // ************************************************************************* //

    请问各位大神现在openfoam自带的重叠网格方法是不是不支持对称面(symmetry)呢

  • 0 赞同
    10 帖子
    15k 浏览
    散漫守望2016

    @李东岳 十分感谢!

  • 气泡合并模型中的系数

    Algorithm
    3
    0 赞同
    3 帖子
    5k 浏览
    WeakFormW

    更新一下,看来这里边常数都是根据模拟结果凑着调整的
    Another critical factor for the simulation of bubble column reactors is the closure model for coalescence and breakage. Various coalescence and breakage models have been examined in recent decades [39–44].

    Prince and Blanch [39] proposed a turbulent coalescence model of bubbles under the assumption of isotropic turbulence, which has been widely applied to bubble columns or stirrer vessels. In spite of its popularity, researchers concluded that the predicted coalescence rate in the Prince and Blanch model is overestimated for turbulence-induced coalescence [24,41–44]. Hence, to align the simulation results with experimental data, either coalescence or breakage rate is adjusted by multiplying with an arbitrary constant. However, there is still no general agreement in the literatures on the value of this multiplier and even contradictory conclusions were drawn. Chen et al increased the breakage rate by a factor of 10 and maintained the coalescence rate constant in their simulations [41]. Olmos et al [42] multiplied a constant of 0.075 for both the coalescence and breakage rates to fit the experimental data. As such, the justification of the coalescence or breakage model is weakened and the predictive capability of the numerical simulation is lost. Moreover, it is troublesome and time-consuming to tune the multiplier via the trial-and-error procedures. While the investigation of coalescence model will not be the focus of the present work, we improve the coalescence model with the slip velocity proposed by Bhole et al [44] and apply this model to the CFD-PBM simulations of a rectangular bubble column.气泡塔反应器模拟的另一个关键因素是聚结和破裂的闭合模型。近几十年来,人们研究了各种聚结和破裂模型 [39–44]。
    Prince 和 Blanch [39] 在各向同性湍流假设下提出了一种气泡湍流聚结模型,该模型已广泛应用于气泡塔或搅拌器容器。尽管该模型很受欢迎,但研究人员得出结论,Prince 和 Blanch 模型中预测的湍流诱导聚结的聚结率被高估了 [24,41–44]。因此,为了使模拟结果与实验数据一致,聚结率或破裂率都通过乘以任意常数来调整。然而,文献中对这个乘数的值仍然没有普遍的共识,甚至得出了相互矛盾的结论。陈等人在他们的模拟中将破裂率提高了 10 倍,并保持聚结率恒定 [41]。 Olmos 等人 [42] 将聚结和破碎率乘以 0.075 的常数以拟合实验数据。这样一来,聚结或破碎模型的合理性就被削弱了,数值模拟的预测能力也丧失了。此外,通过反复试验的过程调整乘数既麻烦又耗时。虽然聚结模型的研究不是本研究的重点,但我们改进了 Bhole 等人 [44] 提出的滑移速度聚结模型,并将该模型应用于矩形气泡塔的 CFD-PBM 模拟。

  • 0 赞同
    2 帖子
    3k 浏览

    @leo_chou 看过一个挺不错的视频:https://www.bilibili.com/video/BV1Yt411W7td

  • 0 赞同
    9 帖子
    7k 浏览

    @李东岳 好的谢谢老师,课题组只有我一个做这个没有师兄师姐传授经验😢,所以是得多看看文章吗?

  • 如何用Cell_Marco读取网格热流(W/m2)

    Fluent
    1
    0 赞同
    1 帖子
    2k 浏览

    UDF如何读取网格热流(W/m2)...为啥fluent只能通过UDF写入边界热流不能读取呀

  • 0 赞同
    3 帖子
    3k 浏览
    1

    请问您的这个问题解决了,我在改进SST的时候一直提示我重复定义函数