约束了单元没有得自由度对求解没有影响,可以查看下
18 热分析时出现了这样的警告“THERE IS ZERO HEAT FLUX EVERYWHERE
There is zero HEAT FLUX everywhere 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.
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 MAXRATIO parameter on *SURFACE DEFINITION to allow automatic rescaling of the contact
thicknesses where necessary for this surface. Refer to the status file for further details.
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。
先用看看WarnNodeIncorrectNormal在哪儿。这个不一定是致命的警告,有时候可以忽略。如果模型不收敛,可以检查下是否有过约束,
在接触上存在边界条件or加载。 D系列
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
3 对于“网格扭曲”的警告: excessively distorted elements 前面有提到。
第一步:采用二楼底下的方法用display查看“ ErrElemExcessDistortion-Step1 ”在模型的哪些部位,做到心中有数。
第二步:检查模型的网格质量: mesh步---verify----Analysis Check选取模型。这种情况,一开始计算即出现“distorted element”的信息。Besides:很多其他问题也会网格扭曲警告。比如,几何模型导入有误需要修补、单元类型选取错误、边界条件有误、材料属性错误、接触设置不合理、子程序错误等。
第三步:即使你的网格划分很好,如果变形过大,也会导致网格扭曲。然后修改网格划分,怒要出现红色,关键区域不要出现黄色。(当然最好是所有的网格都用structure划分,且都没有红色、黄色出现。网格质量就比较好。这种情况,警告信息往往是在计算到一定步骤之后才出现“distorted element”。 这种情况建议采用ALE等方式,此不详述,搜索论坛“网格重划”“ALE”等技术。