Hello, I have created a contact model using contact radius to perform charge transfer operation. I am able to compute columbic force only up to a particular distance value that is the contact radius.
I want to calculate the electrostatic force experienced by a particle due to a particle that is outside the contact radius. (I cannot increase the contact radius)
Please tell me how to use the API. I do not want to use the inbuilt model.
I can think of two solutions but I don't know how the computational time will increase.
1) I can increase the contact radius to a large value and then put a condition on distance for charge transfer. I fear this will increase the computational time significantly
2) Have a contact radius of 1.2*Radius of particle and constantly write positions of other particles then calculate columbic force in the body force part. (Please tell me if I can achieve this?)
3) or is there any other method to achieve this?