def po_stress
;通过总计不平衡力除以格栅内嵌面积计算推出应力
_sum=0.0
np=nd_head
loop while np # null
if nd_pos(np,2,1) > 2.49 then
_sum=_sum - nd_rfob(np,1,1)
end if
np=nd_next(np)
end loop
po_stress=_sum/1.5 ;内嵌面积是:0.6*2.5=1.5
end
其中nd_rfob(np,1,1)是什么意思啊?
为什么nd_pos(np,2,1) > 2.49 就按以下的公式算呢?
在线等啊~!!!!!!