bouncing of a ball
# define a node at (-1,2)
node 1 -1 2
# define a unit point mass element at node 1, both DoF 1 and DoF 2 are activated
mass 1 1 1 1 2amplitude Constant 1# define a acceleration load of magnitude -1 using amplitude 1 on DoF 2 of node 1
acceleration 1 1 -1 2 1cload 1 1 -1 2 1# assign initial acceleration of maginutde of -1 on DoF 2 of node 1
initial acc -1 2 1Free Fall
Rigid Wall Constraint
Restitution Wall Constraint
Elastic Collision

Plastic Collision

Last updated