Fluent求解Tui命令

这篇具有很好参考价值的文章主要介绍了Fluent求解Tui命令。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

基于tui命令的fluent求解

/file/set-tui-version

file/read-case 输入

/mesh/repair-improve/improve-quality

改善网格质量

/mesh/scale 0.001 0.001 0.001

设置比例,标准为1m,mm即为0.001

/define/models/solver/pressure-based yes

求解器:基于压力积的

/define/operating-conditions/gravity yes 0 -9.8 0

创建重力场

/define/units temperature 温度单位

设置温度单位k

/define/models/energy yes no no no yes

启用能量方程

/define/models/viscous/ke-realizable? Yes

设置湍流方程

/define/materials/copy solid copper

从材料库copy一个材料

/define/materials/copy solid wood

/define/materials/change-create wood alumina-96 yes constant 3800 yes constant 880 yes constant 25 yes

改变wood名称为alumina-96,改变密度、比热容、改变导热率(precivew-liner) 

/define/materials/copy solid wood

/define/materials/change-create wood pmma yes constant 1190 yes constant 1465.38 yes constant 2.422 yes

改变wood名称为pmma,改变密度、比热容、导热率等。

/define/materials/copy fluid water-liquid

从材料库中copy水

单元区域条件

/define/boundary-conditions/zone-type fluid* () fluid

/define/boundary-conditions/zone-type *part:fluidin:part:fluidout* () interior

将边界条件设置为内部

/define/boundary-conditions/set/fluid fluid* () material yes water-liquid q

设置流体的材料为水

/define/boundary-conditions/set/solid heater () material yes alumina-96 q

/define/boundary-conditions/set/solid radiator* () material yes pmma q

*代表任意个数的任意字符代表radiator…)

/define/boundary-conditions/set/solid embed () material yes copper q

/define/boundary-conditions/modify-zones/zone-type ns_inlet velocity-inlet

设置为速度入口

/define/boundary-conditions/modify-zones/zone-type ns_outlet pressure-outlet

设置出口环境

/define/boundary-conditions/velocity-inlet ns_inlet no no yes yes no 流速 no 0 no 环境温度 , , , , ,

/define/boundary-conditions/pressure-outlet ns_outlet , , , , 环境温度 , , , , , , , , , , ,

/define/boundary-conditions/solid heater no yes 1 yes 102400000 no no no 0 no 0 no 0 no 0 no 0 no 1 no no

设置热源项

/solve/set/p-v-coupling 21

方法-方案(20、21、22、24)

/solve/set/discretization-scheme/ pressure 12 mom 1 k 1 epsilon 1

设置求解精度

/solve/monitors/residual/convergence-criteria 1e-6 1e-6 1e-6 1e-6 1e-6 1e-6 1e-6

设置残差

/solve/initialize/compute-defaults/velocity-inlet ns_inlet

求解-初始化

/solve/initialize/set-defaults/ x-velocity 0 y-velocity -流速 z-velocity 0 temperature 环境温度

设置初始化的默认值

/solve/initialize/initialize-flow

(点击)初始化

/solve/patch * () temperature 环境温度

局部初始化,所有区域温度初始化

/solve/set/reporting-interval 1

报告间隔

/solve/iterate 迭代次数

迭代次数

/file/cff-files? No

指定用于写入案例和数据文件的格式,而no指定使用 legacy 格式 ( .casand .dat)。

/file/write-case-data 输出

写入一个案例和一个数据文件。

/file/export/tecplot 输出 * () temperature pressure density velocity-magnitude x-velocity y-velocity z-velocity heat-flux heat-transfer-coef heat-transfer-coef-wall nusselt-number ()

写入 Tecplot+3DV 格式文件。

/exit ok文章来源地址https://www.toymoban.com/news/detail-609136.html

/file/export/cdat-for-cfd-post-&-ensight 输出 * () * () temperature pressure density velocity-magnitude x-velocity y-velocity z-velocity heat-flux heat-transfer-coef heat-transfer-coef-wall nusselt-number () yes yes

导出文件到cfd-post

/file/export/tecplot 输出 * () temperature pressure density velocity-magnitude x-velocity y-velocity z-velocity heat-flux heat-transfer-coef heat-transfer-coef-wall nusselt-number ()

写入tecplot+3DV文件

/exit ok

