Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation General Mechanical HOW TO EXPORT CONTACT PROPERTIES FROM MY ROCKY DEM SIMULATION Reply To: HOW TO EXPORT CONTACT PROPERTIES FROM MY ROCKY DEM SIMULATION

Jackson Gomes
Ansys Employee

Maybe you can try something like this:

    contacts = study.GetContactData()

    overlap = contacts.GetGridFunction("Overlap").GetArray(time_step=time_step)

 

[bingo_chatbox]