[font=times new roman,times,serif]; avi.dat
; Create an AVI movie file (steptest.avi) using the step option.
; Snap a picture every 30 steps while solving.
gen zone radcylinder size 25 1 25 25
gen zone reflect normal -1 0 0
gen zone reflect normal 0 0 -1
gen merge 1e-5
model mohr
prop dens=1000 bu=1e8 sh=7e7 fric 25 coh 3.5e4 tens 1e10
fix y
fix x range x -24.9 -25.1
fix x range x 24.9 25.1
fix z range z -24.9 -25.1
set grav 10
ini szz -1e6 grad 0 0 1e6
ini sxx -0.5e6 grad 0 0.5e6 0
ini syy -0.5e6 grad 0 0.5e6 0
plot create testview
plot current testview
plot add contour syy average outline on
set movie avi step 1 file glj1.avi
movie start
solve ratio 1e-2
movie finish