Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Angle for a node

Status
Not open for further replies.

lavecchiasignora

Structural
Mar 3, 2011
48
Hi,

Not sure if this is the right forum but Ill give it a try. I have my pipeline configuration and all the nodes are given in global coordinates. I want to know the angle between my global X axis and the specific node. See my link for explanation. The red dot is the searched node angle. Do you know how I can do?

Thanks!

 
Replies continue below

Recommended for you

I assume from your previous posts that you are using Ansys. You can enter the following at the command line in Classic, or a command snippet in WB to get the angle to node 2631:

csys,1 ! set csys to global cylindircal
angle=ny(2631)

The ny(nodenum) is a "Get Function." These are documented in Appendix B of the ANSYS Parametric Design Language Manual.

Rick Fischer
Principal Engineer
Argonne National Laboratory
 
Thanks but im not using ansys, im using Simla (FE program for subsea pipelines) :)

I have coordinates for all the nodes (Estern, Northing) but I want to know the angle of a specific node in relation to the global coordinate system.

Thanks
 
The node itself wouldn't have an angle. Instead, find the angles of the two elements adjacent to it and average them.

If the elements are linear then just do some trigonometry (atan2, not atan) on the coordinates of their end nodes to get the angles.



FEA software feature chart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor