! ----------------------------------------------------------------------
! M04 - English course download: 04_challenge.mac
! Follow the matching English lesson for explanations and task details.
! Commands, parameter names, file names, CSV keys, and result tokens are preserved.
! ----------------------------------------------------------------------

/CLEAR,START
/FILNAME,m04_challenge,1
/UNITS,SI

beam_l=1.0
beam_h=0.10
beam_b=0.05
young=210E9
nu=0.30
tip_force=-1000
conv_tol=2.0
n_cases=3

*DIM,mesh_size,ARRAY,n_cases
mesh_size(1)=0.040
mesh_size(2)=0.020
mesh_size(3)=0.010

/COM,M04 CHALLENGE - nominal size and actual edge size are not always equal
FINISH
