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

General

How to plot user define result in APDL for (2^(P1) P1 =Principal Stress

    • FAQFAQ
      Participant

      You can use following logic to extract the result. ————————————————– Since 2^x = e^(x*ln(2)) you can do: *vget,prin1,node,1,s,1 *vfact,1,log(2) *vfun,udr,exp,prin1 *vput,udr,node,1,epel,xz /graph,full plns,epel,xz