ansys常见错误(10)

2019-08-30 19:18

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 line set for AL command ERROR窗口见下图。

意思是:关键点10只在一条线上。不适合使用AL命令连接线。

AL命令是用线来定义面,而选择两条线可能只有两个关键点,因为关键点10不在线上,而定义面至少有三个点。 改进办法:再选一条线 NO、0048

waring:constraint equation 212 does not have a unique slave dof。 原因:边界约束条件和约束方程在同一节点位置交叠 解决方法:或者只加约束条件,或者只加约束方程。 NO、0049

an element shape failure has been detected for volume 32. for a list of strategies for avoiding shape failure,see the section on volume sweeping in the ANSYS Modelingand Meshing Guide .Do you want to continue Sweeping?

模型的几何形状不符合sweep的要求,需要处理,尽量体为四个边,可以试试accat。 NO、0050

node 8471 does not lie on or near the selected elements. The CEINTF operation produced no results for this node.

单元装配时,中间操作/命令流步骤,添加了冗余的操作/命令。正确步骤为:1)XSEL/ESLX/CM,X-ELEM,ELEM; 2)XSEL/NSLX/CM,X-NODE,NODE; 3)CEINTF

顺序不乱,也不能有冗余命令。任何诸如CM,X-X,X,比如CM,A-No,AREA出现在步骤中,都会导致错误。 NO、0051

Constraint equation 212 does not have a unique slave dof.和Constraint eqaution 171 has specified dof constraint at all node/dof 。constraint equation dleted。

这一Warning常发生在边界约束条件与约束方程相互交叠的节点位置。解决方法是不选边界约束位置节点,或不选约束方程位置节点。第一个warning发生当节点位置对称边界条件与约束方程向冲突时。第二个warning发生当节点位置约束条件与约束方程相冲突时。 NO、0052 Term 4 (node 5000 rotz) on CE number 3331 is not active on any element。This term is ignored。 这一warning发生当主节点坐标系与从节点坐标系不在同一个坐标体系下时。例如主节点坐标系为总体直角坐标系,而从节点坐标系为总体圆柱体坐标系。解决方法,就是保证二者坐标体系相一致。 NO、0053

我建立接触对求解时出现下面提示: you may move entire target surface by X=-1.331532856E-04,Y=2.51086219E-04,Z=1.344714965E-04 to bring it in contact 好像是移动目标面,但是不知如何移动,请高手指点 说的是你的模型两个面根本就接触不上。

怎么移动?就是建模的时候,让目标面移动 X=-1.331532856E-04,Y=2.51086219E-04,Z=1.344714965E-04 (相对于你当前的建模), 就是说,新模型目标面的位置相对你原来的位置有 X=-1.331532856E-04,Y=2.51086219E-04,Z=1.344714965E-04 的间隙距离,没有刚好接触。可以设置接触条件:设置接触面的gap值,也可以移动接触面,以使刚好接触。 NO、0054

*** WARNING *** CP = 49.156 TIME= 16:3 Coefficient ratio exceeds 1.0e8 - Check results. *** ERROR *** CP = 117.078 TIME= 16:36:11

Large negative pivot value (-38.7936039 ) in Eqn.system. May be because of a bad temperature-dependent material property used in the model.

*** WARNING *** CP = 117.406 TIME= 16:37:54

Smallest negative equation solver pivot term encountered at UX DOF of node 58652. Check for an insufficiently constrained model.

主要问题:求解方程中pivot项不正常,要么过大,要么过小,要么小于零。 原因:上面已说明,有可能材料属性有问题,有可能模型约束不对,有可能是网格质量太差。 NO、0055

Term 1 (node 3525 ROTX) on CE number 4 is not active on any element This CE is ignored. 这是我在一个实体模型上家弯矩后出现的警告CE(约束方程)被忽略。 原因:Term 1 (node 3525 ROTX) on CE number 4 is not active on any element就是说,节点3525的ROTX自由度不在任何单元中active,没有哪个单元支持ROTX自由度。 NO、0056

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

try adjusting the tolerance value on the BTOL commmand to some fraction of the

minimum keypoint distance.

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

