-
-
June 5, 2024 at 12:24 pmTirtharaj BanerjeeSubscriber
Hello Sir,
I need to find three dimensional micromovements of a hip stem with respect to bone. Ansys provides in-built option (SLID COMMAND) for evaluating sliding distance. But the software treats it as a scalar quantity, and I need all the X, Y, Z micromovement values.
What I have done so far...
I have identified the target node IDs that are matched with the contact node IDs based on their initial undeformed nodal locations by using a custom-written python script. Now, I subtracted the target directional deformation from contact directional deformation per each matched node and got deltaX, deltaY, deltaZ values. I thought this would give the three-dimensional micromovement values per each node. But, when I took resultant (sqrt(deltaX^2 + deltaY^2 + deltaZ^2)) of these directional deformation values, it did not match with the sliding distances readily available as an in-built option. For very few contact node IDs those did match. But for majority of the contact node IDs, those did not match. I have also combined sliding distance and gap in various ways (as micromovement is a combination of sliding distance and gap), but none of them really worked.
Please let me know where I am going wrong.
Any suggestions regarding any methods are truly helpful. Thanks in advance.
-
July 10, 2024 at 1:56 pmdloomanAnsys Employee
Seems like your python method should work. It can be done in POST1 with APDL also:
/post1
set,last     ! store some result
node_1=100Â ! hypothetical node numbers
node_2=200
delta_x=ux(node_1)-ux(node_2)
delta_y=uy(node_1)-uy(node_2)
delta_z=uz(node_1)-uz(node_2)
-
- The topic ‘Need to find three-dimensional micromovement or micromotion’ is closed to new replies.
- Problem with access to session files
- Ayuda con Error: “Unable to access the source: EngineeringData”
- At least one body has been found to have only 1 element in at least 2 directions
- Error when opening saved Workbench project
- Geometric stiffness matrix for solid elements
- How to apply Compression-only Support?
- How to select the interface delamination surface of a laminate?
- Timestep range set for animation export
- Image to file in Mechanical is bugged and does not show text
- SMART crack under fatigue conditions, different crack sizes can’t growth
-
1236
-
543
-
523
-
225
-
209
© 2024 Copyright ANSYS, Inc. All rights reserved.