level 1
雨辰灬羽殇
楼主
求一个剪切位移和剪切应力的fish语言
;;;;;;;剪力和位移的变化情况
def ax_str
str = 0
sdis1 = 0
n1 = 0
i_pnt = i_head
node_pnt = i_node_head(i_pnt)
loop while node_pnt#null
n1=n1+1
str=str+in_sstr(node_pnt,1)
sdis1=sdis1+in_sdisp(node_pnt,1)
node_pnt=in_next(node_pnt)
endloop
str1=str/16.0
sdis1=sdis1/n1
end
求解释为啥该语言监测出来都是零
2021年12月28日 03点12分
1
;;;;;;;剪力和位移的变化情况
def ax_str
str = 0
sdis1 = 0
n1 = 0
i_pnt = i_head
node_pnt = i_node_head(i_pnt)
loop while node_pnt#null
n1=n1+1
str=str+in_sstr(node_pnt,1)
sdis1=sdis1+in_sdisp(node_pnt,1)
node_pnt=in_next(node_pnt)
endloop
str1=str/16.0
sdis1=sdis1/n1
end
求解释为啥该语言监测出来都是零