model newzone create brick size 10 10 10zone face skinzone face apply velocity-normal 0 range group 'South' or 'North'zone face apply velocity-normal 0 range group 'East' or 'West'zone face apply velocity-normal 0 range group 'Bottom'zone cmodel assign mohr-cozone property young 1e8 poisson 0.2 density 2e3 fric 30 cohesion 20e3model gravity 0 0 -10model solve elasticmodel save 'ini.sav'model newmodel restore 'ini.sav'zone gridpoint initialize displacement (0,0,0)zone initialize state 0fish define Data g_1=zone.near(5,5,0) g_1_z=zone.stress.zz(g_1) g_2=zone.near(5,5,2) g_2_z=zone.stress.zz(g_2) g_3=zone.near(5,5,4) g_3_z=zone.stress.zz(g_3) g_4=zone.near(5,5,6) g_4_z=zone.stress.zz(g_4) g_5=zone.near(5,5,8) g_5_z=zone.stress.zz(g_5) table.create('tiqu1') table('tiqu1',1)=g_1_z table('tiqu1',2)=g_2_z table('tiqu1',3)=g_3_z table('tiqu1',4)=g_4_z table('tiqu1',5)=g_5_zend[Data]table 'tiqu1' export 'tiqu1'