04_Plot.inp 519 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. !**********************************
  2. ! Plot
  3. !**********************************
  4. /Post1
  5. ALLS
  6. /erase
  7. /win,1,ltop $/win,2,rtop
  8. /win,3,lbot $/win,4,rbot
  9. /win,1,off
  10. /win,2,off
  11. /win,3,off
  12. /win,4,off
  13. /win,1,on
  14. PLNSOL,S,X !Stress in Radialrichtung
  15. /noerase
  16. /win,1,off
  17. /win,2,on
  18. /view,2,0,0,-1
  19. PLNSOL,S,X !Stress in Radialrichtung, Sicht von hinten
  20. /noerase
  21. /win,2,off
  22. /win,3,on
  23. PLNSOL,S,Y !Stress in Tangentialrichtung
  24. /noerase
  25. /win,3,off
  26. /win,4,on
  27. !/DSCALE,,1 !Verformung
  28. !/PLDISP,0
  29. PLNSOL,U,SUM
  30. /noerase
  31. /win,4,off
  32. /EOF