forked from lijiext/lammps
Updated doc pages for pair body rounded/polygon and rounded/polyhedron with equations
This commit is contained in:
parent
27dc7f3205
commit
cfa6e8717d
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
|
@ -58,10 +58,10 @@ surface from its center is not sqrt(2)/2, but (sqrt(2)+0.1)/2. Thus
|
|||
the cutoff distance should be sqrt(2) + 0.1, since the surfaces of two
|
||||
particles that far apart could be touching.
|
||||
|
||||
NOTE: Do we need a diagram of 2 overlapping polygon particles that
|
||||
explains how contact is defined? Do we need an equation(s) that
|
||||
explain what the params in pair style and coeff mean, for damping and
|
||||
spring constants? Or do we just want to reference the paper for that?
|
||||
The forces between vertex-vertex, vertex-edge, vertex-face and edge-edge
|
||||
are given by:
|
||||
|
||||
:c,image(Eqs/pair_body_rounded.jpg)
|
||||
|
||||
:c,image(JPG/pair_body_rounded.jpg)
|
||||
|
||||
|
|
|
@ -59,10 +59,10 @@ surface from its center is not sqrt(3)/2, but (sqrt(3)+0.1)/2. Thus
|
|||
the cutoff distance should be sqrt(3) + 0.1, since the surfaces of two
|
||||
particles that far apart could be touching.
|
||||
|
||||
NOTE: Do we need a diagram of 2 overlapping polyhedron particles that
|
||||
explains how contact is defined? Do we need an equation(s) that
|
||||
explain what the params in pair style and coeff mean, for damping and
|
||||
spring constants? Or do we just want to reference the paper for that?
|
||||
The forces between vertex-vertex, vertex-edge, vertex-face, edge-edge
|
||||
and edge-face are given by:
|
||||
|
||||
:c,image(Eqs/pair_body_rounded.jpg)
|
||||
|
||||
:c,image(JPG/pair_body_rounded.jpg)
|
||||
|
||||
|
|
Loading…
Reference in New Issue