udec命令

udec命令
udec命令

1.把图形保存下来,能在AUTOCAD中打开、编辑

plot block cable red supp ye stru bl;显示块体、锚杆(红色)、支架(黄色)、梁(蓝色)的图形

set plot 256 dxf;设置图形为256色

set out c:\ss.dxf

copy c:\ss.dxf;把这图形以ss.dxf文件保存在C磁盘下

2.把数据导出

set log on

print pline 1 ydis;把pline 1的y方向位移的数据导出到UDEC目录下udec.txt文件中

set log off

3.plot block stress ;显示块体的应力

plot block dis ;显示块体的位移(有x和y方向)

plot block pl ;显示块体的塑性区(plastic)

save xx.save ;保存计算结果

res xx.save ;调用

4.液压支架的命令

supp xc yc wid l seg n mat j;(xc,yc)是指中心点坐标,l指支架的宽度,n指分段数,mat j指支柱材料性质为j prop mat j sup_kn -1 ;sup_kn指支架的刚度,-1与表1相对应

del range x1 x2 y1 y2 ;挖掘范围(x1, y1)(x1 ,y2)(x2, y2)(x2, y1)的块体,由支架支撑

table 1 0 42.e6 0.05 5.0e6 0.1 6.0e6;表1表示的是液压支架的(P-DS)特性曲线

5 巷道施工中断面加梯子梁的命令(见图1)

stru gen xc yc np 100 fa a thetra b mat=16 thick=0.2 ;100 指分100段,a b 指角度

prop mat=16 st_ymod=13.5e9 st_prat=0.14 st_den=7800

prop mat=16 st_yield=6e7 st_yresid=6e7 st_ycomp=2.5e7

prop mat=16 if_kn=1.35e9 if_ks=1.35e9 if_tens=0 if_fric=18 if_coh=0;interface-界面

例子讲解:

建模(以米为单位,;后为解释部分)

round=0.1 ;方块的圆角块半径为0.1米

set ovtol=1.0 ;块体与块体之间相互嵌入量最大值为1米

bl 0,0 0,26 50,26 50,0 ;在(x1, y1)(x1 ,y2)(x2, y2)(x2, y1)生成块体范围

crack 0,25 50,25 ;在(x1, y1)(x2 ,y2)两点间画直线

jregion id 1 0,0 0,10 50,10 50,0 delete ;删除此区域的块体

jset 90,0 2.5,0 2.5,0 3,0 0,0 range jregion 1 ;jset A,0 a,0 b,0 c,0 x0,y0 range jregion 1

jset 90,0 2.5,0 2.5,0 3,0 1.5,2.5 range jregion 1 可画成列的线段(见图2)

jset 0,0 26,0 0,0 2.5,0 0,0 range jregion 1

pa ;当程度运行至此时暂停,可以看看你所建的部分模型,用continue继续运行下面部分

save t.save ;建模保存在t.save中

岩层赋属性及原岩力平衡计算

res t.save ;调用已建好的模型

gen quad 12 ;定义块体最大变形,若没有此语句,刚所有块体均为刚性块体

zone model mo range 0,180 0,45.2 ;第一个x,第二个y在范围(x1, y1)(x1 ,y2)(x2, y2)(x2, y1)的块体符合库仑准则

change jcons=2 range 0,180 0,45.2 ;节理面间接触-coulmb滑移

;下面主要是讲岩层赋属性

change mat=1 range reg 0,0 0,3 180,3 180,0 ;岩层1的范围 change mat=2 range reg 0,3 0,4.5 180,4.5 180,3

change mat=3 range reg 0,4.5 0,10.2 180,10.2 180,4.5 change mat=4 range reg 0,10.2 0,11.2 180,11.2 180 10.2 prop mat=1 dens=2500 ;岩层1的密度 prop mat=2 dens=2500 prop mat=3 dens=1300

zone k=2e10, g=1.1e10, fric=30,coh=2e6,ten=4e6 range mat=1 ;岩层1的块体力学参数(见表1) zone k=8.7e9, g=4.2e9, fric=25,coh=1.5e6,ten=1.5e6 range mat=2 zone k=13.05e9, g=6.3e9, fric=31,coh=4e6,ten=2e6 range mat=3

change jmat=1 range reg 0,0 0,3 180,3 180,0 ;在这范围1内的块体间相互接触的接触面力学参数 change jmat=2 range reg 0,3 0,4.5 180,4.5 180,3

change jmat=3 range reg 0,4.5 0,10.2 180,10.2 180,4.5

prop jmat=1 jkn=7e9, jks=2e9, jcoh=0.1e6 , jfric=0,jten=0.1e6 ;在这范围1内的块体间相互接触的接触面力学参数

prop jmat=2 jkn=6e9, jks=2e9, jcoh=1e6 , jfric=20,jten=1e6 prop jmat=3 jkn=6e9, jks=2e9, jcoh=1e6 , jfric=20,jten=1e6

;工作面埋深550米

set gravity 0,-10 ;地下岩层主要受重力,还有构造应力(水平应力=垂直应力*侧压系数) insitu str -1.5144e7 0 -1.262e7 szz=-1.5144e7 ygrad 3e4 0 2.5e4 zgrad 0 3e4

;initiasituate stress 初始设置应力 ,侧压系数为1.2

;(550-48.2)*2500*(-10)= -1.262e7 -1.262e7*1.2=-1.5144e7 ,1*2500*10=2.5e4,2.5e4*1.2=3.0e4

bound stress 0,0,-1.375e7 range 0 180 45.1 45.3 ; boundary stress sxx0 ,sxy0, syy0 range x1 x2 y1 y2

;550*2500*(-10)= -1.375e7

bound xvel=0 range -0.1 0.1 0 45.2 ;固定左边界(xvel-也就是x 方向的速度),见图3 bound xvel=0 range 179.9 180.1 0 45.2 ;固定右边界 bound yvel=0 range 0 180 -0.1 0.1 ;固定下边界 solve ;计算

save fyuanyan1.save

注: insitu str sxx sxy syy szz=-1.6638e8 ygrad sxxy sxyy syyy zgrad szzx szzy (xgrad sxxx sxyx syyy,上面没有写,表示在x 方向没有变化 )

