! ============================================================
! M07 - Caza de errores
! Cinco resultados plausibles que no constituyen validacion.
! ============================================================
/CLEAR,START
/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: consultar sin identificar ni activar el result set.
! /POST1
! *GET,uy_wrong,NODE,1,U,Y

! ERROR 2: un ID fijo sustituye una localizacion fisica.
tip_node=1

! ERROR 3: comparar von Mises con tension normal de flexion.
sigma_beam=12E6
sigma_fea_wrong=0      ! imaginado como S,EQV maximo

! ERROR 4: elegir el maximo justo en el empotramiento.
x_stress_probe=0

! ERROR 5: cambiar RSYS o mezclar PLNSOL/PLESOL sin declararlo.
results_system_unknown=1
averaging_unknown=1

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