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 Simulating a movement in Ansys Mechanical Reply To: Simulating a movement in Ansys Mechanical

peteroznewman
Subscriber

Each point along the centerline has an initial position, p(0).  You have the position at each time step, p(t).  You need the deformation, so subtract the initial position from current position to get d(t) = p(t) - p(0).

It's not sufficient to simply move the points using the deformation value at each time step, you also need the rotation of each point from the initial position.  You need to calculate that from the position data if that is not already known. Can you do that?

Â