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

Lucas Bertollo Baggio
Ansys Employee

Hello Ayuk,

 

You might check the PrePost Scripting manual here for more information on each class or method.

The .GetCollectContactsData() will return if the contact collection is enabled or not. (as follows from the manual)

 

 

To get properties from Particles and/or Contacts, you might use

.GetGridFunction('property name')

save it in an array and export using python.

 

best regards,

Lucas