- 技术邻 >
- CAE仿真 >
- HyperWorks
计算驾驶室结构模态时出现以下错误,是什么意思
浏览:163844 回答:6
*** WARNING # 1121
No SPC data specified for eigenvalue SUBCASE 2.
FREE-FREE boundary condition assumed.
*** INFORMATION # 742
The dependent rotational d.o.f. of this rigid element is removed.
RBE2 element id = 62857
independent grid id = 9654
a dependent grid id = 290
This is because there is no need to constrain the rotational d.o.f. of
any of the dependent grids.
这段什么意思?
***** Warning for eigenvalue subcase 2:
- At some point in the process, an inconsistent inertial count
was found. This implies that some of the calculated frequencies
may be inaccurate, especially the duplicated frequencies.
To avoid this, specify both bounds and keep the bound away
from the currently calculated frequencies.
*** warning *** the rayleigh quotient
x'kx / x'mx for the 1-th eigenvector
does not match the computed eigenvalue
lambda ( 1): -3.43657732493052D-02
x' k x : -3.17497987461738D-02
x' m x : 9.99999999999997D-01
discrepancy : 2.61597450313135D-03
*** warning *** the rayleigh quotient
x'kx / x'mx for the 2-th eigenvector
does not match the computed eigenvalue
lambda ( 2): -2.52264003761536D-02
x' k x : 2.98770863757770D-04
x' m x : 1.00000000000000D+00
discrepancy : 2.55251712399114D-02
上面显示你的刚度矩阵是负的,即xkx显示的值,从上面来看,你的RBE2有问题,虽然你说没问题,定义上而言,
但是实际上显示着你的定义有多余的转动自由度,可能是你在定义其他的单元,比如两个RBE2时可能重复定义一些从节点的自由度,造成不合理的定义,
或者你本身在定义自由度的时候,还有各种加载的不合理造成的,你可能是定义了从节点之后,还设置了从节点上有转动相关的载荷吧