Amoc wrote:
试过,恩,好像还有三个错误,说是:
1. **ERROR- ZERO ON DIAGONAL IN JACOBI ITERATION.
2. **ERROR** A PROBLEM HAS BEEN ENCOUNTERED WHILE SOLVING FOR MODES (J3)
3. *** ERRORS IN SOLVER *** ...
这三个问题是一个问题,原因是分析引擎在求解结构特征周期时出错,2007新的高级分析引擎已经没有这个错误了,老用户可以增加截断振型,或者在第一个荷载工况前加set solution incore,或者在节点坐标前加SET SSVECT ,试一试解决此问题。
英文解释如下:
This message occurs either (1) when the first frequency is near zero, which indicates that some or all of the structure is unsupported in 1 or more directions; or (2) when STAAD's choice of starting vectors is insufficient.
If (1) above occurs, then solve a static case with selfweight y -1 selfweight x -0.3 selfweight z -0.3 If there are instabilities corrected, then the structure is not adequately supported (or inadequately connected) to solve dynamically. Correct the supports.
If (2) occurs, then enter a SET SSVECT command before the joint coordinates. Occasionally adding 10 more modes will also have the same positive effect on getting the Subspace iteration to avoid failure in the Jacobi step of the iteration.
For small problems the SET SOLUTION INCORE command may be used as a third option.