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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get node coordinate

Status
Not open for further replies.

stone12345

Mechanical
Joined
Oct 7, 2008
Messages
2
Location
IT
Hi,

I am working on contour method to get residual stress. Using ABAQUS/CAE, I need to extrapolate, as text file, the node coordinates on a face of my model.
After I should also to apply to these selected nodes a displacement value that is different for every nodes.

Can anyone help me on this problems? 1) get nodes position and apply specific boundary conditions

Thank you in advance
 
I think you should add follow to .inp date:
*Node Output
COORD
 
Hi,

go to Tools - Query - Point/node and pick the node you want the coordinates for. You have to be in mesh module.

Regards

Senad
 
If the number of nodes are large, try using the DISP user subroutine. In the fortran subroutine, you have access to the nodal co-rodinates and you can specify whatever value for the displacement boundary condition necessary.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top