[ 警告错误信息 ] 【错误和警告信息汇总】(此贴为复件,请勿回复) [ 复制链接 ]
zsq-w
电梯直达
1#
发表于 2009-5-7 17:08:16 | 只看该作者 | 倒序浏览
本帖最后由 zsq-w 于 2009-6-2 17:11 编辑
管理
员
CIO
仿
真
币
************************* 错误与警告信息汇总 *************************
--------
------简称《错误汇总》
***ERROR
***WARNING
二次开发
%%%%%%%%%%%%%%%布局 @@@ &&&&&&&&&&&&&&&&&&&&&&
常见错误信息
常见警告信息
网格扭曲
cdstudio 斑竹总结的 fortran 二次开
发的错误表
3
3
9
%%%%%%%%%%%%%%%%% @@@@@@ &&&&&&&&&&&&&&&&&&&&&&&&&
模型不能算或不收敛,都需要去 monitor ,msg文件查看原因,如何分析这些信息呢?这个需要 具体问题具体分析 ,但是也存在一些共性。这里只是尝试做一个一般
7
性的大概的总结。
5
如果你看见此贴就认为你的
warning 以为迎刃而解了,那恐怕令你失望了。不
收敛的问题千奇万状,往往需要头疼医脚。接触、单元类型、边界条件、网格质量以
阅
及它们的组合能产生许多千奇百怪的警告信息。企图凭一个警告信息就知道问题所在,
那就只有神仙有这个本事了。一个
warning 出现十次能有一回参考这个汇总而得到解
读
决了,我们就颇为欣慰了。
权
限
类似于:
2
Fixed time is too large
Too many attamps have been made
5
THE SOLUTION APPEARS TO BE DIVERGING.
5
CONVERGENCE ISJUDGED UNLIKELY.
积
Time increment required is less than the minimum specified
这样的信息几乎是无用信息(除了告诉你的模型分析失败以外,没有告诉你任何有用
分
1
1
5
帖
子
1
0
2
1
2
的东西)。宜再查找别的信息来考察。根据经验,改小增量步也不一定能收敛,虽然也有人报告过改好的先例,我是从来没有遇到过,也从来没有那个奢望。所以我一般从模型的设置入手。
必须说明的是: Error 和 warning 的性质是完全不同的。
Error 意味着运算失败, but 出现 warning 可能还能算,而且有些运算必定会出现 warning (比如接触分析必定出“负特征值”,下有详述)。很多警告只是通知性质的,或者只是说明一下而已,不一定都是模型有问题。比如以下 warning 完全可以忽略:
will(not ) printed ,这种只是通知你一声,某些玩意儿不输出了。还
有:
The parameter frequency cannot be used with the parameter field. It will be ignored (都说某某被 ignored 了) .
系列
如果模型能算,且结果合理,那么大部分警告信息可以不管。但是以下除外:
1 numerical sigularity( 数值奇异 ) :刚体位移(欠约束) solver problem. numerical sigularity when processing node105
instance
pile D.O.F. 1 ratio=1.735e13
2 Zero pivot (零主元): 过约束或者欠约束。
/archiver/tid-752747.html (参考 kingy 的心得)
串 这 2 个问题一般都意味着模型约束存在问题。 1)、 2)都会伴随着产生大量负特征值。
个 解决方案当然第一步是检查约束了。
门
加好 B 系列 常见错误信
友
打 息
招 有一些直接导致计算 aborted ,那就得仔细分析了,比如:
呼
1 xxxxx is not a valid in ABAQUS/Standard ( 告诉你这种计算 standard 不
发 支持了,换别的 )
消
216235 elements have missing property definitions.
) 在 property 步检查材料属性是不是都加上了。如果有梁单元,看看梁法向定义对了没有。
)确保在 property 步所定义的类型与 mesh步所划分的网格匹配。比如:
在前面定义了 truss 的材料属性,在后面划分 beam单元,就出这种错误信息 /thread-875975-1-1.html
Detected lock file Job-1.lck. Please confirm that no other applications are attempting to write to the output database
associated with this job before removing the lock file and
resubmitting.
删除 .lck 文件就可以了,它是一个自动生成的文件。
你也可以另存为(另取名),再运算。
4
The rigid part xx is missing a refernce point
刚体( or 刚体约束)都必须通过 stools--reference
point 给它定义一个
参考点( RP),载荷都加在这个
RP上。
5 The area of 54 elements is zero, small, or negative.
or node numbering, or modify the mesh seed.
Check coordinates
The elements 8 have been identified in element set
ErrElemAreaSmallNegZero
这个一般是节点编号不对的问题。必须是逆时针方向。
The value of 256 MB that has been specified for standard_memory is too small to run the analysis and
must be increased. The minimum possible value for standard_memory
is 470 MB
内存不够
/viewthread.php?tid=765841&highlight=%B4%ED%CE%F3%D0 %C5%CF%A2
7 HM to ABA的问题:集合和面的几何的名称最好不要用特殊符号和数值 (特
别是从 hm转过来),全部用英文字母是最安全的。
binling_love 大侠做得 HM与 ABA的联合有限元分析的接口问题汇总对
ABA 初学者带来一些帮助,
/thread-862441-1-1.html 。
令很多人抓狂的 error code 5
)使用了子程序 , 子程序有问题 , ( 例如数组定义跟实际赋值不一致 , 这
个我也遇到过 )
)模型有问题 , 通常模型很大 , 很复杂 ( 这个我没遇到过 )
Please make sure that the mesh density of the slave surface
in the tie
pair( mbly__pickedset37_cns_,assembly__pickedsurf36) is finer than the master surface.
The analysis may run slower, may yield inaccurate results,
and may require more memory if this is not the case
)硬盘没空间了 ( 这个其实不会引起 error code 5, 但是出错是肯定的
), 或者是内存太小 . 或者产生的文件太大 .
)关闭杀毒软件试试(特别是卡巴)
5 ) 有人认为边界条件不正确 , 也会引起这个错误 .willnessless 总结
/viewthread.php?tid=863405&highl
ight=error
system error code 29539
关闭杀毒软件 and try 。
**ERROR: Issue cannot be deleted Not all data Released
windows 中,单击“控制面板”--“系统”--“高级”--“性能设置”--“数据执行保护”命令,
pre.exe 和 standard.exe 添加进去。重起动后尝试
/viewthread.php?tid=795306&page=1
11 Surfaces associated with analytical rigid part MANDREL may have their
orientation flipped
刚体相连的接触面方向定义反了,在接触定义的地方 edit -- flip
CONTACT PAIR (ASSEMBLY_BLANKBOT,ASSEMBLY_TIE-1_DIEDURF) NODE BLANK-1.5 IS OVERCLOSED
BY 0.0512228 WHICH IS TOO SEVERE
这往往是因为接触面的法线方向定义反了。定义刚体和
shell
的 surface
时,要注意选择外侧
13 123456 elements are distorted 。Excessive distortion of element number
5 of instance PART-1-1
如果有子程序,一般不是材料设置有问题,就是边界条件的问题
14 XMLparsing failure for job 1. Shutting down socket and terminating
all further messages. Please check
the .log, .dat, .sta, or .msg files for information about the
status of the job.
/viewthread.php?tid=861160&extra=page%3
D23%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D68
15 The number of history output requests in this ABAQUSanalysis (>5000)
may cause SIGNIFICANT performance problems during analysis and
postprocessing
输出项太多,恐硬件资源不够。要是你确保硬件够,这条也不怕了。一
般的,应该减少 History 中的输出项,
尽量输出你最感兴趣的内容。
Value for parameter nset will be truncated to 80 characters
nset名字取太长了, 80 字符限制
compilation - ifort.exe问题
Problem during compilation - ifort.exe not found in PATH .
安装的时候没有装好或是二次开发版本冲突。检查环境变量的设置;然后
verify 一下,看看是子程序功能否能通过?
/viewthread.php?tid=868268&page=1#pid1564
148
Disconnecting from Abaqus License manager /thread-875940-1-1.html
Insufficient system resource available.
这种问题多半是由于计算资源不足导致,很多人反映一下原因:
1 内存不够 2 硬盘资源不足
19 nnn nodes have dof on which velocity/displacement/acceleration/base /archiver/tid-852154.html
有时候以警告出现有时候以错误信息出现,警告信息出现往往可以忽略。
如果是错误信息,先查看 ErrNodeBCRedundantDof.
再检查是否存在: 1 过约束 。一些区域 or 点既定义速度有定义位移当然
过约束了。
2 solid 单元直接施加转角 。须知实体单元只有 3 个自由度,
要想使实体转动,需要建立一个参考点 RP与该区域耦合( coupling ),然后转角施加在 RP上,这样载荷的施加才有效。
20 ERROR: Zero or negative mass in element number 79144
/thread-876156-1-2.html 是否有
重叠单元 ; 局部单元变形过大 . 原因可能有很 多, 可以先试试以下方
法:
1.
检查下材料定义是否有错误
2.
把 ALE的参数调整下
3.
把加载速率放低
THE MINIMUM MEMORY REQUIRED TO RUN THE ANALYSIS EXCEEDS THE AMOUNT
OF MEMORY THAT CAN BE ALLOCATED USING 32-BIT
HARDWARE 。EITHER THE PROBLEM SIZE MUST BE
REDUCED
OR THE ANALYSIS MUST BE RUN USING 64-BIT
HARDWARE.
32-bit 机器最多能用 3G 内存。
/thread-877796-1-1.html
22 issue cannot be deleted Not all data
released: /thread-877978-1-1.html 23 1 improperly defined
surface(s). /thread-87 7945-1-2.html
另外:
警告和报错里的错误集 ErrElemAreaSmallNegZero 、
WarnNodeBCInactiveDof
等等,在哪里找?
《常见 CAE操作集锦》有叙述。
到後處理 visuallization 模塊的 display group 找 element 的
ErrElemAreaSmallNegZero
node 的 WarnNodeBCInactiveDof 就可以看到了 .
注意:一个错误信息可能因为各种可能的问题导致的,以上所列远远不够,此帖只为抛砖引玉了。
C系
列 *****W
ARNING
如上所说,有很多 warning 并一定意味着你的模型存在问题。常有:
负特征值问题
THE SYSTEM MATRIX HAS 8 NEGATIVE EIGENVALUES.
负特征值是非线性分析的必然产物。 所以不必大惊小怪, 甚至久而久之, 对
于你熟悉的问题,你都会视而不见了。若出了问题,可先检查下有没有伴随的
numerical sigularity( 数值奇异)和 Zero pivot (零
主元)产生。如果没有,可以参考这几个方面:
). 刚体位移
). 单元异常,过度变形、过度扭曲等
). 应力应变关系有负斜率
)如果有流体的话,在容器发生形变的话, 也可能出现 negative eigenvalue 的情况,不过不会出现警告,这是被允许的
) 失稳发生
) 可参考:
/viewthread.php?tid=842233&highlight=%BE%AF%B8%E6
2 The ratio of deformation speed to wave speed exceeds 1.0000
这个警告是指单元形变速度 V(单元最大形变率 / 特征尺寸)和膨胀波速 C
(通过材料本构关系求得)的比例超过
1。
解决这个问题的方案有以下几种 :
(1)检查单位是否封闭(参数设置有数量级的错误),此错误新手常犯;
(2)
检查网格质量 ;
(3)
检查加载速度 , 如果条件允许的话就降低速度 , 该方法也很有效 , 但
在很多
情况下无法降低速度;
(4)
调整 STEP中的 TIME SCALING FACTOR;调整 STEP中的
MASS SCALING FACTOR
;
5)加*SECTION CONTROLS,NAME=SC,DISTORTION CONTROL,
LENGTH RATION=0.1
或者 YES也可以,加在 MATERIAL前面;或加 * DIAGNOSTICS,
DEFORMATION SPEED CHECK=OFF ;
或者加 *DIAGNOSTICS, CUTOFF RATIO=RATIO(具体数值 ), 在其
他
方法修改后还有问题的的情况下使用增加
关键字的方法来做 . 见
/thread-862510-1-1.html
(17 楼)
/viewthread.php?tid=814546&highlight=The%2Br
atio%2Bof%2Bdeformation%2Bspeed%2Bto%2Bwave
3 zero force/ZERO MOMENT 问题
THERE IS ZERO MOMENT EVERYWHERE IN THE MODEL BASED ON THE DEFAULT CRITERION. PLEASE CHECK THE VALUE OF THE AVERAGE MOMENT DURING THE CURRENT ITERATION TO VERIFY THAT THE MOMENT IS SMALL ENOUGH TO BE TREATED AS ZERO. IF NOT, PLEASE USE THE SOLUTION CONTROLS TO RESET THE CRITERION FOR ZERO MOMENT.
这个警告是告诉你模型中没有弯矩,没问题的,可以继续计算。
如果提示中出现特征值奇异的时候才是计算有可能出现不收敛的问题。
4 Degree of freedom 4 is not active in this model and can not be
restrained
有限元软件计算对于实体步考虑转动自由度,所以你在边界条件中限制了
456 的自由度后,软件会忽略的啊
.
5 The option *boundary,type=displacement has been used; check status
file between steps for warnings on any jumps
prescribed across the steps in displacement values of
translational dof. For rotational dof make sure that there are
no such jumps.All jumps in displacements across steps are ignored.
你采用了位移边界条件,但在平动自由度上,可能在不同的分析步骤里面有突变(你可以从 sta 文件里面查看),
并且应保证转动自由度无突变。
通知性质的
warning
,一般是因为你采
用位移加载方式,都出这个。
6 The strain increment has exceeded fifty times the strain to cause
first yield at 377 points
检查下约束够不够,约束够了就不用管了,这只是通知你,你的模型塑性应变很大,一般没多大问题。
7 123 nodes are used more than once as a slave node in *TIE keyword.One
of the *TIE constraints at each of these
nodes have been identified in node set WarNodeOverconTieSlave
定义接触的时候,公共节点重复定义了好几次,这样可能会出现过约束问题(只是 可能影响) ..
8
There are
nnn unconnected regions in the model.
可能是接触面由空隙,最好在接触属性中定义一个容差范围。
/thread-805564-1-1.html
1st :这只是一个警告信息,并不一定以为模型存在问题。
2nd :以你的模型有 2 个 part 并定义了接触为例,分析过程中,系统
就会通知你,模型中有 2 个“ UNCONNECTED REGIONS IN THE MODEL”。.
如果警告信息中的这个 nnn 等于你的 part 数目,那么就不用
担心; 反之,如果 nnn 大于你的模型中 part 数目,则往往意味着几何摸存在尖角、
细变等缺陷,需要做在 mesh步toolsvirtual topology
进行处理。
一般各个
parts
之间定义接触,
aba 都会这样通知用户的, 只
要接触设置对了,一般没事。
9
Boundary conditions are specified on inactive dof of 124 nodes.
The nodes have been identified in node set WarnNodeBCIactiveDof
边界条件定义的有问题:在 124 个节点的非自由度上有边界加载
The plasticity/creep/connector friction algorithm did not converg
一般是塑性应变太大,单元扭曲导致的。可以先改为弹性模型看看是否
收敛;学习下 aba_aba 大侠的指导吧
/viewthread.php?tid=684042
The ratio of the maximum incremental adjustment to the average characteristic
length is 1.82846e-02 at node 10868 instance jiti1 on the surface
pair (assembly_jq22,assembly_q22).
可以通过调大预设值消除该提示 and 检查网格质量。
12 ELEMENT 42 INSTANCE SOIL3-1 IS DISTORTING SO MUCH THAT IT TURNS
应改进单元质量。(单元扭曲问题相见 4 楼)
13 650 nodes are either missing intersection with their respective master
surface or outside the adjust zone.
改改 tie 里的 tolarance 试试
14
Dependent part instances cannot
be edited or assigned meshattributes
模型树-- assembly -打击 part
右键-- make independent 。也可以到模
型树 part 步展开点 mesh。
15
The aspet ratio for nnn elements exceeds 100 to 1.
单元划分网格长宽比不合适。如果这些单元在不重要的区域(对结果肯定
有些影响,
影响大小取决于这三个单元的位置,在模型中的作用等),而且能计算,那就没问题了
16 123 elements are distorted
存在单元扭曲,如果这些单元在不重要的区域(对结果肯定有些影响,影响大小取决于这三个单元的位置,在模型中的作用等),而且能计算,
那就没问题了(同 15)
(单元扭曲问题相见 4 楼)
17 ***WARNING: DEGREEOFFREEDOM1 IS NOTACTIVE ONNODE6 - THIS BOUNDARY
CONDITION IS IGNORED
约束了单元没有得自由度对求解没有影响,可以查看下
18 热分析时出现了这样的警告“ THERE IS ZERO HEAT FLUX EVERYWHERE
There is zero HEATFLUXeverywhere in the model based on the default criterion. please check the value of the
average HEAT FLUX during the current iteration to verify that the HEAT FLUX is small enough to be treated as zero.
if not, please use the solution controls to reset the criterion
for zero HEAT FLUX.
试试:
(1)是不是热源定义的问题,错误信息是说热源量几乎为零。
(2)定义热源的子程序调用命令流应该为 *HEAT GENERATION,在材料
模块中定义,子程序为 HETVAL。
19 The elements in the element set WarnElemSurfaceIntersect-Step1 are
involved
surface intersections. Refer to the status and message file for
further details
检查一下你单元集合的定义以及面的定义,看是否出现了相交或重复
定义的情况
20 Boundary conditions are specified on inactive dof of 36 nodes. The
nodes have been identified in node set WarnNodeBCInactiveDof.
/viewthread.php?tid=857956&extra=page%
3D12%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D68
21 Integration and section point output variables will not be output
for deformable elements that are declared as rigid using the *rigid body option
这个仅是通知性质的(在 interaction 步设置为 rigid body ,不输出应
力应变),你在 interaction 步定义了刚体约束的话,都会出这个警告。
22 For a self contact surface, the facets of the elements in element
set WarnElemFacetThickPt63d-Step1 are thicker than 0.6 times an edge or diagonal length
of the facets. Use the MAXRATIOparameter on *SURFACEDEFINITION
to allow automatic rescaling of the contact thicknesses where necessary for this surface.
Refer to the status file for further details.
/thread-867940-1-1.html
23 NO VALID RADIATION OUTPUT REQUESTS HAVE BEEN GENERATED. THIS MAY
BE DUE TO EARLIER INPUT ERRORS OR SPECIFICATION OF
A NONEXISTANT CAVITY OR SURFACE NAME
检查一下你的 output 設定裡是不是有些 set 或 surface 沒有設定到
24 123 nodes may have incorrect normal definitions. The nodes have
been identified in node set WarnNodeIncorrectNormal 。
先用 1 楼末尾的方法看看 WarnNodeIncorrectNormal 在哪儿。这个不
一定是致命的警告,有时候可以忽略。如果模型不收敛,可以检查下是否有过约束,
在接触上存在边界条件 or 加载。
25 This option is not supported for element loop parallelization. If
you have
specified element loop parallelization, it will be turned off for this analysis
/viewthread.php?tid=871350&extra=page %3D1%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D68
msg 出現 COMPATIBILITY ERRORS /thread-872274-1-1.html
28
98 out of 99 licenses remain available
这个没有关系的。
aba 打开都是这个显示的,其实没有那个问题,放
心用吧。
注意:各自模型千差万别,信息中的数字(如
单元等等)都是概数。
123 个节点, nnn,200 个
系列
1 上文已经说过,类似于
ERROR:Too many attamps have been made
Too many attamps have been made
THE SOLUTION APPEARS TO BE DIVERGING.
CONVERGENCE ISJUDGED UNLIKELY.
TIME INCREMENT REQUIRED IS LESS THAN THE MINIMUM SPECIFIED Analysis Input File Processor exited with an error.
这样的信息几乎是无用信息 (除了告诉你的模型分析失败以外,没有告诉你任何有用的东西)。宜再查找别的信息来考察。比如:
1 ) Numerical sigularity solver problem. numerical sigularity
when processing node105 instance 表示:数值奇异:刚体位移(欠约
束)
2 ) Zero pivot 表示:过约束
这样的信息(当然不仅仅是这些),才是比较有价值的。
2 对于 TIME INCREMENT REQUIRED IS LESS THAN THE MINIMUM SPECIFIED
Too many attamps have been made
不明白 increcement 的同学请看 zyxie 大侠的大作: 《 time increment 的根本理解》
(精华贴)
/viewthread.php?tid=747885&extra=page%3D1%26amp%3Bfi
lter%3Ddigest
3 对于“网格扭曲”的警告: excessively distorted element 前面有提到。
第一步:采用二楼底下的方法用 display 查看“ ErrElemExcessDistortion - Step1 ” 在模型的哪些部位,做到心中有数。
第二步:检查模型的网格质量: mesh 步verifyAnalysis Check 选取模型。
这
种情况,一开始计算即出现“ distorted element ”的信息。
Besides :很多其他问题也会网格扭曲警告。比如,几何模型导入有误需要修补、单元类型选取错误、边界条
件有误、材料属性错误、接触设置不合理、子程序错误等。
第三步:即使你的网格划分很好,如果变形过大,也会导致网格扭曲。然后修改网格
划分,怒要出现红色,关键区域不要出现黄色。
(当然最好是所有的网格都用 structure
划分,且都没有红色、黄色出现。网格质量就比较好。 这种情况,警告信息往往是在
计算到一定步骤之后才出现“ distorted element ”。
这种情况建议采用 ALE等方式,此不详述,搜索论坛“网格重划”“ ALE”等技术。
ALE可参考:
htscut2010 大侠的《 [ 原创 ]ALE 方法详解与各选项卡参数意义与设置》
/thread-873999-1-4.html
htscut2010 大侠的《 [ 基础理论 ] (原创) ALE网格自适应方法浅见》
/viewthread.php?tid=873659&page=1#pid1609203
由于这个帖子在子类《错误和警告信息》中找不到,但是却汇集了大量信息,特复制来此,并附上 cdstudio 斑竹的 fortran 二次开发的错误表。
此贴为复件,不要回复 . 若要回复 , 请到:
/thread-868268-1-1.html
Compaq_Visual_Fortran_-Complier_Errors_Manual.pdf