! ----------------------------------------------------------------------
! M03 - English course download: 03_start.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,m03_start,1
/TITLE,M03 - Elements and materials
/UNITS,SI

beam_l=1.0
beam_h=0.10
beam_b=0.05
mesh_h=0.025
young_steel=210E9
nu_steel=0.30

/PREP7
BLOCK,0,beam_l,0,beam_h,0,beam_b
ESIZE,mesh_h
! TODO 4: mesh the volume and audit TYPE and MAT with ESEL + *GET.
FINISH
