Skip to content
  • 0 赞同
    3 帖子
    6k 浏览
    Prometheus10P

    @李东岳 好的~谢谢东岳老师:xinxin:

  • 一阶迎风格式数值扩散的原因

    Algorithm
    6
    0 赞同
    6 帖子
    12k 浏览
    H

    0_1501229627502_figure1.PNG

  • 使用sixDoFMotionSolver计算多个patches

    OpenFOAM
    1
    0 赞同
    1 帖子
    2k 浏览
    W

    各位老师好,

    我用openfoam4.x - pimpleDyMFoam - sixDoFMotionSolver计算刚体运动,我的几何由body1和body2两部分组成,两个body都是刚体,相连并同时运动,因此也可以看做一个刚体。我目前将其看做一个刚体,因此在dynmaicMeshDict文件中写作:

    dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ( "libsixDoFRigidBodyMotion.so" ); solver sixDoFRigidBodyMotion; sixDoFRigidBodyMotionCoeffs { ... patches (BODY); ... }

    计算后能得到刚体上的升阻力,但是我要如何根据现有结果分别得到两个body上的升阻力呢?(如果我理解正确的话,BODY1上的气动力 + BODY2上的气动力 = BODY上的气动力)

    还是说只能将其看做两个刚体并重新计算,即dynamicMeshDict中改为patches (BODY1 BODY2);

    谢谢!

  • 这个网格质量怎么样?

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

    挺好的,ratio很小了

  • 这个六面体画网格报错

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

    网格数量太多了。15510 * 16000 * 22个网格?

  • 请教网格无关性验证方面问题

    Fluent
    7
    0 赞同
    7 帖子
    17k 浏览
    S

    @手艺白胶
    立方式的加倍?是怎么加倍的?:confused:

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

    @bestucan
    感谢您的回复!“不同方向的流动计算差异就大”这个解释很直接明了,我突然就有点明白这个网格线出现的原因了:xinxin:

  • 0 赞同
    3 帖子
    9k 浏览
    C

    @coolhhh 好的,谢谢大佬~

  • 一颗们组团了

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

    @一颗李子
    @一颗栗子
    @一颗橙子
    @一颗鸭蛋

    :ok: :ok: :ok:

  • 0 赞同
    3 帖子
    7k 浏览
    S

    @cfd-china :sunglasses: ,其实我也懒得搞了。。我就问问:cheeky:

  • 最近固态硬盘空间不够

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

    把ubuntu装在了机械硬盘。

    用了大约4年的固态硬盘,忽然发现难以忍受机械硬盘。用了1星期之后,又装在了固态硬盘。只有40G大小。

    现在固态硬盘便宜了,250G的640元。

  • OpenFOAM中matrix relax的bug

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

    我思考了下,

    matrix relax 虽然具体实现方式不同,但是本质不变。

    你说的是对的。一楼我说的应该有问题(我更正一下)。不仅仅field relax,matrix relax,也会影响计算结果。我当时把matrix relax理解成不会影响计算结果了。

    matrix relax是使得计算结果更慢的趋向于真实值,但换来一个对角占优矩阵

    field relax是使得计算结果更慢的趋向于真实值

    两个都使得计算结果更慢的趋向于真实值。

    当时看这个公式的时候:$\phi^{n+1}=\phi^n+\beta(\phi^{n+1}-\phi^n)$,以为$\beta$变小时候,$\phi^{n+1}$还是原来那个值。然而并不是:136: :136: 好尴尬

  • 不知哪位大佬有ICEM 2021-linux版本么?

    Meshy
    17
    0 赞同
    17 帖子
    23k 浏览
    Y

    @李东岳 ansys18版本 linux
    链接:https://pan.baidu.com/s/1QpXN_GhW5tCv1rNJrlBUYA
    提取码:1234

  • 水流的空化问题

    Algorithm
    1
    0 赞同
    1 帖子
    3k 浏览
    W

    实验室有个试验台,里面充满水,水流速度最大60m/s,无叶轮,最近要做单相流实验,想确定增压泵打多少压力水才不会空化。按照我的想法,100℃水温时,水的汽化压力为0.1MPa,要保证不空化,需要线速度最大的地方局部压力达到0.1MPa,按照伯努利方程,需要加上动压,这个时候发现系统压力居然要达到2.8MPa。仔细想想应该是不适用伯努利方程的,所以想问一下,有没有什么好的方法可以估算系统压力呢?

  • markdown测试

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

    http://pandao.github.io/editor.md/

    主要特性 支持“标准”Markdown / CommonMark和Github风格的语法,也可变身为代码编辑器; 支持实时预览、图片(跨域)上传、预格式文本/代码/表格插入、代码折叠、搜索替换、只读模式、自定义样式主题和多语言语法高亮等功能; 支持ToC(Table of Contents)、Emoji表情、Task lists、@链接等Markdown扩展语法; 支持TeX科学公式(基于KaTeX)、流程图 Flowchart 和 时序图 Sequence Diagram; 支持识别和解析HTML标签,并且支持自定义过滤标签解析,具有可靠的安全性和几乎无限的扩展性; 支持 AMD / CMD 模块化加载(支持 Require.js & Sea.js),并且支持自定义扩展插件; 兼容主流的浏览器(IE8+)和Zepto.js,且支持iPad等平板设备; 支持自定义主题样式; Editor.md

    x x

    目录 (Table of Contents)

    [TOCM]

    [TOC]

    Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 Heading 1 link Heading link Heading 2 link Heading link Heading 3 link Heading link Heading 4 link Heading link Heading link Heading link Heading 5 link Heading link Heading 6 link Heading link 标题(用底线的形式)Heading (underline) This is an H1 This is an H2 字符效果和横线等

    删除线 <s>删除线(开启识别HTML标签时)</s>
    斜体字 斜体字
    粗体 粗体
    粗斜体 粗斜体

    上标:X<sub>2</sub>,下标:O<sup>2</sup>

    缩写(同HTML的abbr标签)

    即更长的单词或短语的缩写形式,前提是开启识别HTML标签时,已默认开启

    The <abbr title="Hyper Text Markup Language">HTML</abbr> specification is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.

    引用 Blockquotes

    引用文本 Blockquotes

    引用的行内混合 Blockquotes

    引用:如果想要插入空白换行即<br />标签,在插入处先键入两个以上的空格然后回车即可,普通链接。

    锚点与链接 Links

    普通链接

    普通链接带标题

    直接链接:https://github.com

    锚点链接

    GFM a-tail link @pandao

    @pandao

    多语言代码高亮 Codes 行内代码 Inline code

    执行命令:npm install marked

    缩进风格

    即缩进四个空格,也做为实现类似<pre>预格式化文本(Preformatted Text)的功能。

    <?php echo "Hello world!"; ?>

    预格式化文本:

    | First Header | Second Header | | ------------- | ------------- | | Content Cell | Content Cell | | Content Cell | Content Cell | JS代码 function test(){ console.log("Hello world!"); } (function(){ var box = function(){ return box.fn.init(); }; box.prototype = box.fn = { init : function(){ console.log('box.init()'); return this; }, add : function(str){ alert("add", str); return this; }, remove : function(str){ alert("remove", str); return this; } }; box.fn.init.prototype = box.fn; window.box =box; })(); var testBox = box(); testBox.add("jQuery").remove("jQuery"); HTML代码 HTML codes <!DOCTYPE html> <html> <head> <mate charest="utf-8" /> <title>Hello world!</title> </head> <body> <h1>Hello world!</h1> </body> </html> 图片 Images

    Image:

    Follow your heart.

    图为:厦门白城沙滩

    图片加链接 (Image + Link):

    图为:李健首张专辑《似水流年》封面

    列表 Lists 无序列表(减号)Unordered Lists (-) 列表一 列表二 列表三 无序列表(星号)Unordered Lists (*) 列表一 列表二 列表三 无序列表(加号和嵌套)Unordered Lists (+) 列表一 列表二 列表二-1 列表二-2 列表二-3 列表三 列表一 列表二 列表三 有序列表 Ordered Lists (-) 第一行 第二行 第三行 GFM task list GFM task list 1 GFM task list 2 GFM task list 3 GFM task list 3-1 GFM task list 3-2 GFM task list 3-3 GFM task list 4 GFM task list 4-1 GFM task list 4-2 绘制表格 Tables 项目 价格 数量 计算机 $1600 5 手机 $12 12 管线 $1 234 First Header Second Header ------------- ------------- Content Cell Content Cell Content Cell Content Cell First Header Second Header ------------- ------------- Content Cell Content Cell Content Cell Content Cell Function name Description ------------- ------------------------------ help() Display the help window. destroy() Destroy your computer! Left-Aligned Center Aligned Right Aligned :------------ :---------------: -----: col 3 is some wordy text $1600 col 2 is centered $12 zebra stripes are neat $1 Item Value --------- -----: Computer $1600 Phone $12 Pipe $1 特殊符号 HTML Entities Codes

    © & ¨ ™ ¡ £
    & < > ¥ € ® ± ¶ § ¦ ¯ « ·

    X² Y³ ¾ ¼ × ÷ »

    18ºC " '

    Emoji表情 :smiley:

    Blockquotes :star:

    GFM task lists & Emoji & fontAwesome icon emoji & editormd logo emoji :editormd-logo-5x: :smiley: @mentions, :smiley: #refs, links, formatting, and <del>tags</del> supported :editormd-logo:; list syntax required (any unordered or ordered list supported) :editormd-logo-3x:; [ ] :smiley: this is a complete item :smiley:; []this is an incomplete item test link :fa-star: @pandao; [ ]this is an incomplete item :fa-star: :fa-gear:; :smiley: this is an incomplete item test link :fa-star: :fa-gear:; :smiley: this is :fa-star: :fa-gear: an incomplete item test link; 反斜杠 Escape

    *literal asterisks*

    科学公式 TeX(KaTeX)

    $$E=mc^2$$

    行内的公式$$E=mc^2$$行内的公式,行内的$$E=mc^2$$公式。

    $$(\sqrt{3x-1}+(1+x)^2)$$

    $$\sin(\alpha)^{\theta}=\sum_{i=0}^{n}(x^i + \cos(f))$$

    多行公式:

    \displaystyle \left( \sum\_{k=1}^n a\_k b\_k \right)^2 \leq \left( \sum\_{k=1}^n a\_k^2 \right) \left( \sum\_{k=1}^n b\_k^2 \right) \displaystyle \frac{1}{ \Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{ \frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} { 1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } } f(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi i \xi x} \,d\xi 绘制流程图 Flowchart st=>start: 用户登陆 op=>operation: 登陆操作 cond=>condition: 登陆成功 Yes or No? e=>end: 进入后台 st->op->cond cond(yes)->e cond(no)->op 绘制序列图 Sequence Diagram Andrew->China: Says Hello Note right of China: China thinks\nabout it China-->Andrew: How are you? Andrew->>China: I am good thanks! End
  • Ubuntu下怎么安装ICEM CFD?

    Meshy
    11
    0 赞同
    11 帖子
    17k 浏览
    Xilin WangX

    @yingqing 遇到了,我是根据错误提示去排错,然后搞定了。我遇到的大部分的报错似乎是缺少必要的文件。

  • LES和RANS在代码中实现过程是怎样的?

    Algorithm
    15
    0 赞同
    15 帖子
    31k 浏览

    @浪迹天大 是这样的,我最近也在读OpenFOAM中LES模型,发现Lund提到
    The nearly universal approach is to simply write down the filtered Navier-Stokes equations together with an assumed model for the subgrid-scale stresses and then apply the desired spatial discretization to this “filtered” system. Although it is rarely mentioned, what one is doing by adopting this procedure is to imagine that the finite support of the computational mesh together with the low-pass characteristics of the discrete differentiating operators act as an effective filter. One then directly associates the computed velocity field with the filtered velocity. This procedure will be referred to as implicit filtering since an explicit filtering operation never appears in the solution procedure.
    也就是说OpenFOAM程序除了动态模型外都没有对N-S方程进行显式的滤波操作,那么我们在方程植入中只要修改$\nu_{sgs}$就OK了,我在后面会做几个滤波函数的选择的对比,看看最后结果一样不一样

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

    不是很清楚你说的那种涡脱落现象。不过用户指南中我记得有一章曾经表示,大体意思为:“如果用稳态求解器模拟比较强的非稳态问题会出现残差的震荡”。

    能否附稳态求解涡街的文献?谢谢。

  • 有关icem网格导入问题

    OpenFOAM
    11
    0 赞同
    11 帖子
    14k 浏览
    T

    看下tutorials里的Allrun和Allmesh操作步骤

  • icoFoam 求解湍流

    OpenFOAM
    4
    0 赞同
    4 帖子
    4k 浏览
    Z

    @冠竹simplefoam、pimplefoam、rhosimplefoam和rhopimplefoam的层流计算是不是也可以称为准直接数值模拟呢?