到了这里,关于Fluent求解Tui命令的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 【C++】开源:ncurses终端TUI文本界面库

    😏 ★,° :.☆( ̄▽ ̄)/$: .°★ 😏 这篇文章主要介绍ncurses终端文本界面库。 无专精则不能成,无涉猎则不能通。——梁启超 欢迎来到我的博客,一起学习,共同进步。 喜欢的朋友可以关注一下,下次更新不迷路🥞 项目Github地址: https://github.com/mirror/ncurses ncurses 是一个文本

    2024年02月02日
    浏览(22)
  • tui.calender日历创建、删除、编辑事件、自定义样式

    全是坑🕳!全是坑🕳!全是坑🕳!能不用就不用! 官方文档:https://github.com/nhn/tui.calendar/blob/main/docs/en/apis/calendar.md 实例的一些方法,比如创建、删除、修改、查看事件详情都有,下面写几个我用得多的 官方给的具体案例: https://github.com/nhn/tui.calendar/blob/main/apps/vue-calend

    2024年01月19日
    浏览(27)
  • 图片编辑器tui-image-editor

    提示:图片编辑器tui-image-editor 需求:图片编辑器tui-image-editor ImageEditor.vue App.vue 问题: sass-loader 版本过高,导致tui-image-editor的css无法解析 解决方案: 报错内容: 踩坑路漫漫长@~@

    2024年03月10日
    浏览(43)
  • 三十一、Fluent空化模型

    流体中的声波其实是一种压力波,在液体中机械振动使其内部压强发生变化,当压力降低时候流体内部或者在一些流固界面上会出现结构断裂从而形成空腔,这种形成空腔的过程便称为空化。 常见的便是船舶螺旋桨在水中的剥蚀 手枪在水中发射 Fluent多相流模型中,无论哪个

    2024年02月04日
    浏览(29)
  • 三十七、Fluent冰块融化模拟

    物质从液态变为固态叫凝固,凝固时要放热。Fluent不仅可以对蒸发-冷凝进行模拟(参见文章十三和文章三十),还可模拟凝固-融化过程。 相较于蒸发-冷凝模型,Fluent中的融化-凝固要简单很多。下面我们以案例进行讲解。 使用限制: 1.只能与基于压力的求解器一起使用;不

    2024年02月05日
    浏览(30)
  • Fluent中的各种初始化

    初始条件指的是初始时刻计算域所处的状态。通常需要人为指定。对于稳态问题,初始条件不会影响最终结果,但是会影响到计算收敛过程。若设定的初始条件与真实状态有较大差异时,可能会造成计算不收敛。对于瞬态问题,初始条件会直接影响计算结果。 在Fluent中进行求

    2024年02月16日
    浏览(36)
  • Fluent案例1- 空气流经障碍物-3D模拟

    目录 1. 构建几何模型 2. 生成网格  2.1 生成六面体网格 2.2 生成四面体网格 2.3 生成多面体网格 3. 模拟设置 4. 后处理 4.1 查看不同网格下的压力与速度分布 4.2  查看wall上压力分布 5. 总结  前面的博客介绍了2D的模拟操作步骤,接下来进行3D的建模与计算 将之前建好的2D模型导

    2024年02月11日
    浏览(49)
  • ANSYS-FLUENT计算常见问题汇总

    报错1:使用正确的UDF文件仍然提示The UDF library you are trying to load(libudf2) is not compiled for parallel use on the current platform(win64).: UDF文件需要放在FLUENT的工作路径下 报错2:received a fatal signal(aborted)(segmentation fault) *导入data文件时出现相同的错误 先看边界条件设置是否符合物理实

    2024年01月21日
    浏览(29)
  • 【转存】 fluent mybatis 与Mybatis 简答介绍

    感谢:IT码徒 提供 原文请关注   前言 使用fluent mybatis也可以不用写具体的 xml 文件,通过 java api 可以构造出比较复杂的业务 sql 语句,做到代码逻辑和 sql 逻辑的合一。不再需要在 Dao 中组装查询或更新操作,或在 xml 与 mapper 中再组装参数。那对比原生 Mybatis,Mybatis Plus 或者

    2024年02月07日
    浏览(31)
  • Fluent 动网格应用:2.5D 网格重构

      2.5D 网格重构是一种快速网格重构方法,主要应用于涡旋压缩机等存在复杂平面运动且无法简化为二维计算的问题。   2.5D remeshing is a fast remeshing method, mainly used for problems with complex planar motion that cannot be simplified to two-dimensional, such as centrifugal compressors. 涡旋压缩机工作原理(

    2024年01月19日
    浏览(27)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包