用户名: 密码:      免费注册 | 忘记密码?
attach

ESI.CFD.v2009.SUSE10.Linux32-SHooTERS.nfo

来源:

最新评论

 
内容
评分
 

相关评论

hewyuan 2012/05/02 11:45:11 [0] [0]

app was not able to find the necessary scriptlanguage configuration files

这个要怎么解决

回复

ssss_09 2012/04/24 19:33:29 [0] [0]

x86的下不了呀????????

回复

1062030101 2012/04/20 21:19:59 [0] [0]

有人会CFD-ACE吗?我有一些问题想请教一下。

回复

futurehai 2012/04/04 12:57:50 [0] [0]

请问有没有下载linux版本的?我下载了64位的linux版本,安装包里全是exe文件,请问有人知道是怎么回事吗?还能安装吗?

回复

chjig168 2011/12/03 01:27:41 [+1] [0]

怎么32位的不能下载啊?

回复

yuliuyan07 2011/10/16 14:01:51 [0] [0]

64bit 确实有问题啊,

回复

DuanduanChen 2011/07/26 16:58:38 [0] [0]

另外,确实也想安32位的试试,但现在连接不能用了,请问个为有文件的能帮我传一个吗?我的qq是 14278149 邮箱 duanduan.chen@googlemail.com 谢谢大家了!

引用(DuanduanChen @ 2011-07-26, 04:57 PM) *
完全按照说明做的,但是开View 或是geom都说unable to obtain license。其他的也一样。是在找不出原因。我用的是windows 7 64bit。请大侠们指教!

回复

DuanduanChen 2011/07/26 16:57:05 [+4] [0]

完全按照说明做的,但是开View 或是geom都说unable to obtain license。其他的也一样。是在找不出原因。我用的是windows 7 64bit。请大侠们指教!

回复

骧龙天子 2011/05/14 22:58:28 [0] [0]

引用(okbaby_end @ 2009-10-31, 04:09 PM) *
在VeryCD上(http://www.VeryCD.com/topics/2737571/)可以下到2009.0版的安装文件, 用虚拟光驱或解压软件将文件解压到任意目录, 目录结构如下:

|-- <dir>SHooTERS
|-- <dir>ace_gui
|-- <dir>ace_solver
|-- <dir>cadalyzer
|-- <dir>fastran_geom
|-- <dir>fastran_gui
|-- <dir>licenses
|-- <dir>simmanager
|-- <dir>topo_gui
|-- <dir>topo_solver
|-- <dir>utils
|-- <dir>view
|-- <dir>viscart
|-- readme.txt
|-- ESI_CFD_2009.0.pc-windows-nt5-x86.msi

其中ESI_CFD_2009.0.pc-windows-nt5-x86.msi为原始安装文件, SHooTERS下存放的是破解文件

1 安装原始文件
运行ESI_CFD_2009.0.pc-windows-nt5-x86.msi执行安装. 假设安装目录为DIR

可能碰到的问题
1)提示不能读取Data11.cab, 且此错误不能被忽略
解决办法: 此时不要选择取消安装, 到安装目标目录, 将所有已安装的文件拷贝到一个地方, 已经安装的文件已经是完整的(我测试还没碰到问题). 此时用任务管理器结束安装程序(msiexec.exe)
2)提示FASTRAN_SOLVER_2009.0目录下的par_util.exe为病毒
解决方法: 保险期间, 还是不要使用该文件, 可从ESI官方网站(www.esi-cfd.com)下载2009.2版的Fastran安装程序, 使用其中的文件替换该文件.

2 安装破解文件
拷贝SHooTERS目录下的文件覆盖原始安装文件, 例如: ace_gui <---> ACE_GUI_2009.0

3 配置服务程序
3.1)获取计算机名(hostname)和网卡物理地址(hostid)
运行DIR\ESI_Software\LICENSES_10.8\lmtools.exe, [System Setting]属性页上Cumputer/Hostname即为计算机名(hostname), [Ethenet Address]即为网卡物理地址(hostid).

3.2)修改licenses文件
打开DIR\ESI_Software\LICENSES_10.8\license.dat文件, 修改前两行为:
SERVER hostname hostid 27000
DAEMON pam_lmd DIR\ESI_Software\LICENSES_10.8\pam_lmd.exe
其中的hostname为3.1步中得到的计算机名, hostid为网卡物理地址

3.3)配置服务
打开lmtools.exe的Config Services标签页, 创建名为CFDALL的服务, 指定lmgrd.exe、license文件和log文件的路径. 勾选底下两个选项启动服务.

3.4)启动服务
在lmtools.exe的start/stop/reread标签页下选择CFDALL服务, 单击stop, 然后单击start. 有防火墙的机器要注意允许这些服务能够访问特定端口和地址.


