Wear simulation - PPM

#Archard wear simulation of a pin on a curved plate#

I’m not happy with the deformation and the stress profile I’m getting. In addition, the master body is deformed while the slave surface is fine. Could you kindly assist with where I might have gone wrong, or if it’s an issue with the software?

I’m using [PrePoMax version v2.2.0]. Attached is the link to the simulation results.
SIMULAION FILE LINK.zip (10.0 KB)

You can put the link to the file directly here: simulation.pmx - Google Drive

It looks ok (apart from excessive penetration in contact) until step 6 increment 43 when the top part of the indenter distorts. Likely due to that interference in contact, I had similar issues here: Snap-fit contact snagging problem - CalculiX (official versions are on www.calculix.de, the official GitHub repository is at https://github.com/Dhondtguido/CalculiX).

You may have to change the mesh and adjust the contact settings (mainly stiffness) following the advice in that forum thread.

You are using re-meshing in the Step-3 but you have no supports preventing the rigid body motion.

In step 3, the computed wear depth is converted to displacements, which are used to load the mesh and compress it inward. The elastic simulation in Step-3 then computes new positions of the internal mesh nodes.But without other supports this will not work. So in Step-3, you need to specify which faces of the model should not move or can only slide (symmetry faces) while the contact surface is compressed inward.

Is the pin supposed to translate only, or should it also rotate?

To have a smooth and robust wear analysis make sure the Sliding distance field moves smoothly from increment to increment without jumping over some nodes.

And the wear will always happen only on one contact surface.

Thank you for the insights, I managed to get it correct.