This mesh module stores a global vector with 9 components for access by various output commands. The first 3 components are equal to the total force on the mesh, the next 3 components store the total torque on the body exerted by the particles. Finally, the last 3 components are the coordinates (moved, scaled, rotated) of the reference point.
f_id는 총 12개가 잡히는 것으로 확인 되나 9개만 의미 있으며 10, 11, 12는 7, 8, 9와 동일한 값을 나타내고 있음.
7, 8, 9는 각각 x, y, z position (reference point로 부터의 위치)을 의미함
https://www.cfdem.com/media/DEM/docu/mesh_module_stress.html
'LIGGGHTS' 카테고리의 다른 글
LOOP를 이용한 변수의 합 계산 (0) | 2023.07.25 |
---|---|
ATOM LOOP (1) | 2023.07.24 |
Calculation step의 저장 (0) | 2023.07.05 |
Fix or Compute stored value (0) | 2023.07.02 |
Print variable (0) | 2023.06.30 |