4. 环境变量设置
1)ESI_HOME
该变量记录软件的安装目录, 如果未定义, 则添加并设置其值为: DIR\ESI_Software\

2)PAM_LMD_LICENSE_FILE
该变量记录license文件信息, 其值为: 27000@hostname

3)FASTRAN_SOLVER_HOME
该变量记录FASTRAN求解器的位置, 其值为:%ESI_HOME%UTILS_2009.0\bin

4)ACE_SOLVER_HOME
该变量记录ACE求解器的位置, 其值为:%ESI_HOME%UTILS_2009.0\bin

5)PYTHONPATH
该变量记录GUI界面脚本语言(PYTHON)文件的位置, 其值为: %ESI_HOME%FASTRAN_GUI_2009.0\UTILS_2009.0\Python2.5_CFD\LIB;%ESI_HOME%FASTRAN_GUI_2009.0\UTILS_2009.0\Python2.5_CFD;%ESI_HOME%FASTRAN_GUI_2009.0\ScriptLanguage;%ESI_HOME%\ACE_GUI_2009.0\ScriptLanguage;%ESI_HOME%\CADALYZER_2009.0\ScriptLanguage;%ESI_HOME%\GEOM_2009.0\ScriptLanguage;%ESI_HOME%\SIMMANAGER_2009.0\ScriptLanguage;%ESI_HOME%\TOPO_GUI_2009.0\ScriptLanguage;%ESI_HOME%\VIEW_2009.0\ScriptLanguage

总结如下:
ESI_HOME = DIR\ESI_Software\
PAM_LMD_LICENSE_FILE = 27000@hostname
FASTRAN_SOLVER_HOME = %ESI_HOME%UTILS_2009.0\bin
ACE_SOLVER_HOME = %ESI_HOME%UTILS_2009.0\bin
PYTHONPATH = %ESI_HOME%FASTRAN_GUI_2009.0\UTILS_2009.0\Python2.5_CFD\LIB;%ESI_HOME%FASTRAN_GUI_2009.0\UTILS_2009.0\Python2.5_CFD;%ESI_HOME%FASTRAN_GUI_2009.0\ScriptLanguage;%ESI_HOME%ACE_GUI_2009.0\ScriptLanguage;%ESI_HOME%CADALYZER_2009.0\ScriptLanguage;%ESI_HOME%GEOM_2009.0\ScriptLanguage;%ESI_HOME%SIMMANAGER_2009.0\ScriptLanguage;%ESI_HOME%TOPO_GUI_2009.0\ScriptLanguage;%ESI_HOME%VIEW_2009.0\ScriptLanguage

5. 完成, 不需重启, 直接可以运行.


其它问题
1)提示找不到python25.dll, 到FASTRAN_GUI_2009.0\bin\目录下拷贝一个过去即可



是不是环境变量需要在license.dat 文件里修改?

回复

codeplay999 2011/03/04 20:45:47 [+1] [-1]

I have ESI CFD V2010 working

http://ifile.it/t5i4vkg/ESI.Group.CFD.V201...rt12.rar (http://ifile.it/t5i4vkg/ESI.Group.CFD.V2010x86-withmedicine.part12.rar)
http://ifile.it/4p6qwka/ESI.Group.CFD.V201...rt13.rar (http://ifile.it/4p6qwka/ESI.Group.CFD.V2010x86-withmedicine.part13.rar)
http://ifile.it/an8lr7o/ESI.Group.CFD.V201...rt01.rar (http://ifile.it/an8lr7o/ESI.Group.CFD.V2010x86-withmedicine.part01.rar)
http://ifile.it/zbfv9sg/ESI.Group.CFD.V201...rt02.rar (http://ifile.it/zbfv9sg/ESI.Group.CFD.V2010x86-withmedicine.part02.rar)
http://ifile.it/tgv2kn1/ESI.Group.CFD.V201...rt03.rar (http://ifile.it/tgv2kn1/ESI.Group.CFD.V2010x86-withmedicine.part03.rar)
http://ifile.it/1phorj8/ESI.Group.CFD.V201...rt04.rar (http://ifile.it/1phorj8/ESI.Group.CFD.V2010x86-withmedicine.part04.rar)
http://ifile.it/h856rma/ESI.Group.CFD.V201...rt05.rar (http://ifile.it/h856rma/ESI.Group.CFD.V2010x86-withmedicine.part05.rar)
http://ifile.it/isajcd9/ESI.Group.CFD.V201...rt06.rar (http://ifile.it/isajcd9/ESI.Group.CFD.V2010x86-withmedicine.part06.rar)
http://ifile.it/wj2z54t/ESI.Group.CFD.V201...rt07.rar (http://ifile.it/wj2z54t/ESI.Group.CFD.V2010x86-withmedicine.part07.rar)
http://ifile.it/81d9jfy/ESI.Group.CFD.V201...rt08.rar (http://ifile.it/81d9jfy/ESI.Group.CFD.V2010x86-withmedicine.part08.rar)
http://ifile.it/q75r9x0/ESI.Group.CFD.V201...rt09.rar (http://ifile.it/q75r9x0/ESI.Group.CFD.V2010x86-withmedicine.part09.rar)
http://ifile.it/08odzkf/ESI.Group.CFD.V201...rt10.rar (http://ifile.it/08odzkf/ESI.Group.CFD.V2010x86-withmedicine.part10.rar)
http://ifile.it/ixta8z6/ESI.Group.CFD.V201...rt11.rar (http://ifile.it/ixta8z6/ESI.Group.CFD.V2010x86-withmedicine.part11.rar)

