Is the shear modulus equation in the doc wrong?
Hi all,
In the doc of DEM simulation, the effective shear modulus is:
1 2(2+v1)(1-v1) 2(2+v2)(1-v2)
-- = ------------------ + -------------------
G Y1 Y2
but, the in the global_properties.cpp, line 217:
matrix->data[i][j] = 1./(2.*(2.-vi)*(1.+vi)/Yi+2.*(2.-vj)*(1.+vj)/Yj);
The above two don't match, which one is wrong?
Appreciate any help in advance!
Forums:
- Read more about Is the shear modulus equation in the doc wrong?
- 7 comments
- Log in or register to post comments