xyryc 发表于 2008-6-22 20:34:23

求助,初始应力云图怎么是正值呀???

我的模型是ansys 建的导入flac3d里,但是初始应力状态下的位移都是正的,不知道是何原因?请高手指点,谢谢
rest 610.sav
set log on
;set logfile 1.log
;设定给矿体摩尔库仑材料参数
m m         
def derive
s_mod=y_mod/(2.0*(1.0+p_ratio))
b_mod=y_mod/(3.0*(1.0-2.0*p_ratio))
end
set y_mod=0.03e9 p_ratio=0.2
derive
;1300水平
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 1
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 2
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 3
;1250水平
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 4
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 5
;1210水平
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 6
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 7
;1170水平还没有开采
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 8
;1150水平
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 9
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 10
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 11
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 12
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 13
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 14
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 15
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 16
pro den 2930 bulk= b_mod shear=s_modfric 42 coh 0.1e6 ten 0.08e6 range group 17

;设定围岩摩尔库仑材料参数
def derive
s_mod=y_mod/(2.0*(1.0+p_ratio))
b_mod=y_mod/(3.0*(1.0-2.0*p_ratio))
end
;0.5,0.24
set y_mod=0.12e9 p_ratio=0.25
derive
proden 2840bulk= b_mod shear=s_modfric 43coh 0.2e6 ten 0.09e6 range group 18
proden 2840bulk= b_mod shear=s_modfric 43coh 0.2e6 ten 0.09e6 range group 19

;设定给衬砌弹性材料参数
m e range group 20
proden 2500bulk=7e9 shear=3.5e9 range group 20
;给定边界条件
fix x range x 6999.9 7000.1
fix x range x 8399.98400.1
fix y range y 5899.9 5900.1
fix y range y 8399.98400.1
fix z range z 699.9 700.1
;初始应力赋值
set grav 0 0 -10
;apply szz -5.09e6 range z 699.9 700.1
ini sxx -78.975e6 grad 0 0 0.045e6
ini syy -78.975e6 grad 0 0 0.045e6
ini szz -65.8125e6 grad 0 0 0.0375e6
;ini sxx -59.8104e6 grad 0 0 0.0336e6
;ini syy -59.8104e6 grad 0 0 0.0336e6
;ini szz -49.842e6 grad0 0 0.028e6
solve
save file.sav

xyryc 发表于 2008-6-22 20:34:57

顶一下,急用呀!:Q

jianjun_hu 发表于 2008-6-22 21:08:55

fix z range z 699.9 700.1 这是模型底部z坐标吗?请问模型最上方尺寸是多少啊?

xyryc 发表于 2008-6-23 09:59:46

那个是底部坐标,地表的标高是1755,也就是我的模型总高1055米

jianjun_hu 发表于 2008-6-23 11:02:57

哦,程序貌似没有问题啊,看不出有什么错误,检查一下坐标系统和你想的是不是一样?比如说模型的实际边界位置是否是你开始预想的坐标位置,如果没问题我就没招了,等高手吧,呵呵

毛毛虫QQR 发表于 2013-4-13 15:14:40

楼主,你的问题解决了没?我现在也遇到这样的问题了,求解答。

X.g 发表于 2013-5-31 15:28:42

同求解答。

南湾湖 发表于 2013-6-1 09:02:55

楼主,你的边界条件为何有那么多?有的程序没有运行,但是看上去好像是都要试试?
页: [1]
查看完整版本: 求助,初始应力云图怎么是正值呀???