We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
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.