ansys错误分析

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

关于ANSYS错误小结

1、把体用面分割的时候出现的错误提示: Boolean operation failed.

try adjusting the tolerance value on the BTOL commmand to some fraction of the minimum keypo int distance.

Model Size (current problem)1.183933e+000,BTOL setting 1.00000e-005,minmum KPT distance 4.308365e-006

先在要分割的地方设置一个工作平面,用布尔运算“divided --volume by working plane”进行分割的时候,出现上述错误,主要原因可能是设置的公差太小,

当时试了几次都么有成功,最后干脆把体重新建立了一个,又画了一个很大的面,终于成功了。

2、一个常见的代表性错误!

原来我的虚拟内存设置为“无分页文件”,现在改为“系统管理”,就不在出现计算内存不够的情况了。

Error!

Element type 1 is Solid95,which can not be used with the AMES command, meshing of area 2 abo rted.

刚开始学习的人经常出这种错误,这是因为不同单元类型对应不同的划分网格操作。上面的错误是说单元类型为Solid95(实体类型),不能用AMES命令划分面网格。

3、Meshing of volume 5 has been aborted because of a lack of memory. Closed down other processes and/or choose a larger element size, then try the VMESH command again. Minimum additional m emory required=853MB(by kitty_zoe )

说你的内存空间不够,可能因为你的计算单元太多,增加mesh尺寸,减少数量或者增加最小内存设定(ansys10中在customization preferences菜单存储栏可以修改)

你划分的网格太细了,内存不足。建议将模型划分为几个部分,分部分进行划分,可以减少内存使用,试一下!

4、The input volumes do not meet the conditions required for the VGLU operation . No new entities were created . The VOVLAP operation is a possible alternative

VGLU 是将两个或多个体粘到一块,体之间的交集应该是面,帮助里的说法,This operation is only valid if the intersections of the input volumes are areas along the boundaries of those volumes。你粘结glue的体可能有重叠,所以后面提示了一个VOVLAP命令,该命令是将两个或多个体的重叠部分拿出来作为结果

VMESH划分时,精度不同,单元数量差别太大了,如果是自由网格划分,那么尝试几个SMRT等级看看。还有就是单元形状不同,产生的网格质量也差别很大,我前几天才重新划了一次网格,印象很深。shape,0,3d和shape,1,3d就是划分体时控制单元形状的

5、clear is not a recognized GEGIN command,abbreviation,or macro. this command will be ingored. 那是因为打开了前处理,求解或者后处理,先用FINISH命令,再用CLEAR就可以了

6、约束不足,产生刚性漂移

我觉得这个不一定就是约束不足造成的刚性漂移。另外一个可能的原因是网格划分的不好。在曲线变化剧烈的区域,如果网格划的太疏,也可能产生这样的错误。

7、AN error occured during sweeping while meshing arer 39.change element sizing parameters(RSIZ E,LESIZE,etc).or mesh this arer manually(AMESH or AMAP).then try the VSME command agai n .The VSWE command is ignored.

在对一个规则的体进行扫略划分的时候,出现了这个命令,原因是边的尺寸,或者单元的个数设置不合理,对应不上,就行变数核对皆可解决问题!

8、V olume 1 cannot be meshed. 208 location(s) found where non-adjacent boundary triangles touch. Geometry configuration may not be valid or smaller element size definition may be required. 提示就是告诉你需要更小的单元

可能单元太大的时候出现的网格有有问题,比如狭长的网格,计算的时候集中应力太大9、Shape testing revealed that 3 of the 13 new or modified elements violate shape warning limits. To review test results, please see the output file or issue the CHECK command.

ansys 里面有自己带的网格检查,这说明你的网格尺寸有问题,重新划分

10、划分solid45单元的时候出现了 structural elements without mid nodes usually produce much more accurate results in quad or b rick shape

提示你采用带中间节点的单元进行计算。但是solid45六面体网格精度一般够了,不需要理会。

11、V olume11 could not be swept because a source and a target area could not be determined automati cally。please try again...

体不符合SWEEP的条件,把体修改成比较规则的形状,可以分割试试12、*** WARNING *** SUPPRESSED MESSAGE CP = 1312.641 TIME= 16:51:48

An error has occurred writing to the file = 12 which may imply a full disk.

The system I/O error = 28. Please refer to your system documentation on I/O errors.

a、I/O 设备口错误,I/O=26,错误,告诉你磁盘已满,让你清理磁盘。但是实际问题的解决不是这样,是你的磁盘格式不对,将你的磁盘格式从FAT26改称 NTFS的就可以了。因为FAT26格式的要求你的单一文件不能大于4G。但是我们一旦做瞬态或者是谐相应的时候都很容易超过这个数,所以系统抱错。

b、I/O设备口错误,I/O=9,错误,和上一个一样告诉你磁盘已满,让你清理磁盘。但是实际问题是由于你的磁盘太碎了造成的,你只要进行磁盘碎片整理就可以了,这个问题就迎刃而解。

13、Topolgical degeneracy detected for ASBA command.Try modifying geometry slightly or loosenin g the tolerance(BTOL command).If BTOL is relaxed ,be sure to change the tolerance back to the d efault after operation

公差不能太大,默认公差值是1e-5,每次扩大10倍,即1e-4,1e-3,.....慢慢试试,如果不行,就得检查模型

14、计算时候出现:Input/output error on unit=9.Possible full disk ,在一些论坛看到转换磁盘格式ntfs,转换后还是不行,我的ansys11.0安装在D盘,工作目录为E盘(30G大小),另外输出窗口提示for better cpu performace increase memory by 296mb using -m option

相关文档
最新文档