建 模1、调用文件:① 文件与工程在同一个文件夹,只写文件名即可:If the called file is located in the same folder as the FLAC3D project file, then only the file name needbe entered with the CALL command
② 不在同一个文件夹 ,全路径:Otherwise, the file may be called by specifying its completepath (e
, c:\myfolder\file
Undo ;撤销上一条命令2、创建 旋转 缩放视图3、建模命令model mech mohr ;莫尔库伦模型model mech elastic ;弹性模型set grav 0, 0, -9
81 ; 重力加速度 negative z-direction
常用的)下面这代码,是沿着下面这代码,是沿着-y-y 方向的重力加速度,注意区别
方向的重力加速度,注意区别
gen zone brick size 6,8,8 p0 -10, -10, -20
;省略号表示写不下后面继续 p1 10, -10, -20
p2 -10, 10, -20
p3 -10, -10, 0plot zonegen zone brick size 6,8,8 p0 -10, -10, -20
;不规则六面体p1 10, -10, -20 p2 -10, 10, -20
p3 -10, -10, 0 p4 10, 10, -20
p5 -10, 10, 10 p6 10, -10, 0
p7 10, 10, 10plot current plot Plot01plot clea