fzjz12 发表于 2013-7-23 21:16:44

圆柱形接触面

本帖最后由 fzjz12 于 2013-7-23 21:17 编辑

命令流如下
n
gen zone radcyl size 3 10 6 15 ratio 1 1 1 1.15 &
p0 (0,0,0) p1 (8,0,0) p2 (0,0,-5) p3 (0,8,0) &
p4 (8,0,-5) p5 (0,8,-5) p6 (8,8,0) p7 (8,8,-5) &
p8 (0.3,0,0) p9(0,0.3,0) p10(0.3,0,-5) p11(0,0.3,-5)
; Create Top - 1 unit high for initial spacing
gen zone radcyl size 3 6 6 15 ratio 1 1 1 1.15 &
p0 (0,0,-5) p1 (8,0,-5) p2 (0,0,-8) p3 (0,8,-5) &
p4 (8,0,-8) p5 (0,8,-8) p6 (8,8,-5) p7 (8,8,-8) &
p8 (0.3,0,-5) p9(0,0.3,-5) p10(0.3,0,-8) p11(0,0.3,-8) fill
gen zone reflect dd 270 dip 90
group clay
; Create interface elements on the top surface of the base
interface 1 face range cylinder end1(0,0,0) end2(0,0,-5.1) radius 0.31 &
                              end1(0,0,0) end2(0,0,-5.1) radius 0.29 not
interface 2 face range cylinder end1(0,0,-4.9) end2(0,0,-5.1) radius 0.31
gen zone cyl p0 (0,0,6) p1 (0.3,0,6) p2 (0,0,1) p3 (0,0.3,6) &
p4 (0.3,0,1) p5 (0,0.3,1) size 3 10 6
gen zone cyl p0 (0,0,6.1) p1 (0.3,0,6.1) p2 (0,0,6) p3 (0,0.3,6.1) &
p4 (0.3,0,6) p5 (0,0.3,6) size 3 1 6
gen zone reflect dd 270 dip 90 range z 1 6.1
group pile range z 1 6.1      
;
plot create view_int
plot add surface
plot add interface red
plot show
出现的图如下:


接触面不应该只有圆柱面吗?求问这是怎么回事

fzjz12 发表于 2013-7-24 08:54:41

没有人知道吗
页: [1]
查看完整版本: 圆柱形接触面