Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Plot Contact Tool Results Using Path for multiple load steps??

Status
Not open for further replies.

Mirghani

Structural
Joined
Jul 21, 2016
Messages
5
Location
AE
Hi Ansys Comunity
Am using Ansys Workbench to plot a graph of contact tool results vs path points for multiple load steps (10 Load Steps >>>10 Graphs) using the following APDL command. however I managed to get the same graph but repeated 10 times. what's wrong with the command??.
What will be the difference in the command if I want to do the following.
1. Plot the results for different Load-steps.
2. Plot the results for different Sub-steps.
Command
!!!Here I have a number of commands to define the path and other paramenters...etc.
set,first
*do,Loop,1,10
/PBC,PATH,,1
/REPLOT
PLPATH,FS
PLPATH,SD
plnsol,cont,SFRIC
plnsol,cont,SLIDE
*if,Loop,lt,10,then
set,next
*endif
*enddo

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top