Hello Every body,
I want to write a code in python to use EDEMpy to study deposition.
I need to achieve normal velocity of particles in collision with wall (geometries). I used this code:
velocity=deck.timestep[t].collision.surfGeom.getFirstZVelocity()
idd=deck.timestep[t].collision.surfGeom.getIds()
I want to ask you which velocity is achieved from the first line? Is it velocity magnitude?
I want to use getZVelocities() instead of getFirstZVelocity() but it is not defined in SGcollision.
It would be appreciated if you could guide me in this field.
Regards,
Fatemeh