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 Installation and Licensing Ansys Products How to get the rotations of each node in a plate modeled through solid elements? Reply To: How to get the rotations of each node in a plate modeled through solid elements?

Mehdi Baghaee
Subscriber

Thanks for your suggested method. It seems great for small number of nodes, but since in my orginal problem, there are tons of nodes that their rotations must be at hand in each time step, the speed of simulation will decrease more because of do loops. Is it possible to apply your method in vector form? I mean put the positions of all nodes in an array and transform it to find the rotations.