Register Geometries for Motion

Geometries in EDEM are easily identifiable by their readable names. However, to maintain computational performance during simulation using the Multi Body Dynamics Coupling Interface, Geometries are identified by an unique integer ID. The method also registers the coupling for control using the Coupling Interface.

To register Geometries for motion:
Use the getGeometryID method to retrieve the unique integer ID of Geometries that are controlled by the Multi Body Dynamics Coupling Interface at the start of every simulation.
Note:
  • This method not only returns the unique ID, it also registers the Geometry for control using the a number of Geometry custom properties. These properties are required to implement the functionality of coupled equipment dynamics.
  • Geometries that are not registered for control using this method will not return forces or accept motions set using the Multi Body Dynamics Coupling Interface during simulation.