gran/hertz/history/stiffness model
Dear Friends,
Currently I have started to use pair_style gran/hertz/history/stiffness model in my DEM simulation.
In the LIGGGHTS manual I find that the specified parameters are multiplied by some other parameters like: the effective mass and radius, sqrt (delta n) .
I took a look on the source code and copy/paste them here:
double polyhertz = sqrt(ri*rj/(ri+rj)*deltan);
kn = polyhertz*k_n[itype][jtype];
kt = polyhertz*k_t[itype][jtype];
gamman = polyhertz*meff*gamma_n[itype][jtype];
gammat = polyhertz*meff*gamma_t[itype][jtype];
Forums:
- Read more about gran/hertz/history/stiffness model
- 5 comments
- Log in or register to post comments