We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

Why am I getting the “the requested S data is not available the PLNSOL command is ignored” warning

TAGGED: ,

    • fsfarimani
      Subscriber
      I am trying to run the APDL script
      where Uy = 0 and UX = 0 lines represent symmetries. however, I get the error message:
      Warning: The requested S data is not available. The PLNSOL command is ignored.
      when trying to plot the von Mises stress:
      I would appreciate it if you could help me know what is the problem and how I can resolve it.

    • fsfarimani
      Subscriber
      using this reply, I was able to solve the problem:
      /POST1 ! Enter the General Postprocessor
      /DSCALE,ALL,1 ! Use true scale (scale displacements by 1.0)
      SET,LAST! read the last data set
      PLNSOL,S,EQV,0,1.0 ! Plot equivalent (von Mises) stress


      • FlaviaGelatti
        Subscriber

        Thanks Farimani, I had the same problem and that solved!

    • Erik Kostson
      Ansys Employee

      That is great - I think though you are likely missing though a symmetry bc (Y=0) on the bottom edge (ZX plane).
      https://www.youtube.com/watch?v=Y3jRqXShHzs
      All the best

      Erik
Viewing 2 reply threads
  • The topic ‘Why am I getting the “the requested S data is not available the PLNSOL command is ignored” warning’ is closed to new replies.