EDEM Contact Model API -> configForTimeStep error

Megan_j
Megan_j Altair Community Member

Hello,

I am using the contact model API in my simulation and realized while running my simulation that the code written within the configForTimeStep function was not executing if I ran an EDEM-only simulation. This was the case even if particle contact occurred. However, if I ran the simulation as a coupled simulation with Fluent, the configForTimeStep function would run perfectly.

How do I resolve this error?

I am currently using v2022.1 of EDEM, and my API uses both the contact model (v3.2.0) and particle factory (v2.2.0).

The methods used within the contact model plugin are as follows:

  • isThreadSafe
  • usesCustomProperties
  • getPreferenceFileName
  • getModelType
  • getExecutionChainPosition
  • setup
  • starting
  • stopping
  • calculateForce
  • configForTimeStep

Thanks,

Megan

Tagged:

Answers