Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
General Mechanical

General Mechanical

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

Plotting Elements Over a Certain Value – Mechanical APDL

    • Mdiogocarvalho
      Subscriber

      Hi Everyone,

      I exported tables with principle stresses in elements (solid elements 187), with the Command ETABLE (e.g. ETABLE,tablename,S,1,AVG). Based on the results such as the maximums, I defined thresholds. I wanted to see graphically which elements are above ( or below ) the thresholds I defined. Is it possible to do this with the PLNSOL command, or something similar?

      Thank you!

    • Govindan Nagappan
      Ansys Employee
      Mdiogocarvalho
      You can use nsel to select nodes within stress range
      Example:
      nsel,s,S,1,100,200 !select nodes with 1st principal stress value between 100 and 200 units
      esln !select elements attached to nodes
      You can then plot the elements(eplot) and create contour plots(plnsol or plsesol)
    • mrife
      Ansys Employee
      please see the Ansys Help, Mechanical APDL Command Guide entry on the ESEL command. It has an option to select elements based on an ETABLE value.
      MIke
    • Mdiogocarvalho
      Subscriber
      Thank you !
      With this approach, is there any problem if the are selecting and sorting using nodal results, while setting tresholds based on Element Averaged Results ?
      Also, perhaps instead of plotting with PLNSOL or PLESOL, PLETAB would be more correct, considering the results were gathered using ETABLE. Just a thought for discussion.


    • Mdiogocarvalho
      Subscriber
      . I'm just now having a go a this , I think it might work. Thank you!!
Viewing 4 reply threads
  • The topic ‘Plotting Elements Over a Certain Value – Mechanical APDL’ is closed to new replies.
[bingo_chatbox]