Compute forces on a moving mesh
Hi everyone,
I'm trying to adapt the example case "examples\LIGGGHTS\Tutorials_public\movingMeshGran" so that it could compute the forces and momentum on the bucket moved on the particules.
I tried :
compute force_on_particles all reduce sum fx fy fz
fix 20 all ave/time 100 1 100 c_force_on_particles[1] c_force_on_particles[2] c_force_on_particles[3] file force_particles.txt
but I guess the force are not particulary applied on the bucket
Forums:
- Read more about Compute forces on a moving mesh
- Log in or register to post comments