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!

Output Variable for Displacement? 1

Status
Not open for further replies.

YooperGirl

Bioengineer
Joined
Oct 19, 2010
Messages
7
Location
US
I'm trying to print a nodal value for the displacement of a node from the previous step. Is there a variable that will do this? The variable "U" seems to be the displacement from the base node.
 
Hi YooperGirl,

I am also looking for this, did you have any progress with it. Thanks
 
You can use Abaqus/CAE -> Visualization to create a new node field from U(step2)-U(step1) and plot it as any other quantity.
 
I ended up pulling the coordinates of that point, saving them, then on the next step, writing a vector defined by the difference between the current coordinates and previous coorinates. I do this all directly in the subroutine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top