6.5. Visualizing Your Orbits After a Transient Analysis

Plot the transient orbits using the PLVAR command, as shown in the following example:

/post26  
INODE = 12                   ! node of interest
nsol,2,INODE,u,y                ! define variable 2  
nsol,3,INODE,u,z                ! define variable 3  

/axlab,X,displacement UY     ! specify Xaxis label  
/axlab,Y,displacement UZ     ! specify Yaxis label  

xvar,2                       ! variable 2 is on Xaxis  
plvar,3                      ! plot variable 3 on Yaxis