请教混凝土和基础的接触模拟问题
浏览:184621 回答:1
我做了个混凝土和基础的接触模拟,计算结果UX位移过大,为什么?请高手帮着看看。
!混凝土5*5*10,C30,下面是碎石基床,不计自重,施加侧向荷载,求混凝土的变形和应力
FINISH
/CLEAR,START
!定义单元及材料
/prep7
et,1,solid45
mp,ex,1,3e10
mp,nuxy,1,0.2
mp,dens,1,2500
mp,ex,2,5e7
mp,nuxy,2,0.4
mp,dens,2,1800
!建模划网
block,0,5,0,10,0,5
block,0,5,0,-1,0,5
lsel,all
lesize,all,0.5
vmesh,all
!定义接触
et,3,170
et,4,173
asel,s,,,3
cm,target,area
type,3
nsla,S,1
esurf,all
eplot
allsel
asel,s,,,10
cm,contact,area
type,4
nsla,s,1
esurf,all
eplot
allsel
gplot
save
!加载求解
/solu
asel,s,,,9
da,all,all
asel,s,,,3
da,all,ux
da,all,uz
asel,s,,,6
sfa,all,,pres,100
solve
!混凝土5*5*10,C30,下面是碎石基床,不计自重,施加侧向荷载,求混凝土的变形和应力
FINISH
/CLEAR,START
!定义单元及材料
/prep7
et,1,solid45
mp,ex,1,3e10
mp,nuxy,1,0.2
mp,dens,1,2500
mp,ex,2,5e7
mp,nuxy,2,0.4
mp,dens,2,1800
!建模划网
block,0,5,0,10,0,5
block,0,5,0,-1,0,5
lsel,all
lesize,all,0.5
vmesh,all
!定义接触
et,3,170
et,4,173
asel,s,,,3
cm,target,area
type,3
nsla,S,1
esurf,all
eplot
allsel
asel,s,,,10
cm,contact,area
type,4
nsla,s,1
esurf,all
eplot
allsel
gplot
save
!加载求解
/solu
asel,s,,,9
da,all,all
asel,s,,,3
da,all,ux
da,all,uz
asel,s,,,6
sfa,all,,pres,100
solve