We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Input displacement of all surface nodes for a model Reply To: Input displacement of all surface nodes for a model

peteroznewman
Subscriber
You have a text file with 2000 rows of data in the format:
node_ID, Xu, Yu, Zu
for the coordinates of the undeformed surface nodes.
You also have a text file with the same 2000 rows of data in the same format:
node_ID, Xd, Yd, Zd
for the deformed coordinates of the surface nodes.
Put those two files side-by-side in 8 columns of a spreadsheet and in the next three columns calculate the deformation as:
Dx = Xd - Xu
Dy = Yd - Yu
Dz = Zd - Zu