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!

D command and nodal positions in ANSYS classic

Status
Not open for further replies.

garycvv

Mechanical
Joined
Mar 18, 2014
Messages
28
Location
GB
Hello,
I'm just checking a few of my assumptions when using the D command.
I'm trying to use the D command to apply displacements to some nodes. I assume that when I use the following command

D,1, ,-1, , , ,UX, , , , ,
This applies a displacement of -1 in the x-direction to node one. This displacement is relative to node's original position when the mesh was created.

If I then apply a second displacement to a different node such as fix node 2 -0.5 in the x-direction
D,2, ,-.5, , , ,UX, , , , ,
Will this move node 2 -0.5 from it's original position? Or from where it might be after node 1 has moved?
I've got the same question regarding listing nodal displacements, I've assumed these are relative to the nodes's original position, is this the case?
Thanks
 
Hello

Why don't you type D,1,UX,-1 ? Simpler, clearer, and using label1 instead of label2 (see the help on D command).

And yes, displacement applied from original position.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top