当前位置:首页 > ansys警告信息汇总
第二个问题:SOLID45 wedges are recommended only in regions of relatively low stress gradients.
这只是一个警告,它告诉你:推荐SOLID45单元只用在应力梯度较低的区域。 它只是告诉你注意这个问题,如果应力梯度较高,则可能计算结果不可信。 NO、0023
*TREAD end-of-file in data read txt中的表格数据不完整! NO、0024
Keypoint 1 is referenced by only one line. Improperly connected line set for AL command
两条线不共点,尝试 nummrg命令 NO、0025
L1 is not a recognized PREP7 command, abbreviation, or macro. This command will be ignored 还没有进入prep7,先:/prep7 NO、0026
Keypoint 2 belongs to line 4 and cannot be moved
同一位置点2已经存在了,尝试对同位置的生成新点换个编号,比如1002 NO、0027
Shape testing revealed that 32 of the 640 new or modified elements violate shape warning limits. To review test results, please see the output file or issue the CHECK command.
单元形状奇异,在我的模型中6面体单元的三个边长差距较大,可忽略该错误 NO、0028
The drag direction (from the keypoint on drag line 27 that is closest to a keypoint KP of the given area 95) is orthogonal to the area normal at that KP. Area cannot be dragged by the VDRAG command. 意思是拉伸源面的法向与拉伸路径垂直,不能使用VDRAG命令 出现的环境
ASEL,S,LOC,Z,143e-3
VDRAG,ALL, , , , , , 27
本意是按位置z=143e-3位置的面,然后沿编号27的线拉伸,出错,之前用该语句没有任何问题
检查发现选面的命令多选了一些面,把挨着要选择面的一些面选进来了 将该语句修改后没有问题
ASEL,S,LOC,Z,143e-3,144e-3
位置的最大最小值可能需要根据具体的模型调整 NO、0029
error: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 memory required=853MB
划分的网格太细了,内存不足。建议将模型划分为几个部分,分部分进行划分,可以减少内存使用 NO、0030
clear is not a recognized GEGIN command,abbreviation,or macro. this command will be ingored.
那是因为打开了前处理,求解或者后处理, 先用FINISH命令,再用CLEAR就可以了 NO、0031
solid model data is contaminated
实体模型被污染了(布尔操作中经常出现)
原因就是布尔操作中出现运算错误,实体模型被污染。 解决办法:
1、修补模型。
2、最好的还是重新建立模型。
关于这个,还有一种方法是将模型用write命令写出来,然后用read命令读进去就好了 NO、0032
*** WARNING *** SUPPRESSED MESSAGE CP = 4.828 TIME= 20:58:40 Element 3526 node 5851 is part of at least 2 distinct sets of exterior element faces. This may indicate that the attached elements are connected in an unusual manner.
Element 3526 node 5851同时是 两个(及以上)单元外表面的一部分。这意味着,相互连接的单元式以一种不寻常的方式连接起来的。也就是说,网格质量过差,导致不收敛。、需要把网格划分好一点 NO、0033
我在做塔的屈曲分析时(用弧长法)出现了如下错误,请高手给看看是哪里出了问题该怎么改:
*** WARNING *** CP= 13938.412 TIME= 16:43:51 Kinematic Plasticity algorithm does not converge for element 79, material ID 1. 使用Kinematic Plasticity 准则在某个节点处不收敛。要不换一个准则试试看。 NO、0034
*** WARNING *** CP= 1475.792 TIME= 19:31:49 The variable viewer requires a NUMVAR of 200. The calculator will not be available. To use the caclulator please export your data to a file; then choose the 'Clear Time-History Data' button; and then import your data from the file.
以上内容的意思:变量查看器需要一个200的数值变量(a NUMVAR of 200.翻译得不准确),计算器将不能使用。请把你的数据导出到文件,然后清除时间历程数据,然后再从文件中导入数据。 你照警告说的做一下看行不行。 NO、0035
*** WARNING *** CP= 69.720 TIME= 18:00:39 The view for graph plots is currently NOT changeable. To enable graph view manipulation, issue /GROPTS,VIEW,1.
以上警告的意思:图形显示结果目前不能改变。请使用/GROPTS,VIEW,1命令。 NO、0036
error: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 memory required=853MB(by kitty_zoe )
不一定是网格太密,也可能是结果过于拓扑问题,使得无法计算 NO、0037
Keypoint 1 is referenced by only one line. Improperly connected line set for AL command
原因是:使用AL命令时,你的所有线没有闭合。既然要形成面,就必须要求所有的线围起来,形成闭合的回路。再换一句话说就是上面的英文警告说的:每个关键点必须同时被两条线共用才能保证形成面。如果有关键点只被一条线使用,当然就不能形成面了。 NO、0038
*** WARNING *** CP = 24.312 TIME= 18:23:02 Due to merging of areas 3251 and 3304, nodes 52094 through 52101 are no longer associated with any area. 这个警告只是提醒你,面3251和3304相互merge之后,节点52094到52101这些节点都不再和任何面有关联。
After NUMMRG,ALL, node 84 (and possibly others) is associated with more than one solid model entity. Future commands which depend on the node to solid model connectivity (meshing, mesh clearing, solid BC transfer, etc.) may not operate properly.
上面这个警告也是提醒你:节点84同时属于号几个实体,在之后的操作中,如果操作到这个节点将有可能不能正确执行。 NO、0039
the anel material 2 at temperature=0 is not positive defineite,a full 6*6 matrix is need as at least one element type inthe medel is 3_d cheeck input. 这个是自己在进行属性定义时候出现的,查找原因,因为自己做的是pzt材料的压电效应分析。并且是3_d模型,ANEL命令矩阵设定应该是6*6的矩阵,但是由于自己粗心,矩阵输入没有完全,导致运行失败,所以希望以后大家在属性设定时候特别留意,特别是需要输入矩阵情况时候。 NO、0040
Unable to mesh area 9 because of shape problems. It may help to change element size on edges of area
在LINE定义时候没有进行线划分,使用LESIZE命令对线进行划分,后面在使用ESIZE,,1 MSHAPE,0,3 AMESH,ALL 问题解决
方法2:直接在ESIZE命令中定义尺寸,例如如果网格大小为3MM可以这样定义ESIZE,3E-3 NO、0041
Both solid model and finite element model boundary conditions?等等 这个警告是正常的阿,只是告诉你要将所有的力转化到节点或者单元上。 NO、0042
我在做接触分析时,遇到如下 Warning some contact elements overlap with the other contact element which
can cause over constraint
这是由于在同一实体上,即有绑定接触(MPC)的定义,又有刚性区或远场载荷(MPC)的定义,操作中注意在定义刚性区或远场载荷时避免选择不必要的DOF自由度,以消除过约束 NO、0043
划分网格时出现警告:
Shape testing revealed that 450 of the 1500 new or modified elements violate shape warning limits. 单元网格质量不够好
尽量,用规则化网格,或者再较为细密一点。 NO、0044
在用Area Fillet对两空间曲面进行倒角时出现以下错误: Area 6 offset could not fully converge to offset distance 10. Maximum error between the two surfaces is 1% of offset distance. ansys的布尔操作能力比较弱。
如果一定要在ansys里面做的话,那么你试试看先对线进行倒角,然后由倒角后的线形成 倒角的面。
建议最好用UG、PRO/E这类软件生成实体模型然后导入到ansys。 NO、0045
There are 21 small equation solver pivot terms.;
SOLID45 wedges are recommended only in regions of relatively low stress gradients.
第一个问题我自己觉得是在建立contact时出现的错误,但自己还没有改正过来;第二个也不知道是什么原因。 还有一个:initial penetration 4.44089×10E-6 was detacted between contact element 53928 and target element 53616;也是建立接触是出现的,也还没有接近。
第一个问题:There are 21 small equation solver pivot terms.;
不是建立接触对的错误,一般是单元形状质量太差(例如有i接近零度的锐角或者接近180度的钝角)造成small equation solver pivot terms
第二个问题:SOLID45 wedges are recommended only in regions of relatively low stress gradients.
这只是一个警告,它告诉你:推荐SOLID45单元只用在应力梯度较低的区域。 它只是告诉你注意这个问题,如果应力梯度较高,则可能计算结果不可信。 NO、0046 error:element type 1 is PLANE42,which can't be used with the VMES command, meshing of volume 3 aborted.
意思是:单元类型1是PLANE42,不能使用划分体网格的命令VMES,划分体3中止。
改进办法:
1修改单元类型为适合体网格的单元类型。如solid,或shell 2不使用VMES命令,使用AMESH NO、0047
error:keypoint 10 is referenced by only one line. Improperly connected
共分享92篇相关文档