vtmike
Mechanical
- Mar 12, 2008
- 139
Hi,
This might be an easy question. I am trying to plot the load deflection curve in ANSYS Workbench 11.0 using the following command snippet,
/POST26 ! Enter time history
/RGB,INDEX,100,100,100,0
/RGB,INDEX,0,0,0,15
NSOL,3,4000,U,Y ! Reads y-deflection data into var 3
prod,4, 1,,,pressure,,,10
/sho,png
/AXLAB,Y,DEFLECTION ! Changes y label
/AXLAB,X,PRESSURE ! Changes X label
XVAR,4 ! Make variable 4 the x-axis
PLVAR,3 ! Plots variable 3 on Y axis
Now, I can select the node at which I want to plot the deflection at (which is node number 4000 in this case), but how do I tell ANSYS to plot the maximum deflection vs load?
This might be an easy question. I am trying to plot the load deflection curve in ANSYS Workbench 11.0 using the following command snippet,
/POST26 ! Enter time history
/RGB,INDEX,100,100,100,0
/RGB,INDEX,0,0,0,15
NSOL,3,4000,U,Y ! Reads y-deflection data into var 3
prod,4, 1,,,pressure,,,10
/sho,png
/AXLAB,Y,DEFLECTION ! Changes y label
/AXLAB,X,PRESSURE ! Changes X label
XVAR,4 ! Make variable 4 the x-axis
PLVAR,3 ! Plots variable 3 on Y axis
Now, I can select the node at which I want to plot the deflection at (which is node number 4000 in this case), but how do I tell ANSYS to plot the maximum deflection vs load?