I have transferred my model from Simulation into ANSYS, and now I want to list or graph my loads or boundary conditions to verify that they were applied correctly. How can I do this?


Simulation sets up loads and boundary conditions using tables, so retrieving this information requires a couple of steps.

(1) make sure you are in /PREP7

(2) if needed, select the nodes or elements which you would like to check

(3) FLIST, DLIST, SFLIST, etc will display the table name for each degree of freedom

(4) copy the table name for the DOF you would like to review (e.g., _LOADVARI26X)

(5a) list the table load entries using

*STAT,_LOADVARI26X

(5b) you can also plot the load as a function of time using

*VPLOT,_LOADVARI26Y(1,0),_LOADVARI26Y(1,1)





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