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!

path definition APDL

Status
Not open for further replies.

SebaMorgado

Mechanical
Joined
Oct 15, 2012
Messages
1
Location
CL
Hello!.
I am going to look at total deformation on a line. The path I can define is for undeformed shape but I want to
define it on the deformed shape. This is for a non linear buckling analysis.

I was trying to use the UPCOORD command to update the coordinates, to compute the new position using x'=x+UX, then I put
the x',y' and z' for the path using PPATH, and when I tray to do pdef APDL says: "the requested data is not available".

I need some help to end this problem.

Regards!
 
Hi SebaMorgado,

I needed this once i did the following:

Name nodes before you solve, then you can use them later in the path operation:

nsel,all
csys,0
N1=node(x,y,z)
nsel,all

then you can use N1 in ppath:

PPATH,1,N1

Hope this helps,

bram
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top