Home
last modified time | relevance | path

Searched refs:shrmag (Results 1 – 9 of 9) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/GRANULAR/
H A Dpair_gran_hertz_history.cpp52 double shrmag,rsht,polyhertz; in compute() local
204 shrmag = sqrt(shear[0]*shear[0] + shear[1]*shear[1] + in compute()
229 if (shrmag != 0.0) { in compute()
323 double vtr1,vtr2,vtr3,vrel,shrmag,rsht; in single() local
426 shrmag = sqrt(shear[0]*shear[0] + shear[1]*shear[1] + in single()
446 if (shrmag != 0.0) { in single()
H A Dpair_gran_hooke_history.cpp112 double shrmag, rsht; in compute() local
265 shrmag = sqrt(shear[0] * shear[0] + shear[1] * shear[1] + shear[2] * shear[2]); in compute()
289 if (shrmag != 0.0) { in compute()
612 double vtr1, vtr2, vtr3, vrel, shrmag, rsht; in single() local
712 shrmag = sqrt(shear[0] * shear[0] + shear[1] * shear[1] + shear[2] * shear[2]); in single()
731 if (shrmag != 0.0) { in single()
H A Dfix_wall_gran.cpp856 double shrmag,rsht,rinv,rsqinv; in hooke_history() local
908 shrmag = sqrt(history[0]*history[0] + history[1]*history[1] + in hooke_history()
933 if (shrmag != 0.0) { in hooke_history()
981 double shrmag,rsht,polyhertz,rinv,rsqinv; in hertz_history() local
1040 shrmag = sqrt(history[0]*history[0] + history[1]*history[1] + in hertz_history()
1065 if (shrmag != 0.0) { in hertz_history()
1142 double shrmag,rsht,prjmag; in granular() local
1301 shrmag = sqrt(history[thist0]*history[thist0] + in granular()
1312 if (prjmag > 0) scalefac = shrmag/prjmag; in granular()
1353 shrmag = sqrt(history[thist0]*history[thist0] + in granular()
[all …]
H A Dpair_granular.cpp184 double shrmag,rsht,prjmag; in compute() local
458 shrmag = sqrt(history[0]*history[0] + history[1]*history[1] + in compute()
468 if (prjmag > 0) scalefac = shrmag/prjmag; in compute()
511 shrmag = sqrt(history[0]*history[0] + history[1]*history[1] + in compute()
513 if (shrmag != 0.0) { in compute()
1406 double shrmag; in single() local
1607 shrmag = sqrt(history[0]*history[0] + history[1]*history[1] + in single()
1626 if (shrmag != 0.0) { in single()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dtangential_model_history.h161 const double shrmag = sqrt(shear[0]*shear[0] + shear[1]*shear[1] + shear[2]*shear[2]);
174 const double Ft_shear = kt * shrmag; // sqrt(Ft1 * Ft1 + Ft2 * Ft2 + Ft3 * Ft3);
179 if (shrmag != 0.0) {
203 const double weight = 1.0 - vectorMag3D(shear_old)/shrmag;
H A Dtangential_model_luding_tn.h130 const double shrmag = sqrt(shear[0]*shear[0] + shear[1]*shear[1] + shear[2]*shear[2]);
144 const double Ft_shear = kt * shrmag;
149 if (shrmag != 0.0) {
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dpair_gran_hooke_history_omp.cpp120 double shrmag,rsht; in eval() local
247 shrmag = sqrt(myshear[0]*myshear[0] + myshear[1]*myshear[1] + in eval()
272 if (shrmag != 0.0) { in eval()
H A Dpair_gran_hertz_history_omp.cpp118 double shrmag,rsht,polyhertz; in eval() local
248 shrmag = sqrt(shear[0]*shear[0] + shear[1]*shear[1] + in eval()
273 if (shrmag != 0.0) { in eval()
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_gran_hooke_history_kokkos.cpp418 X_FLOAT shrmag = sqrt(shear1*shear1 + shear2*shear2 + in operator ()() local
443 if (shrmag != 0.0) { in operator ()()