回复

codeplay999 2011/03/04 20:43:23 [+1] [0]

I found V2010 of CFD, my medicine

http://ifile.it/t5i4vkg/ESI.Group.CFD.V201...rt12.rar (http://ifile.it/t5i4vkg/ESI.Group.CFD.V2010x86-withmedicine.part12.rar)
http://ifile.it/4p6qwka/ESI.Group.CFD.V201...rt13.rar (http://ifile.it/4p6qwka/ESI.Group.CFD.V2010x86-withmedicine.part13.rar)
http://ifile.it/an8lr7o/ESI.Group.CFD.V201...rt01.rar (http://ifile.it/an8lr7o/ESI.Group.CFD.V2010x86-withmedicine.part01.rar)
http://ifile.it/zbfv9sg/ESI.Group.CFD.V201...rt02.rar (http://ifile.it/zbfv9sg/ESI.Group.CFD.V2010x86-withmedicine.part02.rar)
http://ifile.it/tgv2kn1/ESI.Group.CFD.V201...rt03.rar (http://ifile.it/tgv2kn1/ESI.Group.CFD.V2010x86-withmedicine.part03.rar)
http://ifile.it/1phorj8/ESI.Group.CFD.V201...rt04.rar (http://ifile.it/1phorj8/ESI.Group.CFD.V2010x86-withmedicine.part04.rar)
http://ifile.it/h856rma/ESI.Group.CFD.V201...rt05.rar (http://ifile.it/h856rma/ESI.Group.CFD.V2010x86-withmedicine.part05.rar)
http://ifile.it/isajcd9/ESI.Group.CFD.V201...rt06.rar (http://ifile.it/isajcd9/ESI.Group.CFD.V2010x86-withmedicine.part06.rar)
http://ifile.it/wj2z54t/ESI.Group.CFD.V201...rt07.rar (http://ifile.it/wj2z54t/ESI.Group.CFD.V2010x86-withmedicine.part07.rar)
http://ifile.it/81d9jfy/ESI.Group.CFD.V201...rt08.rar (http://ifile.it/81d9jfy/ESI.Group.CFD.V2010x86-withmedicine.part08.rar)
http://ifile.it/q75r9x0/ESI.Group.CFD.V201...rt09.rar (http://ifile.it/q75r9x0/ESI.Group.CFD.V2010x86-withmedicine.part09.rar)
http://ifile.it/08odzkf/ESI.Group.CFD.V201...rt10.rar (http://ifile.it/08odzkf/ESI.Group.CFD.V2010x86-withmedicine.part10.rar)
http://ifile.it/ixta8z6/ESI.Group.CFD.V201...rt11.rar (http://ifile.it/ixta8z6/ESI.Group.CFD.V2010x86-withmedicine.part11.rar)

回复

yuyinghao 2010/12/20 08:53:36 [0] [0]

很遗憾的是软件自带的帮助文档与输入文件(CFDRC Tutorials)没有了,没法随时看help。要知道网上CFDRC/ESI-CFD的学习资料少的可怜。哪位大能给搞搞?

回复

该文件创建于 2009-04-06 01:02:02
文件大小:
(9663 字节)
文件指纹:
4895f35c43731f976b168e54f5b0b16c
文件格式:
README 文档
关于我们 | 诚聘英才 | 著作权声明 | 合作信息 | 广告事务 | 天地英雄 | 盛世三国 | 神仙道 | 反馈意见
网络文化经营许可证 文网文[2010]150号 | 增值电信业务经营许可证 沪B2-20100067 | 广播电视节目制作经营许可证 (沪)字第416号
沪ICP备05001009号 | 信息网络传播视听节目许可证 0911625号
©2003 - VeryCD.com Some Rights Reserved. 上海隐志网络科技有限公司