当前位置:首页 > fluent有关内容集锦01
一.format
1.Graphic format
1)Control elements
allow you to perform operations such as executing actions and operations, choosing from among a given set of options, and inputting alphanumeric data 2)toolpad command buttons
located on the upper and lower right portions of the GUI 2.Layout format 二.font
{2}STARTING GAMBIT
一.Startup Command Options
1)gambit -doc 启动本地网页浏览器打开用户手册 >example:gambit -doc 2)gambit -help 显示可用的启动选项 >example:gambit -help 3) gambit -dev (driver) 4) gambit -def (filename)
5) gambit -geom 按像素定义启动窗口大小 >example:gambit -geom 1000 800 6)gambit -id (id) >example:gambit
系统此时会以默认的default_id给文件一个标识 or: gambit -id jxw
7) gambit -in (filename) gambit -res (filename) 9) gambit -new(默认的启动方式都是新文件) >example: gambit -id jxw -new=gambit -id jxw
10)gambit -old >example: gambit -id gambit_data/3_pipe -old note: gambit_data目录必须在ntx86 二.GAMBIT File Organization 1)Session Files .jou .trn .dbs
2)Directory Structure
working Directory 存放.jou .trn .dbs文件的临时目录,程序保存退出后删除 Source Directory 与gambit启动目录是相同的位置,如d:\\gambit_v1.3\\ntbin\\ntx86\\
Scratch Directory 与gambit启动目录是相同的位置,如d:\\gambit_v1.3\\ntbin\\ntx86\\ home Directory {3}GUI
一.GUI Components 二.GUI Control Elements
三.Using the Mouse
1)mouse on \left button:
Open the menu associated with an item on the main menu bar Select a menu command
Execute the operation indicated on a command button
Select an option from a list of mutually exclusive radio buttons Open the hidden menu for an option button Select an option from an option-button menu Open or close a pick-list form
Enable a text box for entering data Highlight an item in a list
Relocate (drag) a form on the GUI right button:
Open a menu of options available by means of a multifunction toolpad command button
Open a hidden menu of options
2)Graphics Window 在图形窗口鼠标可以完成三种任务 a)产生VERTEX
Ctrl-right-click b)显示图形 Rotate Left-drag, 绕着在屏幕平面上的某个轴旋转,那个轴是于鼠标的移动方向垂直的。
Translate Middle-drag
Revolve Right-drag 水平方向拖动,绕垂直屏幕平面的一中心轴旋转 Zoom and pan-zoom Right-drag 垂直方向拖动
Enlarge ctrl+Left-drag 保持比例(即局部放大,导致整体都放大) ctrl+middle-drag 不保持比例(只局部放大) Show previous view Double-middle-click Journal view Double-right-click drag left+right drag
c)task 执行任务操作 i)Picking entities
Shift-left-click 执行单纯的选择操作,在同一个位置有几个实体时,容易选错对象 Shift-middle-click 执行选择操作,特别适合在一复杂位置处选择一个自己需要的实体(通过不断的Shift-middle-click
可以除去前一次的选择,重新选择临近的对象)
ii)Executing actions Shift-right-click =apply
四.Using the Global Control Toolpad
{4}GAMBIT MENU COMMANDS 一)file 1)Export
i)Mesh Files
export GAMBIT mesh, boundary-type, and continuum-type information in a format appropriate to the currently selected solver
FDNEUT FIDAP
msh FLUENT/UNS RAMPANT FLUENT 5 GRD FLUENT 4 msh NEKTON cdb ANSYS
neu POLYFLOW Generic
发信人: wwx (haoku), 信区: Simulate 标 题: Re: 请问fluent的计算精度问题?
发信站: 浙江大学海纳百川站 (Thu Jun 20 20:14:29 2002), 转信
工程中一般用双精度格式就足够了,倒不光是为了收敛快
实际高精度格式计算的结果未必一定比二阶精度的好,尤其对于复杂的边界 所以fluent就提供了二阶精度,一般可以先用一阶精度算出大致的流场 再修改网格,换用二阶精度计算。
说实话,因为是商业软件,当然不能用于科学研究用。
记得刚开始用fluent的时候,为了测试,就拿后台阶模型来算,结果算得的再附点只有
实验值的60%都不到
后来才知道,k-epsilon模式本身就不适合计算这样的问题的:)
【 在 pecker (啄木鸟) 的大作中提到: 】
: 那位用过fluent,请问计算精度怎么样?哪位能讲一讲?
信人: zzbb (真的汉子◎结束◎炼), 信区: NumComp 标 题: Re: 关于fluent里面地颗粒轨迹显示问题
发信站: BBS 水木清华站 (Thu Oct 10 22:10:24 2002), 站内信件 将 max number of steps定义大一些。跟踪轨迹的时间就长了。 而且,要注意有点粒子不一定就肯定从边界出口escape的
【 在 better (lp说,世界因我而naive!!) 的大作中提到: 】 : 求助。。哪位遇上过这个情况指点一下吧
: 我用fluent里面地injection定义了一个入射的颗粒 : 计算完流畅后开始显示颗粒轨迹
: 问题是轨迹显示还没有到出口呢,就中止了 : fluent提示\: 这个什么问题导致的?
: 按理说颗粒应该从我定义的入射位置一直计算到出口为止啊 : 难道有的地方计算不出来么? : 谢谢
发信人: crd (haha), 信区: NumComp 标 题: FLUENT 6 UDF的编译和连接(英文)
发信站: BBS 水木清华站 (Fri Jun 28 22:51:12 2002)
这是fluent6的帮助中有关udf的编译和连接的相关内容,没有进行翻译,不过我想大家应
该可以理解。
编译: 1.
In your working directory, create a directory that will store your library (e. g., libudf).
2.
In the library directory you just created, make a source directory for your so
urce code, and name it src.
3.
Copy your source code (e.g., udfexample.c) to your src directory.
4.
Create a directory for the architecture of the machine that you will run FLUEN
共分享92篇相关文档