Home
last modified time | relevance | path

Searched refs:v_rot_j (Results 1 – 2 of 2) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmath_extra_liggghts_nonspherical.h540 double v_rot_i[3], v_rot_j[3]; in surfacesIntersectNonSpherical() local
552 LAMMPS_NS::vectorCross3D(sidata.omega_j, xcj, v_rot_j); in surfacesIntersectNonSpherical()
553 LAMMPS_NS::vectorSubtract3D(v_rot_i, v_rot_j, v_rot_relative); in surfacesIntersectNonSpherical()
H A Dmath_extra_liggghts_superquadric.cpp1448 double xci[3], xcj[3], v_rot_i[3], v_rot_j[3], vi[3], vj[3]; in calc_contact_point_using_prev_step() local
1452 LAMMPS_NS::vectorCross3D(sidata.omega_j, xcj, v_rot_j); in calc_contact_point_using_prev_step()
1456 vj[k] = sidata.v_j[k] + v_rot_j[k]; //velocity of the contact point with respect to particle j in calc_contact_point_using_prev_step()