implementing unique forces on individual atoms at each time step in a CFDEM simulation
Hi
I am trying to apply forces on atoms based on one of their coordinate positions. I have implemented this type of force successfully on a single atom using
run 50000 every 10 "fix acforce all addforce ${Force} NULL NULL region ac"
where
variable Force equal (variable function(v_xposition))
I have introduced additional atoms into the system using
read_data grann
in which I specify their positions, initial velocities, etc
To my understanding I require