I would like to create a vector plot with some result quantities that I defined. How can I do this?


The PLVECT command can plot user-defined quantities from the ETABLE command. All you will need to do is define two or three ETABLEs, then reference those ETABLEs on the PLVECT command.

A system-defined vector plot of displacement, displayed at the element centroids, can be obtained using

PLVECT,U

As an example of a user-defined vector plot, this can also be obtained using

ETABLE,U_X,U,X
ETABLE,U_Y,U,Y
ETABLE,U_Z,U,Z
PLVECT,U_X,U_Y,U_Z,U





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