先在要分割的地方设置一个工作平面,用布尔运算“divided --volume by working plane”进行分割的时候,出现上述错误,主要原因可能是设置的公差太小,当时试了几次都么有成功,最后干脆把体重新建立了一个,又画了一个很大的面,终于成功了。 NO、0057

real contant set 1 undefined but referenced by element 70 . 实常数1没有定义,但单元70还要参照它。

total of thickness for layered elements may not epual zero.check real contstant table 1 层合单元的总厚度可能不等于零,检查实常数表1 这是我做层合板问题时遇到的两个错误。 NO、0058

For item= LOC, the component ( 90-() is invalid.The NSEL command is ignored.

这个错误是在定义选取一定范围节点时候遇到的。我后来进行分析,查找错误,发现是因为在编写命令流时候,括号是用中文输入法输入,导致命令无法识别。同样的类似情况很多,大家在编写命令时候一定记住把输入法切入英文模式,以避免以后不必要的麻烦! NO、0059

对一个复杂型面的叶片划分单元,采用自由划分网格,出现如下警告和错误,应该怎么解决? *** WARNING *** CP = 55.703 TIME= 15:57:23

Initial attempt to mesh area 13 was unsuccessful. Automatically attempting to correct and remesh. (5).

*** ERROR *** CP = 393.641 TIME= 16:03:06

Error meshing area 13. Redefine number of divisions on boundary or adjust element size parameters.

这个应该是因为你面积13的形状比较特殊,网格在这个面积划分时候,质量特别不好导致。试着将面积13再细化后,划分网格。 NO、0060 Error!

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

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

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 )

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

*** WARNING ***

There are 1 small equation solver pivot terms

ansys,是刚度矩阵主元太小,可能是单元畸形,或者材料参数有问题, 总之这个问题你就不断的换个方式建立模型,trial and error ,往往就解决了这个问题。

NO、0063

*** WARNING *** CP = 10.156 TIME= 19:17:20

Cumulative iteration 2 may have been solved using different model or boundary condition data than currently stored. POST1 results may be erroneous unless you RESUME from a Jobname.DB file for this substep. 这个错误是说,模型或者边界条件改变了,计算结果可能是错误的。 NO、0064

*** WARNING *** CP = 1.391 TIME= 17:09:16

Use of the -M switch is no longer recommended for normal ANSYS use. ANSYS now dynamically allocates memory as needed. Only use the -M switch if you are certain that you need to do so.

发现是自己自定义ANSYS内存容量使用,在计算时候elements数量过多不能使ANSYS自动调节导致。 NO、0065

*** ERROR *** CP = 16.859 TIME= 09:29:26

Brick element 91 has an aspect ratio of 1.E+20, which exceeds the error limit of 1000000.

你是不是有一个volume的某方向的尺寸要远小于其他volumes的尺寸?比如上下两个volume,上边假设厚度 1mm,而下面厚度可能10E-3或者很小

这时候就会出现这种错误。关于解决方法我建议对一个维度上很小的该部分,用低维单元,比如对三维问题,其他用体单元,而对这个厚度很小的部分定义shell单元设定厚度。 NO、0066

*** ERROR *** CP = 89.899 TIME= 17:03:44

The value of UY at node 24320 is 3.673098545E+28. It is greater than the current limit of 1000000. This generally indicates rigid body motion as a result of an unconstrained model. Verify that your model is properly constrained.

*** ERROR *** CP = 90.120 TIME= 17:04:19

*** MESSAGE CONTINUATION ---- DIAGNOSTIC INFORMATION *** Rigid body motion can also occur when net section yielding has

occurred resulting in large displacements for small increments of load or when buckling has occurred. You can plot the time history curve for node 24320 in the UY direction to check for stiffness (slope of the curve) approaching zero.

这个应该是约束不够,Uy方向的位移过大,自查一下约束条件。 NO、0067

请问:1.我在划分网格的时候出现这个提示, 请问怎么去改正的,后者对结果有什么影响吗?stuctural elements without mid nodes usually produce much more accurate results in quad or brick shape

2.我做模态分析的时候只有在划分网格的时候出现上面的提示,求解分析的时候也没有出现什么问题,都是在查看结果的时候却看不了出现这样的提示an error occurred while attempting to open the results the file mx2.rst


ansys常见错误(10).doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:浅谈运用多媒体提高学生的英语学习兴趣

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: