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

General

Is it possible to read pressure from .rst file?

    • FAQFAQ
      Participant

      Yes, PRES is a DOF just like displacement (UX, UY, UZ) and can be retrieved from the .rst file. ResRdDisp should do the trick – the first argument is an integer that is the node ID, the second is a double-precision array with the DOF solution, but in the case of acoustic nodes, it is just a single value (pressure).