level 2
飞飞飞啊33
楼主
请教一下我在用flac3d模拟锚杆支护的时候,我的模型总共每排14(顶板6个、两帮各4个)个锚杆,共计12排,则锚杆数量为168个。锚杆编号为1~168,我使用循环语句赋值
loop n (0,167)
xa=1+(16*n)
xb=2+(16*n)
xc=10+(16*n)
xd=11+(16*n)
xe=20+(16*n)
然后再给锚索赋值,每排2个锚索,共计6排,则锚杆数量为12个。锚杆编号为169~180,我使用循环语句赋值:
loop n (168,179)
xa=1+(16*n)
xb=2+(16*n)
xc=10+(16*n)
xd=11+(16*n)
xe=20+(16*n)
然后提示:
*** cableSEL 2689 part of cable 2, at 49.48.46.5125: Young's modulus has not been set
While processing line 34 of file C:/Users/Administrator/Desktop/5.txt.
这个该如何解决,谢谢!!!
2019年01月07日 03点01分
1
loop n (0,167)
xa=1+(16*n)
xb=2+(16*n)
xc=10+(16*n)
xd=11+(16*n)
xe=20+(16*n)
然后再给锚索赋值,每排2个锚索,共计6排,则锚杆数量为12个。锚杆编号为169~180,我使用循环语句赋值:
loop n (168,179)
xa=1+(16*n)
xb=2+(16*n)
xc=10+(16*n)
xd=11+(16*n)
xe=20+(16*n)
然后提示:
*** cableSEL 2689 part of cable 2, at 49.48.46.5125: Young's modulus has not been set
While processing line 34 of file C:/Users/Administrator/Desktop/5.txt.
这个该如何解决,谢谢!!!