/POST1 /PLOPTS,LOGO,OFF ! Don’t show ANSYS logo /PLOPTS,FRAME,OFF ! Don’t show frame /PLOPTS,DATE,OFF ! Don’t show date SET,last ! Read the last step PLDISP,2 ! Plot deformed mesh with undeformed edge ! Delay for viewing the picture (can be removed) *ASK,TMP,ANY NUMBER OR PRESS "ENTER" PLNSOL,U,X ! Plot displacements ux *GET,UXMAX,PLNSOL,0,MAX ! Get maximal value of displacements ux ! Delay for viewing the picture (can be removed) *ASK,TMP,ANY NUMBER OR PRESS "ENTER" RSYS,1 ! Set results coordinate system to global cylindrical PLNSOL,S,Y ! Plot tangential stresses (in global cylindrical system) ! ******************************************************** ! Graph of tangential stresses T_Theta ! along the path on OX-axis from point (0,R) to point (0,B) ! Delay for viewing the previous picture (can be removed) *ASK,TMP,ANY NUMBER OR PRESS "ENTER" PATH,XX,2 PPATH,1,,0,R PPATH,2,,0,B PDEF,T_Theta,S,Y PLPATH,T_Theta !******************************************************* RSYS,0 ! Set results coordinate system back to global cartesian