[s:71;****初始应力计算*******
def fanyanstress
p_z = zone_head
loop while p_z # null
if z_group(p_z)#'1' then
if z_group(p_z)#'2' then
if z_group(p_z)#'3' then
z_sxx(p_z)=0.53*z_szz(p_z)
z_syy(p_z)=0.53*z_szz(p_z)
endif
endif
endif
p_z = z_next(p_z)
endloop
end
fanyanstress 其中的z_group(p_z)#'1' 是什么意思??
望知道的朋友 发表一下见解!!!!感谢大家的参与!!!!
[ 此帖被52heming在2009-10-16 14:19重新编辑 ]