Flac3d Shell-Cantilever beam 学习过程

做~自己de王妃 提交于 2020-02-02 04:23:09

model new
model title "Cantilever beam (using shell elements), applied tip moment (large-strain)"
; Create shells and assign properties
struct shell create by-quad (0,0,0) (10,0,0) (10,0,1) (0,0,1) size (10,1) ...
                    cross-diagonal element-type=dkt-csth
struct shell property isotropic=(2e11, 0.0) thick=0.133887
; Boundary conditions
struct node fix velocity rotation range position-x=0 ; fully fix left end
struct node fix velocity-z rotation-x rotation-y  ; restrict non-beam deformation modes
struct node apply moment=(0,0,2.5e6) range position-x=10
; Solve model
model largestrain on
model solve ratio-local 1e-6
model save 'Cantilever'

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!