新手求教
flac3d吧
全部回复
仅看楼主
level 4
jupiter62 楼主
我用的2.1和3.1的版本在跑这个命令时,出现了gridpoint not found 的提示,也不知道问题出在了哪里,下面是这个命令,请教一下吧里的各位大佬[泪]
new
title
gen zone cyl p0 0 0 0 p1 1 0 0 p2 0 4 0 p3 0 0 1 size 12 30 12
gen zone reflect norm 1,0,0
gen zone reflect norm 0,0,1
model ss;应变硬化软化模型
pro den 2500 bulk 2e8 she 1e8 co 2e6 fric 45 ten 1e6 dil 10
pro ftab 1 ctab 2 dtab 3
table 1 0 45 .05 42 .1 40 1 40
table 2 0 2e6 .05 1e6 .1 5e5 1 5e5
table 3 0 10 .05 3 .1 0
fix x y z range y -.1 .1
fix x y z range y 3.9 4.1
ini yvel 2.5e-5 range y -.1 .1
ini yvel -2.5e-5 range y 3.9 4.1
def ax_str
str=0
pnt=gp_head
loop while pnt #null
if gp_ypos (pnt)<0.1 then
str=str+gp_yfunbal (pnt)
endif
pnt=gp_next (pnt)
endloop
ax_str=str/pi
end
hist n 1
hist gp ydisp 0,0,0
hist ax_str
hist gp xdisp 1,1,0
plot hist -2 vs 1
step 5000
2022年04月25日 13点04分 1
level 4
jupiter62 楼主
问题出现在倒数第五行
2022年04月25日 13点04分 2
level 11
你把这行删了,看看下面那个点能不能监测
2022年04月26日 01点04分 3
试了一下,然后倒数第三行也出现了同样的错误
2022年04月26日 01点04分
@jupiter62 这个是书上的例子吧
2022年04月26日 01点04分
@全服第一坑☞ 嗯嗯,是的大佬
2022年04月26日 02点04分
@全服第一坑☞ 我上传了书上的例题
2022年04月26日 02点04分
level 4
jupiter62 楼主
书上的例题是这样的,是我哪里参数输入错了嘛
2022年04月26日 01点04分 4
这个命令我在电脑上可以跑出来
2022年04月29日 00点04分
@全服第一坑☞ 你复制一下我的能运行嘛
2022年04月29日 00点04分
@全服第一坑☞ 是不是我的参数哪里输错了呀
2022年04月29日 00点04分
@jupiter62 不清楚,3.0就是这样。有时候跟着命令写都不行
2022年04月29日 01点04分
level 1
逗号可能是中文的,换成英文的试一下
2022年05月10日 05点05分 5
1