本例说的是分100步将sxx从10e3加载到10e5,相信大家还有印象吧
gen zone brick size 6 6 6
model elas
prop bulk 1e8 shear 7e7
fix x range x -0.1 0.1
def x_stress
x_stress = stress_inc * step
end
set stress_inc = -1e3
apply sxx 1.0 hist x_stress range x 5.9,6.1 y 0,6 z 0,2
hist zone sxx 6,0,0
hist x_stress
step 100
但如果把x_stress打出来的话,得到的图是这个 x_stress的变化范围是10e4~10e5,输入没错误,是为什么呢?求解释