Is there a way to graphically display the face numbers for an element?
I can get the number using NMFACE(E), but I would like to display them graphically.


There is no graphic key to directly plot the element face number. One possible way
to view it is demonstrated in the below input. A convection value of one is applied to
face 1 of all of the elements, and a value of 2 is applied to face 2, etc. To use this
technique, you need to use it with a model that has no existing convection or heat flux
loads on the nodes or elements so that you can delete the fictional loads afterwards.
Alternately, you could save the model, use the technique to view the faces, then
restore the model using the resume command.

! the eight lines that follow are just to create a test element
/prep7
et,1,70
n,1
n,2,1
n,3,1,1
n,4,,1
ngen,2,4,1,4,1,0,0,1
e,1,2,3,4,5,6,7,8
!
sfe,all,1,conv,1,1
sfe,all,2,conv,1,2
sfe,all,3,conv,1,3
sfe,all,4,conv,1,4
sfe,all,5,conv,1,5
sfe,all,6,conv,1,6
sfe,all,1,conv,2,1
sfe,all,2,conv,2,2
sfe,all,3,conv,2,3
sfe,all,4,conv,2,4
sfe,all,5,conv,2,5
sfe,all,6,conv,2,6
sfelist ! just to confirm the load value matches the face number
/PSF,CONV,NORM,2,0,1
/pnum,sval,1
/sho,,,1
/VIEW,1,1,2,3
EPLOT





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