algorithm of the rotBondedInteraction model

Asked by aaron

Hello ESyS users,

I am learning the rotBondedInteraction model. I cannot really understand the algorithms hidden behind the codes. Is there anybody who can help? I just want to get some materials about the model, e.g. paper, book. I also noticed that in the source code of RotBondedInteraction.cpp, some equations have been implemented in the function CRotBondedInteraction::calcForces(). Could anyone tell me where can I find these equations? Is there any paper I can search for?

Thanks a lot.

Best,
Aaron

Question information

Language:
English Edit question
Status:
Solved
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Solved by:
Dion Weatherley
Solved:
Last query:
Last reply:
Revision history for this message
Best Dion Weatherley (d-weatherley) said :
#1

Hi Aaron,

The full details on the rotBonded interaction algorithm can be found in:

Wang, Y.C. (2008) "A new algorithm to model the dynamics of 3-D bonded rigid bodies with rotations", Acta Geotechnica, DOI 10.1007/s11440-008-0072-1

The equation numbers in the source code refer to this paper. If you are unable to obtain a copy, email me directly.

Cheers,

Dion

Revision history for this message
aaron (zhaotaoscu) said :
#2

Thanks Dion Weatherley, that solved my question.