How can I include the applied pressure value on an element plot in ANSYS?


The input below demonstrates the use of /PSF and /PNUM to include the applied element pressure value on a plot. The /PSF command is under PlotCtrls > Symbols. The /PNUM command turns on the "pressure values" and is under PlotCtrls > Numbering.


/prep7
et,1,63
n,1
n,2,1
n,3,1,1
n,4,,1
e,1,2,3,4
sfe,1,2,pres,1,123.4
n,5,2
n,6,2,1
e,2,5,6,3
sfe,2,2,pres,1,789.9
save
!
/psf,pres,norm,1 ! 2 works too
/pnum,sval,1
eplo





Show Form
No comments yet. Be the first to add a comment!