! ============================================================
! M07 - Bug hunt
! ============================================================
/CLEAR,START                        ! Five plausible results that do not constitute validation.
/FILNAME,m07_bug_hunt,1
/UNITS,SI

beam_l=1.0
beam_h=0.10
beam_b=0.05
tip_force=-1000
young=210E9

! ERROR 1: query without identifying or activating the result set.
! /POST1 without a prior SET leaves the postprocessor with no identified result.
! /POST1
! *GET reads UY of an arbitrary node without an active set: invalid values.
! *GET,uy_wrong,NODE,1,U,Y

! ERROR 2: a fixed ID replaces a physical location.
tip_node=1

! ERROR 3: compare von Mises with normal bending stress.
sigma_beam=12E6
sigma_fea_wrong=0      ! imagined as maximum S,EQV

! ERROR 4: pick the maximum right at the fixed support.
x_stress_probe=0

results_system_unknown=1            ! PLNSOL averages at nodes; PLESOL shows elemental values: they are not interchangeable.
averaging_unknown=1

/COM,DIAGNOSE: SET, geometric probe, stress component, singularity, RSYS
FINISH