(σx=sxx ,σy=syy, σz=szz,τxy=sxy,τxz=sxz, τyz=syz 弹性力学;grad 表示梯度,即在此方向的变化量) (xgrad sxxx sxyx syyy ygrad sxxy sxyy syyy zgrad szzx szzy

(sxx=sxx0+sxxx.x+sxxy.y,syy=syy0+syyx.x+syyy.y,szz=szz0+szzx.x+szzy.y) (μ—侧压系数,sxx=syy. μ,szz=syy. μ,sxxy=syyy. μ,szzy=syyy. μ)

(τ=c+σ.tgυ,c 值,反映岩石剪切时的粘结阻力,故称岩石的内聚力(或粘结力) ,υ,值反映岩石剪切时摩擦阻力,

的大小,故称岩石的内摩擦角,tgυ,相当于摩擦系数f 。可得用c 、υ两个数在应力圆中判断某种应力状态下的

岩石是否产生破坏,通常,岩石愈坚硬,c 、υ两个值超大,反之亦然。1G=103M=109 ()21E G υ=+,()

312E

K υ=-

jset 90,0 2.5,0 2.5,0 3,0 0,0 range jregion 1 ;jset A,0 a,0 b,0 c,0 x0,y0 range jregion 1 jset 90,0 2.5,0 2.5,0 3,0 1.5,2.5 range jregion 1 可画成列的线段(见图2)

stru gen xc yc np 100 fa a thetra b mat=16 thick=0.2 ;100 指分100段,a b 指角度

prop mat=16 st_ymod=13.5e9 st_prat=0.14 st_den=7800

prop mat=16 st_yield=6e7 st_yresid=6e7 st_ycomp=2.5e7

prop mat=16 if_kn=1.35e9 if_ks=1.35e9 if_tens=0 if_fric=18 if_coh=0;interface-界面

锚杆的效果显不著。

New

round=0.01

set ovtol=3

bl 0,0 0,45.2 180,45.2 180,0

;基本底3m(1.5*1)

crack 0,3 180,3

crack 57,3 57,0

crack 73.8,3 73.8,0

jregion id 11 0,0 0,3 57,3 57,0 delete

jset 0,0 57,0 0,0 1,0 0,0 range jregion 11

jset 90,0 1,0 1,0 1.5,0 0,0 range jregion 11

jset 90,0 1,0 1,0 1.5,0 0.75,1 range jregion 11

jregion id 12 57,0 57,3 73.8,3 73.8,0 delete

jset 0,0 16.8,0 0,0 0.25,0 57,0 range jregion 12

jset 90,0 0.25,0 0.25,0 0.5,0 57,0 range jregion 12

jset 90,0 0.25,0 0.25,0 0.5,0 57.25,0.25 range jregion 12 jregion id 13 73.8,0 73.8,3 180,3 180,0 delete

jset 0,0 106.2,0 0,0 1,0 73.8,0 range jregion 13

jset 90,0 1,0 1,0 1.5,0 73.8,0 range jregion 13

jset 90,0 1,0 1,0 1.5,0 74.55,1 range jregion 13

;直接底1.5m(1*0.5/0.5*0.25)

crack 0,4.5 180,4.5

crack 57,3 57,4.5

crack 73.8,3 73.8,4.5

;前57米(1*0.5)

jregion id 21 0,3 0,4.5 57,4.5 57,3 delete

jset 0,0 57,0 0,0 0.5,0 0,3 range jregion 21

jset 90,0 0.5,0 0.5,0 1,0 0.5,3 range jregion 21

jset 90,0 0.5,0 0.5,0 1,0 0,3.5 range jregion 21

;57到73.8米(0.5*0.25)

jregion id 22 57,3 57,4.5 73.8,4.5 73.8,3 delete

jset 0,0 16.8,0 0,0 0.25,0 57,3 range jregion 22

jset 90,0 0.25,0 0.25,0 0.5,0 57,3 range jregion 22

jset 90,0 0.25,0 0.25,0 0.5,0 57.25,3.25 range jregion 22 ;后73.8到180米(1*0.5)

jregion id 23 73.8,3 73.8,4.5 180,4.5 180,3 delete

jset 0,0 106.2,0 0,0 0.5,0 73.8,3 range jregion 23

jset 90,0 0.5,0 0.5,0 1,0 73.8,3 range jregion 23

jset 90,0 0.5,0 0.5,0 1,0 74.3,3.5 range jregion 23

;5.7米的煤层,采3.5米

crack 0,10.2 180,10.2

crack 0,9.5 57,9.5

crack 73.8,9.5 180,9.5

crack 57,4.5 57,10.2

crack 73.8,4.5 73.8,10.2

crack 63,4.5 63,7.75

crack 67.8,4.5 67.8,10.2

crack 57,7.75 67.8,7.75

crack 67.8,8 180,8

;前57米(1*0.5)

jregion id 31 0,4.5 0,9.5 57,9.5 57,4.5 delete

jset 0,0 57,0 0,0 0.5,0 0,4.5 range jregion 31

jset 90,0 0.5,0 0.5,0 1,0 0,4.5 range jregion 31

jset 90,0 0.5,0 0.5,0 1,0 0.5,5 range jregion 31

jregion id 30 0,9.5 0,10.2 57,10.2 57,9.5 delete

jset 90,0 0.7,0 0.7,0 1,0 0,9.5 range jregion 30

;57到73.8米(0.5*0.25)

jregion id 321 57,4.5 57,7.75 63,7.75 63,4.5 delete

jset 0,0 6,0 0,0 0.25,0 57,4.5 range jregion 321

jset 90,0 0.25,0 0.25,0 0.5,0 57,4.5 range jregion 321 jset 90,0 0.25,0 0.25,0 0.5,0 57.25,4.75 range jregion 321 jregion id 322 63,4.5 63,7.75 67.8,7.75 67.8,4.5 delete jset 0,0 3.2,0 0,0 0.25,0 63,4.5 range jregion 322

jset 90,0 0.25,0 0.25,0 0.5,0 63,4.5 range jregion 322 jset 90,0 0.25,0 0.25,0 0.5,0 63.25,4.75 range jregion 322 jregion id 323 57,7.75 57,10.2 67.8,10.2 67.8,7.75 delete jset 0,0 10.8,0 0,0 0.25,0 57,7.75 range jregion 323

jset 90,0 0.25,0 0.25,0 0.5,0 57.25,7.75 range jregion 323 jset 90,0 0.25,0 0.25,0 0.5,0 57,8 range jregion 323 jregion id 324 67.8,4.5 67.8,8 73.8,8 73.8,4.5 delete

jset 0,0 6,0 0,0 0.25,0 67.8,4.5 range jregion 324

jset 90,0 0.25,0 0.25,0 0.5,0 68,4.5 range jregion 324 jset 90,0 0.25,0 0.25,0 0.5,0 68.25,4.75 range jregion 324 jregion id 325 67.8,8 67.8,10.2 73.8,10.2 73.8,8 delete jset 0,0 6,0 0,0 0.25,0 67.8,4.5 range jregion 325

jset 90,0 0.25,0 0.25,0 0.5,0 68,8 range jregion 325

jset 90,0 0.25,0 0.25,0 0.5,0 68.25,8.25 range jregion 325 ;后73.8到180米(1*0.5)

jregion id 331 73.8,4.5 73.8,9.5 180,9.5 180,4.5 delete jset 0,0 106.2,0 0,0 0.5,0 73.8,4.5 range jregion 331

jset 90,0 0.5,0 0.5,0 1,0 74.3,4.5 range jregion 331

jset 90,0 0.5,0 0.5,0 1,0 73.8,5 range jregion 331 jregion id 300 73.8,9.5 73.8,10.2 180,10.2 180,9.5 delete jset 90,0 0.7,0 0.7,0 1,0 74.3,9.5 range jregion 300

;直接顶1m(1.5*1)

crack 0,11.2 180,11.2

crack 57,10.2 57,11.2

crack 73.8,10.2 73.8,11.2

;前57米(1*0.5)

jregion id 41 0,10.2 0,11.2 57,11.2 57,10.2 delete

;jset 0,0 57,0 0,0 0.5,0 0,10.2 range jregion 41

jset 90,0 1,0 1,0 1.5,0 0.75,10.2 range jregion 41

;jset 90,0 0.5,0 0.5,0 1,0 0,10.7 range jregion 41

;57到73.8米(0.5*0.25)

jregion id 42 57,10.2 57,11.2 73.8,11.2 73.8,10.2 delete jset 0,0 16.8,0 0,0 0.25,0 57,10.2 range jregion 42

jset 90,0 0.25,0 0.25,0 0.5,0 57.25,10.2 range jregion 42 jset 90,0 0.25,0 0.25,0 0.5,0 57,10.45 range jregion 42

;后73.8到180米(1.5*1)

jregion id 43 73.8,10.2 73.8,11.2 180,11.2 180,10.2 delete

;jset 0,0 106.2,0 0,0 0.5,0 73.8,10.2 range jregion 43

;jset 90,0 0.5,0 0.5,0 1,0 73.8,10.2 range jregion 43

jset 90,0 1,0 1,0 1.5,0 73.8,10.2 range jregion 43

;基本顶10m(12*5)

crack 0,21.2 180,21.2

jregion id 5 0,11.2 0,21.2 180,21.2 180,11.2 delete

jset 0,0 180,0 0,0 5,0 0,11.2 range jregion 5

jset 90,0 5,0 5,0 12,0 0,11.2 range jregion 5

jset 90,0 5,0 5,0 12,0 6,16.2 range jregion 5

;上覆岩层24m(6*4)

crack 0,45.2 180,45.2

jregion id 6 0,21.2 0,45.2 180,45.2 180,21.2 delete

jset 0,0 180,0 0,0 4,0 0,21.2 range jregion 6

jset 90,0 4,0 4,0 5,0 3,21.2 range jregion 6

jset 90,0 4,0 4,0 5,0 0,25.2 range jregion 6

save inir.save

res inir.save

gen quad 1.6 1.2 range 0,180 0,11.2

gen quad 13 5.5 range 0,180 11.2,45.2

zone model mo range 0,180 0,45.2 ;( change cons=3 range 0,180 0,45.2)

change jcons=2 range 0,180 0,45.2

;设定不同岩层、煤层

change mat=1 range reg 0,0 0,3 180,3 180,0

change mat=2 range reg 0,3 0,4.5 180,4.5 180,3

change mat=3 range reg 0,4.5 0,10.2 180,10.2 180,4.5

change mat=4 range reg 0,10.2 0,11.2 180,11.2 180 10.2

change mat=5 range reg 0,11.2 0,21.2 180,21.2 180,11.2

change mat=6 range reg 0,21.2 0,45.2 180,45.2 180,21.2

change jmat=1 range reg 0,0 0,3 180,3 180,0

change jmat=2 range reg 0,3 0,4.5 180,4.5 180,3

change jmat=3 range reg 0,4.5 0,10.2 180,10.2 180,4.5

change jmat=4 range reg 0,10.2 0,11.2 180,11.2 180 10.2

change jmat=5 range reg 0,11.2 0,21.2 180,21.2 180,11.2

change jmat=6 range reg 0,21.2 0,45.2 180,45.2 180,21.2

prop mat=1 dens=2500

prop mat=2 dens=2500

prop mat=3 dens=1390

prop mat=4 dens=2500

prop mat=5 dens=2700

prop mat=6 dens=2500

zone k=2e10, g=1.1e10, fric=40, coh=8.5e6, ten=5.6e6 range mat=1

(prop mat=1 k=2e10, g=1.1e10, fric=40, coh=8.5e6, ten=5.6e6 )

zone k=17e9, g=8.9e9, fric=34, coh=6e6, ten=2.4e6 range mat=2

zone k=13.05e9, g=6.3e9, fric=28, coh=4e6, ten=2.1e6 range mat=3 zone k=2e10, g=1.1e10, fric=33, coh=6.2e6, ten=2.3e6 range mat=4 zone k=2.4e10, g=1.3e10, fric=40, coh=9.5e6, ten=5.4e6 range mat=5 zone k=2e10, g=1.1e10, fric=35, coh=8.4e6, ten=4e6 range mat=6 prop jmat=1 jkn=14e9, jks=8.7e9, jcoh=6.5e6 , jfric=35,jten=0

prop jmat=2 jkn=9.5e9, jks=6.4e9, jcoh=4.8e6 , jfric=28,jten=0

prop jmat=3 jkn=6e9, jks=4.7e9, jcoh=2.8e6, jfric=20,jten=0

prop jmat=4 jkn=8.9e9, jks=5.9e9, jcoh=4.9e6, jfric=27, jten=0

prop jmat=5 jkn=16e9, jks=9.5e9, jcoh=7.8e6 , jfric=36,jten=0

prop jmat=6 jkn=14e9, jks=8.7e9, jcoh=6.5e6 , jfric=29,jten=0

;工作面埋深550米

set gravity 0,-10

bound stress 0,0,-1.375e7 range 0 180 45.1 45.3

insitu str -1.722e7 0 -1.435e7 szz=-1.722e7 range 0 180 21.2 45.2

insitu ygrad 3e4 0 2.5e4 zgrad 0 3e4 range 0 180 21.2 45.2

insitu str -1.7544e7 0 -1.462e7 szz=-1.7544e7 range 0 180 11.2 21.2

insitu ygrad 3.24e4 0 2.7e4 zgrad 0 3.24e4 range 0 180 11.2 21.2

insitu str -1.7574e7 0 -1.4645e7 szz=-1.7574e7 range 0 180 10.2 11.2

insitu ygrad 3e4 0 2.5e4 zgrad 0 3e4 range 0 180 10.2 11.2

insitu str -1.7669076e7 0 -1.472423e7 szz=-1.7669076e7 range 0 180 4.5 10.2

insitu ygrad 1.668e4 0 1.39e4 zgrad 0 1.668e4 range 0 180 4.5 10.2

insitu str -1.7804076e7 0 -1.483673e7 szz=-1.7804076e7 range 0 180 0 4.5

insitu str 3e4 0 2.5e4 zgrad 0 3e4 range 0 180 0 4.5

bound xvel=0 range -0.1 0.1 0 45.2

bound xvel=0 range 179.9 180.1 0 45.2

bound yvel=0 range 0 180 -0.1 0.1

solve

save yuanyan.save

cal kh.txt

res yuanyan.save

reset disp

reset vel

;开掘巷道并支护巷道

del range reg 63,4.5 63,7.75 67.8,7.75 67.8,4.5

;加顶梯子梁(顶梁4.6米)

stru gen xc 65.4 yc 4.95 np 100 fa 0 theta 180 mat=16 thick 0.2 connect

prop mat=16 st_ymod=13.5e9 st_prat=0.14 st_den=7800

prop mat=16 st_yield=60e6 st_yresid=60e6 st_ycomp=35e6

prop mat=16 if_kn=1.35e9 if_ks=1.35e9 if_tens=0 if_fric=18 if_coh=0

;两帮梯子梁(2.75米)

;stru gen xc 65.4 yc 6.15 np 100 fa 150.64 theta 59.62 mat=17 thick 0.2 ;prop mat=17 st_ymod=21e9 st_prat=0.15 st_den=7800

;prop mat=17 st_yield=40e6 st_yresid=40e6 st_ycomp=40e6

;prop mat=17 if_kn=1e9 if_ks=1e9 if_tens=0 if_fric=50 if_coh=0

;stru gen xc 65.4 yc 6.15 np 100 fa 329.75 theta 59.62 mat=18 thick 0.2

;prop mat=18 st_ymod=21e9 st_prat=0.15 st_den=7800

;prop mat=18 st_yield=40e6 st_yresid=40e6 st_ycomp=40e6

;prop mat=18 if_kn=1e9 if_ks=1e9 if_tens=0 if_fric=50 if_coh=0

;顶锚杆(L2.4米,6根)

cable (63.2,7.75) (62.379,10.005) 5 10 314e-6 11 4e4 connect

cable (64.08,7.75) (64.08,10.15) 5 10 314e-6 11 4e4 connect

cable (64.96,7.75) (64.96,10.15) 5 10 314e-6 11 4e4 connect

cable (65.84,7.75) (65.84,10.15) 5 10 314e-6 11 4e4 connect

cable (66.72,7.75) (66.72,10.15) 5 10 314e-6 11 4e4 connect

cable (67.6,7.75) (68.421,10.005) 5 10 314e-6 11 4e4 connect

;左帮锚杆(L2米,4根)

cable (63,4.95) (61,4.95) 5 10 314e-6 11 4e4 connect

cable (63,5.8) (61,5.8) 5 10 314e-6 11 4e4 connect

cable (63,6.65) (61,6.65) 5 10 314e-6 11 4e4 connect

cable (63,7.5) (61.121,8.184) 5 10 314e-6 11 4e4 connect

;右帮锚杆(L2米,4根)

cable (67.8,4.95) (69.8,4.95) 5 10 314e-6 11 4e4 connect

cable (67.8,5.8) (69.8,5.8) 5 10 314e-6 11 4e4 connect

cable (67.8,6.65) (69.8,6.65) 5 10 314e-6 11 4e4 connect

cable (67.8,7.5) (69.679,8.184) 5 10 314e-6 11 4e4 connect

;锚杆参数20*2000

prop m=10 cb_dens 7500 cb_ycomp 430e6 cb_yield 260e3 cb_ymod 1.2e11 ;锚固体的参数

prop m=11 cb_kbond=6.3e9 cb_sbond=6e6

cable (64.5,7.75) (64.5,14.95) 5 12 314e-6 13 4e4

cable (65.8,7.75) (65.8,14.95) 5 12 314e-6 13 4e4

;锚索参数20*7200

prop m=12 cb_dens 7500 cb_ycomp 700e6 cb_yield 500e3 cb_ymod 1.2e11 ;锚固体的参数

prop m=13 cb_kbond=6.3e9 cb_sbond=6e6

chang mat=7 range region 60,4.5 60,10.2 71,10.2 71,4.5

prop mat=7 dens=1390

zone k=14.05e9, g=6.9e9,fric=37, coh=4.4e6, ten=2.1e6 range mat=7 solve

save kh.save

call kgx.txt

res kh.save

reset disp

reset vel

;采3.5米煤层

del range reg 67.8,4.5 67.8,8 167,8 167,4.5

stru del range 67.7,68 4.5,7.75

cable del range 67.8,70 4.5,7.8

def aa

xx=68.58

loop m (1,63)

command

supp xx 4.6 wid 1.5 seg 3 mat 1

endcommand

xx=xx+1.55

end_loop

end

aa

;支架参数

supp 65.4 4.8 angle 90 wid 4.2 seg 3 mat 2

prop m 1 sup_kn -1 sup_tmax=1000

prop m 2 sup_kn -2

table 1 0 4.2e6 0.05 5.0e6 0.1 6.0e6

table 2 0 2.5e6 0.2 3.2e6

set pline 60,11.2 72,11.2 12

set pline 63,7.75 67.8,7.75 12

;set pline 60,11.2 72,11.2 12

set pline 63,4.5 63,7.75 8

set pline 67.8,4.5 67.8,7.75 8

;顶板下沉量

hist ydis 63.3,7.75

hist ydis 67.5,7.75

hist ydis 65.4,7.75

;底板鼓起量

hist ydis 63.3,4.5

hist ydis 67.5,4.5

hist ydis 65.4,4.5

;左帮水平移近量

hist xdis 63,5

hist xdis 63,6.1

hist xdis 63,7.2

;右帮水平移近量

hist xdis 67.8,5

hist xdis 67.8,6.1

hist xdis 67.8,7.2

step 60000

save kgx.save

call kgs.txt

res kgx.save

;放顶煤2.2米

def aaa

xx=73.23

loop m (1,60)

command

supp xx 4.6 del

endcommand

xx=xx+1.55

end_loop

end

aaa

del range reg 157,4.5 157,8 180,8 180,4.5 del range reg 72.5,8 72.5,10.2 180,10.2 180,8 set pline 60,11.2 72,11.2 12

set pline 63,7.75 67.8,7.75 12

set pline 60,11.2 72,11.2 12

set pline 63,4.5 63,7.75 8

set pline 67.8,4.5 67.8,7.75 8

;顶板下沉量

hist ydis 63.3,7.75

hist ydis 67.5,7.75

hist ydis 65.4,7.75

;底板鼓起量

hist ydis 63.3,4.5

hist ydis 67.5,4.5

hist ydis 65.4,4.5

;左帮水平移近量

hist xdis 63,5

hist xdis 63,6.1

hist xdis 63,7.2

;右帮水平移近量

hist xdis 67.8,5

hist xdis 67.8,6.1

hist xdis 67.8,7.2

set sup_del

solve

save kgs.save

call kgss.txt

用的较多的是:

1.change

CH ANGE keyword

Block, joint and cable element material characteristics are prescribed and changed with the CHANGE command. All blocks with centroids lying within the optional range (see Section 1.1.3) have block material characteristics changed. Likewise, all joints with contact coordinates lying within the optional range, or cables with nodes lying within the optional range, have material characteristics changed. If no range is specified, all blocks and joints will have characteristics changed according to the keywords given below. Extended zone models and user-defined models are assigned using the extended ZONE command. User-defined joint models are defined using the JMODEL command. Local storage joint models are assigned using the JOINT command.

The following keywords are used to change characteristics.

1. Block Characteristics

cons n

Constitutive number n is assigned to designated deformable blocks

(see Table 1.2).

m at n

Material property number n is assigned to designated rigid or deformable

blocks. (All blocks initially default to mat = 1. The maximum value for n is 50.)

Table 1.2 Constitutive models for deformable blocks

cons Model Description

0 null material (The null model is used to model excavated material.

The stresses within the null block are automatically set to zero.)

1 linearly elastic, isotropic (default)

3 elastic/plastic, Mohr-Coulomb failure (This model should be used with

caution since accurate solution to plasticity problems requires that

the triangular zoning have a gridpoint at the centroid of each block.

GENERATE quad zoning should be used whenever possible to improve

plasticity analyses. However, no significant errors have been noted in

problems for which the above criterion has not been met.)

6 elastic/plastic, Drucker-Prager failure (The same caution discussed above

for the Mohr-Coulomb model (cons = 3) also applies for the Drucker-

Prager model.)

CH ANGE

NOTES:

1. Constitutive models may also be assigned to regions of zones within blocks with

the ZONE command.

2. All block constitutive models are described in Section 2 in Theory and Background.

2. Joint Characteristics

jc ons n

Constitutive number n is assigned to designated contacts (see Table1.3).

jm at n

Material property number n is assigned to designated contacts. (All contacts initially default to jmat = 1. The maximum value for n is 50.)

Table 1.3 Joint constitutive models

jcons Model Description

1 point contact elastic/plastic with Coulomb slip failure (units are [force/displacement] for contact stiffnesses, and [force] for cohesion and tension)

2 joint area* contact elastic/plastic with Coulomb slip failure (units are [stress] for cohesion and tension, and [stress/displacement] for joint stiffnesses) (default)

3 continuously yielding joint model (see Section 3 in Theory and Background for a detailed explanation)

5 same as jcons = 2, except that the internal fracture flag is set for each joint segment when joint shear or tensile strength is exceeded. If the fracture flag is set, residual values for friction, cohesion and tension are used in all subsequent calculations.

7 optional Barton-Bandis (BB) joint model. See Section 3 in Special Features for details.

* NOTE: The minimum joint area is limited to twice the rounding length, so that

it is not necessary to specify point contact properties if both point contacts and

area contacts occur between blocks.

3. Cable Characteristics

cab le matg

Material property number matg is assigned to designated cable nodes.

Material property number mats is assigned to designated cable elements.

Midpoint of element must lie within the range to be changed.

(All cable elements and nodes default to mat=1. The maximum value

for matg or mats is 50.)

4. Domain Characteristics

dm at n

Material property number n is assigned to designated domains. (All

domains initially default to dmat=1. The maximum value for n is 50.)

CAB LE x1 y1 x2 y2 npoint mats matg

delete

Execution of this command creates reinforcing elements that explicitly model the

shear behavior of a grout annulus. These elements are generated between endpoints

(x1,y1) and (x2,y2).

NOTE: For excavation problems, if point (x1,y1) is inside the excavation periphery,

the first nodal point will be on the excavation periphery. The point (x2,y2) should

always be located in the rock mass. This reinforcing logic can only be used with

deformable blocks, and the CABLE command must be invoked after the GENERATE

command. Reinforcement properties and grout properties are specified and stored

using the PROPERTY command. The following parameters are also required.

matg material property number for grout. (The PROPERTY command

should be used to specify cb kbond and cb sbond for grout.)

NOTE: The units for cb kbond and cb sbond are [force / cable length

/ displacement] and [force / cable length], respectively.

mats material property number for reinforcing (i.e., steel). (The PROPERTY command should be used to specify cb ymod, cb yield, cb ycomp,

cb fstrain, and cb density for the material.)

npoint number of lumped mass nodal points (npoint ≥ 2)

Pre-tensioning of the reinforcing can be specified by providing a value (in units

of force) for the optional parameter preten. Always use the PRINT property cable command to check property assignment.

The following keywords may be used.

connect The optional connect keyword will shift the cable node end closest

to a structural (beam) element node to coincide with the beam node.

The structural element nodes must be created before the cable nodes.

The connection is not allowed to fail. The common, or shared, node

will not appear in the list of cable nodes—it does appear in the list of

structural element nodes. The cable element list will show the common

node ID number at one end of the cable element and the normal

cable node at the other. Beam and cable nodes are entirely separate

entities. This is because being that the beam nodes are in contact

with the surface of a block, whereas the cable nodes are connected to

the model in the interior of a zone. All common nodes are therefore

structural element nodes, rather than cable nodes. As a consequence,

it is possible for the cable element information display to indicate

identical node IDs at either end when the connect keyword is used.

UDEC Version 4.0

delete The optional delete keyword will remove all cable elements from

the specified range. If no range is given, all cable elements will be

deleted.

extend The extend keyword causes the end of the current cable to connect to

the end node of an existing cable element.

The cable reinforcing model is described in Section 1 in Special Features.

The material properties for segments of an existing cable element can be changed with the CHANGE cable command.

Plot ca ble

plots location of cable elements. For most of the keywords (shown below),

the identification number n for the cable (defined by the CABLE

command) may be used to plot only the cable elements associated

with the number. The corresponding value of n for the cable may

be found by using the command PLOT cable number. The following

keywords may be used.

af ail cable element axial failure

ax ial axial force

PL OT ca ble ele ment

ele ment cable element numbers

fa il shows failure modes in color.

gf ail cable node grout failure

no de cable node numbers

nu mber the identification number of the cable group used, for example, for line plots

sd isp nodal point displacement vectors

sh ear relative shear force between cable node and host material

st rain axial strain in cable elements

svel nodal point velocity vectors

xd isp x-displacement of cable nodes

xvel x-velocity of cable nodes

yd isp y-displacement of cable nodes

yvel y-velocity of cable nodes

NOTE:

(1) The line plot switch can be used to plot a cable variable as a line plot (see plot category 4).

(2) The sense of the cable variable plots can be reversed by giving

the switch yrev after the cable variable keyword.

Plot stru ct

plots location of structural (beam) elements and associated variables. (See the STRUCT command and Section 1 in Special Features.) For certain keywords (shown below), the identification number, n, for the beam (defined by the STRUCT command) may be used to plot only the structural elements associated with that number. The corresponding value of n for the beam may be found by using the command PLOT struct number. The following keywords may be used.

af ail structural element axial failure

av el angular velocity of element

ax ial axial force

if ail interface failure

in ormal normal force at structural interface

int erface structural interface location

is hear shear force at structural interface

mo ment moment

nu mber ID number of the element group used, for example, for

line plots

sd isp nodal point displacement vectors

sh ear shear force

sv el velocity vectors of structural nodes

th ick structural element is plotted with thickness rather than

a single line

xd isp x-displacement of structural nodes

xv el x-velocity of structural nodes

yd isp y-displacement of structural nodes

yv el y-velocity of structural nodes

NOTE:

(1) The line plot switch can be used to plot a structural element variable

as a line plot (see plot category 4).

(2) The sense of structural element variable plots can be reversed by

giving the switch yrev after the structural element keyword.

Plot su pport structural support elements

Print ca ble information on cable-reinforcing elements. The output is divided into cable-element information and cable-node information. (See

Section 1 in Special Features for further descriptions.) The column headings for cable elements are:

(1) cable element address

(2) cable element segment identification number

(3) cable node identification number — first node

(4) cable node identification number — second node

(5) material number for cable element

(6) cross-sectional area of cable element

(7) axial force in cable element (tension is negative)

(8) length of cable element

(9) axial strain in cable element (tension is negative)

(10) failure indicator for element:

0 elastic

1 at yield in tension

2 elastic, tension yield in past

3 at yield in compression

4 elastic, compression yield in past

5 failure in extensional strain

The column headings for cable nodes are:

(1) cable node address

(2) cable node identification number

(3) x-coordinate of cable node

(4) y-coordinate of cable node

(5) x-velocity of cable node

(6) y-velocity of cable node

(7) x-displacement of cable node

(8) y-displacement of cable node

(9) material number for cable node

(10) x-force applied to node

(11) y-force applied to node

(12) shear force in grout

(13) node fixed in x if = 1, else 0

(14) node fixed in y if = 1, else 0

(15) failure indicator for node:

0 elastic

1 yield

2 elastic, yield in past

(16) address of zone in which node is currently located

Plot stru ct keyword

information on structural elements. The following keywords are available.

el ement

information on structural element segments. The following optional keywords are available to print information separately.

d isp displacements. Th

e column headings are:

(1) structural element address

(2) x-coordinate of midpoint

(3) y-coordinate of midpoint

(4) x-displacement of element

(5) y-displacement of element

f orce forces. The column headings are:

(1) structural element ID number

(2) axial force (compression positive)

(3) shear force

(4) moment at one end of element

(5) moment at other end of element

(6) failure status

ge om geometric data. The column headings are:

(1) structural element ID number

(2) node ID number at one end of element

(3) node ID number at other end of element

(4) material number

(5) length

(6) angle

(7) thickness

(8) area

(9) moment of inertia

(10) cross section shape factor

Interface structural element interface data. The column headings are:

(1) address of interface contact

(2) material number

(3) constitutive model number

(4) x-/y- coordinates of contact

(5) normal/shear forces

(6) normal/shear displacements

(7) ratio of shear to normal force

(8) failure status

(9) length associated with contact

(10) angle of contact surface relative to x-axis

(11) structural lumped mass/block addresses

n ode

Information on structural element nodes. The following

optional keywords are available to print information separately.

d isp displacements. Th

e column headings are:

(1) node ID number

(2) x-displacement of node

(3) y-displacement of node

(4) x-velocity of node

(5) y-velocity of node

(6) rotational velocity of node

UDEC Version 4.0

COMMAND REFERENCE 1 - 183

PR INT stru ct n ode f orce

f orce forces. The column headings are:

(1) node ID number

(2) x-direction force at node

(3) y-direction force at node

(4) moment at node

(5) scaled mass at node

(6) scaled moment of inertia at node

s tate node state. The column headings are:

(1) node ID number

(2) node address

(3) x-coordinate of node

(4) y-coordinate of node

(5) mass of node

(6) moment of inertia of node

Print sup port support element data. The column headings are:

(1) address of support element

(2) address of top block

(3) address of bottom block

(4) material number for element

(5) x-coordinate of element

(6) y-coordinate of element

(7) normal force on element

(8) normal displacement of element

CAD常用命令汇总及详解

CAD中有哪些命令?我们可以把它们分为几类。一类是绘图类,二类是编辑类,三类是设置类,四类是其它类,包括标注、视图等。我们依次分析。 第一类,绘图类。常用的命令有: Line 直线 Xline 构造线 mline 双线 pline 多义线 rectang 矩形 arc 圆弧 circle 圆 hatch 填充 boundary 边界 block 定义块 insert 插入快 第二类,编辑类。常用的命令有: Matchprop 特性匹配 Hatchedit 填充图案编辑 Pedit 多义线编辑 Erase 擦除 Copy 拷贝 Mirror 镜像 Offset 平移 Array 阵列 Move 移动 Rotate 旋转 Scale 缩放 Stretch 拉伸 Lengthen 拉长 Trim 裁减 Extend 延伸 Break 打断 Fillet 倒圆角 Explode 炸裂 Align 对齐 Properties 属性

绘图工具栏: 直线(L):全称(line) 在屏幕上指定两点可画出一条直线。也可用相对坐标 或者在正交模式打开的情况下,直接给实际距离鼠标拖动来控制方向 构造线(XL):全称(xline) H为水平V为垂直O为偏移A为角度B为等分一个角度。 多段线(PL):全称(pline) 首先在屏幕上指定一点,然后有相应提示: 指定下一个点或[圆弧(A)/半宽(H)/长度(L)/放弃(U)/宽度(W)]。可根据需要来设置。 其中“圆弧”指定宽度可画任意角度圆弧;“半宽”指多段线的一半宽度,即如要高线宽为10,则5;“长度”给相应的值,则画出相应长度的多段线;“放弃”指放弃一次操作;“宽度”指多段线的宽度 多边形(pol):全称(polygon) 所绘制多边形为正多边形,边数可以自己设 E:根据边绘制多边形也可根据圆的半径利用外切和内接来画正多边形 矩形(REC):全称(rectang) 点击矩形工具后出现下列提示: 指定第一个角点或[倒角(C)/标高(E)/圆角(F)/厚度(T)/宽度(W)] 其中“倒角”是将90度直角的两条边割去一点。变成一个斜角。“标高”是空间上的意义可以在三视图当中展现出来,标高是相对的;“圆角”:即是将四个直角边倒成半径为X的圆角;“厚度”:空间上的意义,可在Z轴上表现出来“宽度”:平面空间的概念,指矩形四边的宽度。 圆弧(ARC或A):默认为3点画圆弧,成弧方向为逆时针,画优弧半径给负值。绘图菜单中有如下选项: 起点、圆心、端点; 起点、圆心、角度; 起点、圆心、长度; 起点、端点、角度; 起点、端点、方向; 起点、端点、半径; 圆心、起点、端点; 圆心、起点、角度; 圆心、起点、长度;

udec命令

1.把图形保存下来,能在AUTOCAD中打开、编辑 plot block cable red supp ye stru bl;显示块体、锚杆(红色)、支架(黄色)、梁(蓝色)的图形 set plot 256 dxf;设置图形为256色 set out c:\ss.dxf copy c:\ss.dxf;把这图形以ss.dxf文件保存在C磁盘下 2.把数据导出 set log on print pline 1 ydis;把pline 1的y方向位移的数据导出到UDEC目录下udec.txt文件中 set log off 3.plot block stress ;显示块体的应力 plot block dis ;显示块体的位移(有x和y方向) plot block pl ;显示块体的塑性区(plastic) save xx.save ;保存计算结果 res xx.save ;调用 4.液压支架的命令 supp xc yc wid l seg n mat j;(xc,yc)是指中心点坐标,l指支架的宽度,n指分段数,mat j指支柱材料性质为j prop mat j sup_kn -1 ;sup_kn指支架的刚度,-1与表1相对应 del range x1 x2 y1 y2 ;挖掘范围(x1, y1)(x1 ,y2)(x2, y2)(x2, y1)的块体,由支架支撑 table 1 0 42.e6 0.05 5.0e6 0.1 6.0e6;表1表示的是液压支架的(P-DS)特性曲线 5 巷道施工中断面加梯子梁的命令(见图1) stru gen xc yc np 100 fa a thetra b mat=16 thick=0.2 ;100 指分100段,a b 指角度 prop mat=16 st_ymod=13.5e9 st_prat=0.14 st_den=7800 prop mat=16 st_yield=6e7 st_yresid=6e7 st_ycomp=2.5e7 prop mat=16 if_kn=1.35e9 if_ks=1.35e9 if_tens=0 if_fric=18 if_coh=0;interface-界面 例子讲解: 建模(以米为单位,;后为解释部分) round=0.1 ;方块的圆角块半径为0.1米 set ovtol=1.0 ;块体与块体之间相互嵌入量最大值为1米 bl 0,0 0,26 50,26 50,0 ;在(x1, y1)(x1 ,y2)(x2, y2)(x2, y1)生成块体范围 crack 0,25 50,25 ;在(x1, y1)(x2 ,y2)两点间画直线 jregion id 1 0,0 0,10 50,10 50,0 delete ;删除此区域的块体 jset 90,0 2.5,0 2.5,0 3,0 0,0 range jregion 1 ;jset A,0 a,0 b,0 c,0 x0,y0 range jregion 1 jset 90,0 2.5,0 2.5,0 3,0 1.5,2.5 range jregion 1 可画成列的线段(见图2) jset 0,0 26,0 0,0 2.5,0 0,0 range jregion 1 pa ;当程度运行至此时暂停,可以看看你所建的部分模型,用continue继续运行下面部分 save t.save ;建模保存在t.save中 岩层赋属性及原岩力平衡计算 res t.save ;调用已建好的模型 gen quad 12 ;定义块体最大变形,若没有此语句,刚所有块体均为刚性块体 zone model mo range 0,180 0,45.2 ;第一个x,第二个y在范围(x1, y1)(x1 ,y2)(x2, y2)(x2, y1)的块体符合库仑准则 change jcons=2 range 0,180 0,45.2 ;节理面间接触-coulmb滑移 ;下面主要是讲岩层赋属性

FLAC3D常见命令与使用技巧

FLAC3D常见命令与使用技巧 1、FLAC3D常见命令: 是有限元程序吗答:不是!是有限差分法。 2.最先需要掌握的命令有哪些 答:需要掌握gen, ini, app, plo, solve等建模、初始条件、边界条件、后处理和求解的命令。 3.怎样看模型的样子答:plo blo gro可以看到不同的group的颜色分布 4.怎样看模型的边界情况答:plo gpfix red 5.怎样看模型的体力分布答:plo fap red 6.怎样看模型的云图答:位移:plo con dis (xdis, ydis, zdis)应力:plo con sz (sy, sx,sxy, syz, sxz) 7.怎样看模型的矢量图答:plo dis (xdis, ydis, zdis) 8.怎样看模型有多少单元、节点答:pri info 9.怎样输出模型的后处理图 答:File/Print type/Jpg file,然后选择File/Print,将保存格式选择为jpe文件 10.怎样调用一个文件答:File/call或者call命令 10.如何施加面力答:app nstress 11.如何调整视图的大小、角度答:综合使用x, y, z, m, Shift键,配合使用Ctrl+R,Ctrl+Z等快捷键 12.如何进行边界约束答:fix x ran(约束的是速度,在初始情况下约束等效于位移约束) 13.如何知道每个单元的ID答:用鼠标双击单元的表面,可以知道单元的ID和坐标 14.如何进行切片 答:plo set plane ori (点坐标) norm (法向矢量) plo con sz plane (显示z方向应力的切片) 15.如何保存计算结果答:save +文件名. 16.如何调用已保存的结果答:rest +文件名;或者File / Restore 17.如何暂停计算答:Esc 18.如何在程序中进行暂停,并可恢复计算答:在命令中加入pause命令,用continue进行继续 19.如何跳过某个计算步答:在计算中按空格键跳过本次计算,自动进入下一步 20. Fish是什么东西 答:是FLAC3D的内置语言,可以用来进行参数化模型、完成命令本身不能进行的功能

cmd常用命令大全

windows XP cmd命令大全 一,ping 它是用来检查网络是否通畅或者网络连接速度的命令。作为一个生活在网络上的管理员或者黑客来说,ping命令是第一个必须掌握的DOS命令,它所利用的原理是这样的:网络上的机器都有唯一确定的IP地址,我们给目标IP地址发送一个数据包,对方就要返回一个同样大小的数据包,根据返回的数据包我们可以确定目标主机的存在,可以初步判断目标主机的操作系统等。下面就来看看它的一些常用的操作。先看看帮助吧,在DOS窗口中键入:ping /? 回车,。所示的帮助画面。在此,我们只掌握一些基本的很有用的参数就可以了(下同)。 -t 表示将不间断向目标IP发送数据包,直到我们强迫其停止。试想,如果你使用100M 的宽带接入,而目标IP是56K的小猫,那么要不了多久,目标IP就因为承受不了这么多的数据而掉线,呵呵,一次攻击就这么简单的实现了。 -l 定义发送数据包的大小,默认为32字节,我们利用它可以最大定义到65500字节。结合上面介绍的-t参数一起使用,会有更好的效果哦。 -n 定义向目标IP发送数据包的次数,默认为3次。如果网络速度比较慢,3次对我们来说也浪费了不少时间,因为现在我们的目的仅仅是判断目标IP是否存在,那么就定义为一次吧。 说明一下,如果-t 参数和 -n参数一起使用,ping命令就以放在后面的参数为标准,比如"ping IP -t -n 3",虽然使用了-t参数,但并不是一直ping下去,而是只ping 3次。另外,ping命令不一定非得ping IP,也可以直接ping主机域名,这样就可以得到主机的IP。 下面我们举个例子来说明一下具体用法。 这里time=2表示从发出数据包到接受到返回数据包所用的时间是2秒,从这里可以判断网络连接速度的大小。从TTL的返回值可以初步判断被ping主机的操作系统,之所以说"初步判断"是因为这个值是可以修改的。这里TTL=32表示操作系统可能是win98。 (小知识:如果TTL=128,则表示目标主机可能是Win2000;如果TTL=250,则目标主机可能是Unix) 至于利用ping命令可以快速查找局域网故障,可以快速搜索最快的QQ服务器,可以对

UDEC学习整理资料

1、角点必须按顺时针方向排列; 2、Crack 命令用于产生块体中单一直线特征的裂缝。裂缝由端点坐标(x1,y1)和(x2,y2)所确定。 3、Jset 命令则是自动节理组生成器。根据所给定的特征参数(即倾角、迹长、岩桥长度、间距和空间位置)产生一组裂缝。 4、round d---d是圆角距离,建议在block命令前指定圆角长度。 5、DELETE 命令,能从模型中删除一个块体。例如,为了删除槽口块体,delete range 4.5,5.5 8,10。 6、GEN命令激活三角形网格有限单元自动生成器。命令GEN edge v 将作用于任意形状的块体。其v值定义三角形单元的最大边长,即v值越小,块体中的单元越小。应当注意的是:具有高的边长比值的块体并不能产生单元,其极限的比重近似为1:10。 7、采用命令GEN quad v,指定模型为塑性材料模型的单元。该类型的单元提供了对于塑性问题的精确解。然而,GEN quad 命令可能对某些形状的块体不起作用。在此情况下,应当采用GEN edge 8、Change 命令改变块体为指定的变形块体。Cons=0意味着模型块体材料被移出或开挖。Cons=1 改变块体为各向同性弹性特性;而Cons=3则改变块体为摩尔-库仑模型,考虑塑性特性。缺省值为所有变形体则自动改变为Cons=1。P21 9、cha nge jcons=2,所以不连续结构面的缺省模型是Jcons=2。 10、可用以下命令检查材料号Plot block mat

12、INSITU命令用来初始化应力。采用该命令,可以赋值初始应力。 13、hist xvel 5, 5 hist ydisp 0, 11 第一个是记录位移坐标(x=5,y=5)附近结点x方向的速度,而第二个是记录接近坐标(x=0,y=11)位置处y方向的位移。 14、set grav 0.0 , -9.81第一个是x方向的加速度,第二个值为y方向的加速度为9.81m/sec2(向下作用)。 15、UDEC计算可在任何时间通过按被中断。更方便的是使用STEP命令进行高次数的计算和周期的中断和再次分析,以确保达到平衡状态。 16、用DELETE命令或CHANGE cons=0命令模拟材料开挖。用BOUNDARY xload,yload 或stress 命令施加荷载和应力。通过采用BOUNDARY xvel 或yvel 命令固定边界角点。通过BOUNDARY xfree 和yfree 命令移去边界约束。用CHANGE命令改变变形块体和不连续面的材料模型。而用PROPERTY命令可改变材料性质参数。 17、Z放大,ctrl+z恢复原样。Pl ot blo ck stress disp lacement(块体应力位移);pl ot hist 1(最大不平衡力); Pl+con+szz(z方向应力云图),Pl+ x disp(位移云图)。 18、在一个阶段的结尾(即初始平衡),采用Save file.sav命令,可以保存模型状态。这个文件可以采用rest file.sav命令进行恢复。式中,file.sav 是一个用户定义的文件名。扩展名.sav定义这个文件是一个保存文件。 19、

UDEC模拟实例与解析

UDEC 实例翻译与命令解析中铁隧道集团科研所——珠穆浪玛UDEC 实例翻译与命令解析 翻译:珠穆朗玛

1 地震诱发地层坍塌 Seismic-Induced Groundfall 1.1 问题描述 本例展示使用 UDEC 模拟分析地震诱发地层坍塌的一类的问题,模型见图 1.1,该模型基 于加拿大安大略省萨德伯里市鹰桥公司弗雷则矿 34-1-554 切割断面的一个剖面图的结构和 尺寸. 用二维平面应变模型代表垂直于超采轴向方向的平面效应,超采面高 5m,宽 10m. 假定两个连续节理交叉平面分析:一个角度为 45 度,另一个为-9 度,两者节理间距均为 5m,为了演示的目的,一个近似垂直的“虚拟节理”也被添加到块体内开挖面顶部以增强不稳 定性。围岩参数来自试验室平均测试数值,假定岩石块体参数如下: 假定块体仅具有弹性行为,节理假定符合库伦滑动准则,选择典型的教课书数值作为节 理参数,如下:

初始应力状态按各向同性估计为24Mpa(假定垂直荷载由覆盖深度大约800m 的岩层产生)。 1.2 UDEC 分析 UDEC 模拟顺序分三个阶段,首先,模型在初始应力状态下进行无超采固结.其次,进行开挖并且模型循环至平衡状态.本阶段超采面周围的应力分布见图1.2.超采正上方和下方的块体滑动后稳定.在第三阶段.估计了两个不同的峰值速度的地震事件.对所有地震模拟,在问题域的外周边界引入粘滞边界用以消除波的反射.从而模拟有限的岩体,地震事件用施加到模型顶部y 方向的正弦应力波表现.应力波被叠加到已存在的初始地应力上.在第一个模拟中,施加1.25Mpa 的峰值应力,应当注意的是,由于粘滞边界条件实际是在模型顶部, 施加的有效影响应力应该是1.25 MPa/2, or 0.625 MPa.0.02 秒后的开挖面拱顶的应力分布见图1.3,两点的位移被监测,1 点位于开挖面的左角,点2 位于拱顶块体的右角, 图1.4 的位移时间曲线显示两点本质上是弹性反应 .

Linux常用命令

CMD命令提示符大全 gpedit.msc-----组策略 sndrec32-------录音机 Nslookup-------IP地址侦测器explorer-------打开资源管理器logoff---------注销命令tsshutdn-------60秒倒计时关机命令lusrmgr.msc----本机用户和组services.msc---本地服务设置oobe/msoobe /a----检查XP是否激活notepad--------打开记事本cleanmgr-------垃圾整理net start messenger----开始信使服务 compmgmt.msc---计算机管理net stop messenger-----停止信使服务 conf-----------启动netmeeting dvdplay--------DVD播放器 charmap--------启动字符映射表diskmgmt.msc---磁盘管理实用程序 calc-----------启动计算器dfrg.msc-------磁盘碎片整理程序chkdsk.exe-----Chkdsk磁盘检查devmgmt.msc--- 设备管理器regsvr32 /u *.dll----停止dll文件运行drwtsn32------ 系统医生 rononce -p ----15秒关机dxdiag---------检查DirectX信息regedt32-------注册表编辑器Msconfig.exe---系统配置实用程序rsop.msc-------组策略结果集mem.exe--------显示内存使用情况regedit.exe----注册表winchat--------XP自带局域网聊天progman--------程序管理器winmsd---------系统信息perfmon.msc----计算机性能监测程序winver---------检查Windows版本sfc /scannow-----扫描错误并复原winipcfg-------IP配置 taskmgr-----任务管理器(2000/xp/2003)command--------cmd fsmgmt.msc 共享文件夹netstat -an----查看端口 osk 屏幕键盘install.asp----修改注册网页eventvwr.msc 时间查看器secpol.msc 本地安全设置services.msc 服务accwiz.exe > 辅助工具向导acsetups.exe > acs setup dcom server executable actmovie.exe > 直接显示安装工具append.exe > 允许程序打开制定目录中的数据 arp.exe > 显示和更改计算机的ip与硬件物理地址的对应列表at.exe > 计划运行任务 atmadm.exe > 调用管理器统计attrib.exe > 显示和更改文件和文件夹属性 autochk.exe > 检测修复文件系统autoconv.exe > 在启动过程中自动转化系统 autofmt.exe > 在启动过程中格式化进程autolfn.exe > 使用长文件名格式 bootok.exe > boot acceptance application for registry bootvrfy.exe > 通报启动成功cacls.exe > 显示和编辑acl calc.exe > 计算器cdplayer.exe > cd播放器change.exe>与终端服务器相关的查询charmap.exe>字符映射表chglogon.exe>启动或停用会话记录 chgport.exe > 改变端口(终端服务)chgusr.exe > 改变用户(终端服

UDEC经典学习总结 张科学修改 完成

1.把图形保存下来,能在AUTOCAD(图片)中打开、编辑 plot block cable red supp ye stru bl;显示块体、锚杆(红色)、支架(黄色)、梁(蓝色)的图形 set plot dxf(jpg) 256;设置图形为256色 set out c:\ss.dxf(jpg) (set out 1.dxf 这个文件保存在当前带数值模拟的文件夹里) copy c:\ss.dxf(jpg) ( copy 1.dxf 这个文件保存在当前带数值模拟的文件夹里) ;把这图形以ss.dxf文件保存在C磁盘下 2.把数据导出 set log on print pline 1 ydis;把pline 1的y方向位移的数据导出到UDEC目录下udec.txt文件中 set log off 3.plot block stress ;显示块体的应力 plot block dis ;显示块体的位移(有x和y方向) plot block pl ;显示块体的塑性区(plastic) save xx.save ;保存计算结果 res xx.save ;调用 4.液压支架的命令 supp xc yc wid l seg n mat j;(xc,yc)是指中心点坐标,l指支架的宽度,n指分段数,mat j指支柱材料性质为j prop mat j sup_kn -1 ;sup_kn指支架的刚度,-1与表1相对应 del range x1 x2 y1 y2 ;挖掘范围(x1, y1)(x1 ,y2)(x2, y2)(x2, y1)的块体,由支架支撑 table 1 0 42.e6 0.05 5.0e6 0.1 6.0e6;表1表示的是液压支架的(P-DS)特性曲线 5 巷道施工中断面加梯子梁的命令(见图1) stru gen xc yc np 100 fa a thetra b mat=16 thick=0.2 ;100 指分100段,a b 指角度 prop mat=16 st_ymod=13.5e9 st_prat=0.14 st_den=7800 prop mat=16 st_yield=6e7 st_yresid=6e7 st_ycomp=2.5e7 prop mat=16 if_kn=1.35e9 if_ks=1.35e9 if_tens=0 if_fric=18 if_coh=0;interface-界面 例子讲解: 建模(以米为单位,;后为解释部分) round=0.1 ;方块的圆角块半径为0.1米 set ovtol=1.0 ;块体与块体之间相互嵌入量最大值为1米 bl 0,0 0,26 50,26 50,0 ;在(x1, y1)(x1 ,y2)(x2, y2)(x2, y1)生成块体范围 crack 0,25 50,25 ;在(x1, y1)(x2 ,y2)两点间画直线 jregion id 1 0,0 0,10 50,10 50,0 delete ;删除此区域的块体 jset 90,0 2.5,0 2.5,0 3,0 0,0 range jregion 1 ;jset A,0 a,0 b,0 c,0 x0,y0 range jregion 1 jset 90,0 2.5,0 2.5,0 3,0 1.5,2.5 range jregion 1 可画成列的线段(见图2) jset 0,0 26,0 0,0 2.5,0 0,0 range jregion 1 pa ;当程度运行至此时暂停,可以看看你所建的部分模型,用continue继续运行下面部分 save t.save ;建模保存在t.save中 岩层赋属性及原岩力平衡计算 res t.save ;调用已建好的模型 gen quad 12 ;定义块体最大变形,若没有此语句,刚所有块体均为刚性块体 zone model mo range 0,180 0,45.2 ;在范围(x1, y1)(x1 ,y2)(x2, y2)(x2, y1)的块体符合库仑准则 change jcons=2 range 0,180 0,45.2 ;节理面间接触-coulmb滑移

UDEC滑坡实例步骤

1、加载UDEC进入DOC环境后输入giic或者gui命令,然后进入主菜单 2、Model option 选择合适条件通常情况下,你可以使用默认域联系(domain-logic)检 测模式。如果你想监测任何块体的位移,这些块体可能从隧道顶部分离或掉落,你应该使用“cell-space detection”模式跟踪位移和下落块体的潜在接触。 3、命名并且保存文件 4、New block 建模,根据需要设置模型的长30 宽15 415 410 405 400 395 390 385 380 375 370 415 410 405 400 395 390 385 380 375 370 420 425 430 435 440 445 450 455 m 5、Bound 调节边界,与实际相符 6、Crack 添加节理,(层状岩体是否按节理处理?)岩层20°∠34°,J1产状60°∠15°J2产状为35°∠47°,J3产状为95°∠89°(怎么将不同产状节理进行转换?) 路线设计好,为后来开挖做好准备。 7、execute 执行文件 8、zone 执行长度为0.5的最大区域边界,划分网格 9、Zone material 创建一个或者几个块体材料属性,选择一种本构模型,本次选择的是 Mohr-Coulomb模型 prop mat 1 den--2143 bu=30e9 sh=18e9 c=1.2e5 f=21 t--2e5 prop mat 2 den=2260 bu=40e9 sh=24e9 c=1.5e5 f=28 t--2.5e5 prop mat 3 den--2300 bu=50e9 sh=28e9 c=3.5e5 f=32 t--3.5e5

SAP系统常用命令介绍

SAP系统常用命令介绍 1、系统配置常用命令 所谓系统配置命令,通常包含系统操作配置、系统传输配置、系统自定义内容配置等相关命令。系统配置的范围很广,这里介绍的系统配置不包括模块配置内容,主要是系统层面的相关配置命令。常用的操作命令主要包含以下几种。 (1)系统传输配置命令:SE09/SE10、STMS (2)系统后台参数配置命令:SPRO (3)系统信息发布命令:SM02 (4)目标集团参数配置命令:SCC4 2、后台维护常用命令 在SAP系统中,普通用户常常因为权限不够导致很多事项无法处理,需要通过管理员在后台对相应的主数据及参数进行修改设置。这里主要介绍以下几个常用的后台维护命令。 (1)批处理命令:SCAT (2)定义后台作业命令:SM36 (3)查看后台作业命令:SM37 3、程序编辑常用命令 程序编辑属于SAP系统开发的一个重要组成部分,SAP系统本身带有ABAP语言编辑器,可以提供强大的自开发程序功能。这里介绍程序编辑通常使用的相关命令。一般来说,程序编辑常用到的命令有以下3各。 (1)程序编辑器命令:SE38 (2)韩式编辑器命令:SE37 (3)对象浏览器命令:SE80 4、表间维护常用命令: (1)SAP系统中的数据都是存储在不同的表空间中。对于这些表的查询、修改及数据整理,SAP提供有相应的操作命令。常用的表间维护命令主要包括以下几种。 (1)ABAP数据字典命令:SE11 (2)维护表视图命令:SM30 5、用户及权限控制常用命令 在SAP系统中对于用户及权限的控制是非常严格的,权限参数、权限、用户的管理,均有一套专有的体系。这里介绍用户及权限控制常用的命令,包括以下几种。 (1)权限创建及修改命令:PFCG (2)用户创建及配置命令:SU01 (3)用户批量处理命令:SU10

udec命令总结精华-正宗

《Udec 命令总结》精华版 1. 安装、打开、保存 (1) 安装:①执行Udec 3.1→将Crack文件中的内容替换; ②复制Udec.exe,粘贴为快捷方式→属性,目标,加入空格256【开始内存8M,将内存 改为256】,可以复制快捷方式至桌面或硬盘。 (2) 打开:①直接在udec> 命令行输入; ②写好程序,udec>命令输入call,然后将*.txt文件拖入命令行,执行 (3) 保存:输入save d:\kaicai.sav, 调用命令rest,将kaicai.sav 拖入命令行 【!!!文件名最好不用汉字,有时候不识别】 注释:如果保存为save d:\111\kaicai.sav, 注意其中111文件必须提前建好,否则无法保存或者保存错误 (4) 操作:Ctrl+Z选中图像可以放大,Ctrl+Z 双击复原,屏幕中会出现十字叉,按住鼠标左键不放, 移动光标直到你满意的窗口为止;pause暂停,此时可以察看任何信息;continue继续调 用下面程序段。ESC可以随时进行停止,但不能继续;英文分号; 表示注释不运行命令。 2. 基本命令 2.1 基本设置 Udec>n【new刷新窗口,从新调用一个程序,修改后的*.txt文件必须输入n,重新运行文本文件】 Udec>title 【或heading代表标题,后面紧跟标题的名称。如:hang dao mo ni 或济宁三号井围岩变形破坏规律研究】 Udec> round d 【“圆角”命令,Udec中所有的块体都有圆角,目的是为防止块体悬挂在有棱角的节点上,由于块体悬挂将产生应力集中。d指块体与块体之间的圆角半径,默认值是0.5,其值要求小于模型中最小块体的最短那条边长的二分之一,最大圆角长度不能超过块体平均棱长的1%。在block 命令前指定圆角长度。如:round 0.05】 圆角 图1 10×10块体圆角 Udec>set ovtol 0.5 【此命令是指层与层之间的嵌入厚度,当提示为“overlap too large”时就需要修改此值更大一些,可以显示设计的块体,plot overlap!嵌入太大的原因可能为块体强度太小】

UDEC实例详解

实例1 荷载作用下边坡稳定问题 朔准线黄河大桥,边坡高105m,层理间距取3m,岩层视倾角6°;主节理间距取2m,视倾角85°,计算模型如下: DEM计算模型 相关计算参数取值如下:桥基长15m,宽12m,荷载180000kN;灰岩弹性模量E=4×104MPa,泊松比μ=,岩体密度γ=×103kg/m3。 new round set delc off block 0 0 0 50 50 50 & 180 180 0 jset 85,0 300,0 0 0 3,0 (50 50) jset 6 0 300 0 0 0 4 0 (50 50) gen auto 5 change jmat=1 range angle 84 86 change jmat=2 range angle 5 7 prop mat=1 den=2700 b= s= prop jmat=1 jkn=2e9 jks=2e9 jcoh=1e9 jfr=25 jten=1e5 prop jmat=2 jkn=2e9 jks=2e9 jcoh=1e10 jfr=35 grav 0 -10 hist n=100 xdis ydis hist n=100 xdis ydis hist unbal bound xvel=0 range -1 -1 bound xvel=0 range -1 157 bound yvel=0 range -1 226 -1 cyc 5000 save 变坡点x位移 变坡点y位移 坡顶点x位移 坡顶点y位移 不平衡力 实例2 边坡渗流稳定问题 问题定义: ; ================================================ ; --- fluid flow test run --- ; --- slope : 10 m high --- ; --- 2 joint sets : 20 and 80 deg.; friction = 30 deg. ; 8 m ; 9 m ; 10 m --- failure --- ; ================================================ ;

CMD常用命令大全(最新整理)

说起cmd大家都很熟悉吧很有用哦这里我为大家接扫常见的命令 dos命令[只列出我们工作中可能要用到的] cd\ '返回到根目录 cd.. '返回到上一级目录 1、cd 显示当前目录名或改变当前目录。 2、dir 显示目录中的文件和子目录列表。 3、md 创建目录。 4、del 删除一或数个文件。 5、chkdsk 检查磁盘并显示状态报告。 6、cacls 显示或者修改文件的访问控制表(ACL) 7、copy 将一份或多份文件复制到另一个位置。 8、date 修改日期 9、format 格式化磁盘 10、type 显示文本文件的内容。 11、move 移动文件并重命名文件和目录。 12、expand 展开一个或多个压缩文件。 13、ren 重命名文件。 14、attrib 显示或更改文件属性。 15、time 显示或设置系统时间。 16、at at命令安排在特定日期和时间运行命令和程序。要使用AT 命令,计划服务必须已在运行中。 17、net [user],[time],[use] 多,自己去查 18、netstat 显示协议统计和当前tcp/ip连接 19、nbtstat 基于NBT(net bios over tcp/ip)的协议统计和当前tcp/ip连接 20、route 操作和查看网络路由表 21、ping 就不说了,大家都熟悉吧 22、nslookup 域名查找 23、edit 命令行下的文本编辑器 24、netsh强大的命令行下修改tcp/ip配置的工具 25、fdisk 相信现在用的人比较少了,不过在没有其他工具的情况,他还是有用的 更多: attrib 设置文件属性 ctty 改变控制设备 defrag 磁盘碎片整理 doskey 调用和建立DOS宏命令 debug 程序调试命令

UDEC4.0使用说明

菜单驱动模式运行离散元 1、菜单驱动模式运行离散元 对于Itasca加码图形界面是一个菜单驱动的图形界面开发,以协助助用户掌握Itasca代码。在UDEC中,UDEC—GIIC很容易与点和点击式操作,以访问所有的命令和设施。该GIIC结构是专门用来模拟预期的Windows功能,并允许显示的项目相对应的离散元操作的一般性鼠标性操作。你可以能够立即使用UDEC解决问题,无须通过命令来选择你需要的分析。本节提供了一个GIIC的介绍,并包括一个简单的教程,以帮助您开始。你会注意到在GIIC主菜单栏中一个帮助菜单。帮助按钮还包括在GIIC中的每一个工具,并且帮助窗格可以通过在模型工具标签上右击打开。咨询帮助意见可以得到具体的GIIC功能的详细信息。 图1-1 UDEC—GIIC主窗口 在利用UDEC进行全面的项目分析之前,我们强烈建议你阅读离散元用户指南和核查问题和示例应用程序,从而对离散元模型、分配材料特性、模型的初始条件和计算程序获得一个一般性的认识和理解。 1.1进入GIIC并选择分析选项 在开始/程序/Itasca/udec菜单中,当UDEC加载时,你可以选择“UDEC 4.01 with GIIC”,自动启动GIIC。或者,您可以在打开UDEC时,如果你在文本模式下,你可以在“udec>”提示下键入“giic”命令。GIIC主窗口如图1.1所示。 该代码名称和当前版本号印在标题栏中的窗口顶部,主菜单栏位于标题栏下方的位置。在主菜单栏下方有两个窗口:一个资源窗口和一个模型视图窗口。资源窗口包括四个以文本为基本信息的标签。“console”(控制台)标签显示文本输出和允许命令行输入(在窗口的底部)。“record”窗口显示生成当前模型项目状态的命令的记录。该记录以“项目树”的形式,显示保存文件之间的变化。保存状态显示在树状结构。数据可以作为离散元组命令形式导出到数据文件,命令组代表所分析的问题。“FISH”窗口可以打开FISH编辑器,能方便执行FISH的功能。项目说明显示在“Notes”窗口。 “Model-vies pane”(模型视图窗口)显示模型的图形化视图,附加标签查看可以添加到这个窗口,它显示用户自定义的图表。在模型视图窗口上部是包含建模阶段标签的标签栏。当你点击模型阶段标签的时候,就会打开一个工具栏,这包括访问模型工具的按钮。在图1.1中,生成的工具栏显示在模型选项对话框后面,当在您单击工具栏按钮,这将打开一个建模阶段的

udec命令

;new 是刷新udec窗口,从新调用一个程序 ;title 与heading代表标题,后面紧跟标题的名称。如: title hang dao mo ni ;round 指块体与块体之间的圆角半径,默认值是0.5,其值要求小于模型中最小块体的最短那条边长的二分之一。如: round 0.05 set ovtol=0.5 ;此命令是指层与层之间的嵌入厚度 block x1,y1 x2,y2 x3,y3 x4,y4 ;建立模型框架, crack x1,y1 x2,y2 ;两点划一线 jregion id n x1,y1 x2,y2 x3,y3 x4,y4 delete jset 90,0 4,0 4,0 6,0 0,-50 range jreg 3 ;jset 倾角,0 线段长,0 线段与线段轴向间隔长,0 垂向间距,0 xm,ym range jregion n ;其中xm,ym为起始点坐标,n为设置的区域标号 gen quad 10 range xl xu yl yu ;在指定的区域生成一定宽度的单元 zone model mo range xl xu yl yu ;使指定的区域材料采用摩尔--库仑本构关系计算(即弹塑性) change jcons=2 range xl xu yl yu ;使指定的区域节理遵循摩尔--库仑准则计算(即弹塑性) change mat=1 range xl xu yl yu change mat=2 range xl xu yl yu change mat=3 range xl xu yl yu ;指定各岩层的材料标号 change jmat=1 range xl xu yl yu change jmat=2 range xl xu yl yu change jmat=3 range xl xu yl yu ;指定各岩层的节理标号 prop mat=1 dens=2000 prop mat=2 dens=2650

常用DOS命令大全及其用法详解

求常用DOS命令大全及其用法!!! 浏览次数:63883次悬赏分:0 |解决时间:2009-5-21 13:38 |提问者:雪枫之哀伤 越详细的越好~~~ 拜托了!!! 最佳答案 既然自己不愿搜,我就帮你搜吧 一,ping 它是用来检查网络是否通畅或者网络连接速度的命令。作为一个生活在网络上的管理员或者黑客来说,ping命令是第一个必须掌握的DOS命令,它所利用的原理是这样的:网络上的机器都有唯一确定的IP地址,我们给目标IP地址发送一个数据包,对方就要返回一个同样大小的数据包,根据返回的数据包我们可以确定目标主机的存在,可以初步判断目标主机的操作系统等。下面就来看看它的一些常用的操作。先看看帮助吧,在DOS窗口中键入:ping /? 回车,出现如图1。所示的帮助画面。在此,我们只掌握一些基本的很有用的参数就可以了(下同)。 -t 表示将不间断向目标IP发送数据包,直到我们强迫其停止。试想,如果你使用100M的宽带接入,而目标IP是56K的小猫,那么要不了多久,目标IP就因为承受不了这么多的数据而掉线,呵呵,一次攻击就这么简单的实现了。 -l 定义发送数据包的大小,默认为32字节,我们利用它可以最大定义到65500字节。结合上面介绍的-t参数一起使用,会有更好的效果哦。 -n 定义向目标IP发送数据包的次数,默认为3次。如果网络速度比较慢,3次对我们来说也浪费了不少时间,因为现在我们的目的仅仅是判断目标IP是否存在,那么就定义为一次吧。 说明一下,如果-t 参数和 -n参数一起使用,ping命令就以放在后面的参数为标准,比如“ping IP -t -n 3”,虽然使用了-t参数,但并不是一直ping下去,而是只ping 3次。另外,ping命令不一定非得ping IP,也可以直接ping 主机域名,这样就可以得到主机的IP。 下面我们举个例子来说明一下具体用法,如图2。 这里time=2表示从发出数据包到接受到返回数据包所用的时间是2秒,从这里可以判断网络连接速度的大小。从TTL的返回值可以初步判断被ping主机的操作系统,之所以说“初步判断”是因为这个值是可以修改的。这里TTL=32表示操作系统可能是win98。 (小知识:如果TTL=128,则表示目标主机可能是Win2000;如果TTL=250,则目标主机可能是Unix)

UDEC60常用命令集锦

rest fall1.sav delete range -2,2 -2,2 reset disp ;位移归0 reset hist hist unbal hist ydis 0,2 step 2000 plot hold block stress disp edge Joints jregion

Systems of Units Hist hist solve type 1 solve rat 1e-5 save tun1.sav hist ydis 42 -67 sxx 42 -67 hist ydis 42 -73 sxx 42 -73 reset disp jdisp solve rat 1e-5 save tun2.sav

Plot pl syy fill projected pl syy fill bfill pl ydisp fill pl bl id black plot pen stress block;显示应力 pen作用是udec4.0窗口显示pl se ;看裂隙 pl

;抓取图像,在autocad内处理set pl dxf 256 copy xxx.dxf

Zone joint 力学属性 zone model elastic density 2E3 bulk 8E9 shear 5E9 range group ’block’group joint ’joint’ joint model area jks 5E10 jkn 2.5E10 jfriction 30 r ange group ’joint’ ; new contact default set jcondf joint model area jks=5E10 jkn=2.5E10 jfriction=30 insitu stress -2500000.0,0.0,-1.0E7

UDEC学习整理资料

t i m e a n d A l 1、角点必须按顺时针方向排列;2、Crack 命令用于产生块体中单一直线特征的裂缝。裂缝由端点坐标 (x1,y1)和(x2,y2)所确定。 3、Jset 命令则是自动节理组生成器。根据所给定的特征参数(即倾角、迹长、岩桥长度、间距和空间位置)产生一组裂缝。 4、round d---d 是圆角距离,建议在block 命令前指定圆角长度。 5、DELETE 命令,能从模型中删除一个块体。例如,为了删除槽口块体, delete range 4.5,5.5 8,10。 6、GEN 命令激活三角形网格有限单元自动生成器。命令GEN edge v 将作用 于任意形状的块体。其v 值定义三角形单元的最大边长,即v 值越小,块体中的单元越小。应当注意的是:具有高的边长比值的块体并不能产生单元,其极 限的比重近似为1:10。 7、采用命令GEN quad v ,指定模型为塑性材料模型的单元。该类型的单元提 供了对于塑性问题的精确解。然而,GEN quad 命令可能对某些形状的块体不 起作用。在此情况下,应当采用GEN edge 8、Change 命令改变块体为指定的变形块体。Cons=0意味着模型块体材料被 移出或开挖。Cons=1 改变块体为各向同性弹性特性;而Cons=3则改变块体为 摩尔-库仑模型,考虑塑性特性。缺省值为所有变形体则自动改变为 Cons=1。P21 9、cha nge jcons=2,所以不连续结构面的缺省模型是Jcons=2。10、可用以下命令检查材料号Plot block mat 11、边界条件命令总结 命 令 效 果 Stress 施加总应力到刚体或变形体块体的边界上Xload 施加刚体或变形体边界的x 方向的荷载Yload 施加刚体或变形体边界的y 方向的荷载Xvel 施加变形体边界的x 方向的速度(位移)BOUNDARY Yvel 施加变形体边界的y 方向的速度(位移) FIX 固定刚体边界的速度(位移)FREE 释放刚体的速度(位移) LOAD Xload 施加x 方向的荷载到刚体的边界

相关文档
最新文档