ABAQUS和WB非线性屈曲方法综述
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Workbench
(1)首先进行线性屈曲分析,得到屈曲的特征值和屈曲模态。实现方式如下:
(2)添加Mechanical APDL模块
右键单击Analysis,输入模型缺陷文件:
/prep7
upgeom,0.1,1,1,file,rst
cdwrite,db,file,cdb
/solu
UPGEOM, FACTOR, LSTEP, SBSTEP, Fname, Ext
FACTOR: Multiplier for displacements being added to coordinates. The value 1.0 will add the full value of the displacements to the geometry of the finite element model. Defaults to 1.0.
LSTEP: Load step number of data to be imported. Defaults to the last load step. SBSTEP: sub step number of data to be imported. Defaults to the last substep. Fname: File name and directory path (248 characters maximum, including the characters needed for the directory path). An unspecified directory path defaults to the working directory; in this case, you can use all 248 characters for the file name.
The field must be input (no default).
Ext:Filename extension (8 character maximum).The extension must be an RST extension.
(3)添加Finite Element Modeler模块
(4)重新导入新的Static Structual模块以进行非线性屈曲分析,此时需重新建立模型的接触关系、边界条件、荷载。
本模块分析时需打开大变形(large deflection),
非线性屈曲分析没有所谓的屈曲云图,也没有载荷因子,就是变形图。随着载荷的逐步增加,位移发生突变的地方就是发生屈曲的地方,使位移发生突变的载荷就是临界屈曲载荷!
Command:
Stabilize,constant,energy,0.01
!prevent non-convergence due to instability
ABAQUS
(1)首先进行线性屈曲分析,得到屈曲的特征值和屈曲模态,并输出相应节点的位移集合。实现方式如下:
通过在model→edit keywords修改inp文件,在*restart,write,frequency=0语句的后面添加
*nodefile,global=yes
u,
输出节点位移文件,为非线性屈曲分析做准备。
(2)在step中用static,riks替代buckle分析步(也可以直接添加一Static,riks分析步)。通过在model→edit keywords修改inp文件,在*boundary语句之后*step语句之前,加入定义初始缺陷的语句,修改内容如下:
*imperfection,file=job-1,step=1
1,0.01
2,0.01
3,0.001
定义的初始缺陷为一阶模态的1%,二阶模态的1%,三阶模态的1‰。(3)进入后处理,得出荷载比例因子load proportional factor(LPF)变化曲线,曲线线性变化的最大值点(拐点)作为非线性屈曲的最大荷载。