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).