Flac3d Shell-Cantilever beam 学习过程

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'

你可能感兴趣的:(Flac3d Shell-Cantilever beam 学习过程)