操作系统Ubuntu 9.10
Fluent 6.3 GAMBIT2.3 for Linux
1 安装Fluent:
将压缩文件解压缩,并进入相应文件夹
sudo ./ Fluent_install-lnx86-6.3.26.sh
如果不能运行就需要取得相应的权限
命令:chmod +x ./ Fluent_install-lnx86-6.3.26.sh
然后再执行sudo ./ Fluent_install-lnx86-6.3.26.sh 就可以安装了。
提示选择路径时输入
/opt/ 根据自己的喜好选择安装目录
然后一路回车,完毕。
2 安装GAMBIT:
同上,不再详述;
如果不能运行就需要取得相应的权限
命令:chmod +x ./ Gambit_install-lnx86-2.3.16.sh
然后再执行sudo ./ Gambit_install-lnx86-2.3.16.sh 就可以安装了。
3 sudo cp XXX/license.dat /opt/Fluent.Inc/license/
其中XXX为Gambit的license.dat所在路径
4 运行Gambit
pusure@pusure-laptop:/opt/Fluent.Inc/bin$ sudo ./gambit
5 运行Fluent
pusure@pusure-laptop:/opt/Fluent.Inc/bin$ ./Fluent
似乎不用取得root权限就可以运行,但在运行中还是出了点问题:
Loading “/opt/Fluent.Inc/Fluent6.3.26/lib/Fluent.dmp.114-32”
Done.
/opt/Fluent.Inc/Fluent6.3.26/bin/Fluent -r6.3.26 -path/opt/Fluent.Inc -cx pusure
The versions available in /opt/Fluent.Inc/Fluent6.3.26/lnx86 are:
2d 2ddp_host 2d_host 3d 3ddp_host 3d_host
2ddp 2ddp_node 2d_node 3ddp 3ddp_node 3d_node
EOF on stdout. The Fluent process could not be started.
其实这个在Fluent的user’s guide里面已经讲得很清楚了,看ug第一章。
解决办法:此时提示输入版本号,输入3d即可运行。