CS-511 - Assignment 5 (optional)

Particle system dynamics

Due by: December 4, 2008

Assignment Specifications

In this assignment you need to implement a mass-spring system containing multiple particles and multiple forces. The implementation should be done by forming and solving a system of differential equations, or by using Verlet integration (velocity-free implementation). The specific application targeted is that of a mass-spring system with a global gravitational force. Each spring used in the simulation should be accompanied by a damper. The springs and dampers are assumed to have identical spring/damping constants throughout the system and possibly different rest lengths. The mass of all the particles is assumed to be identical. The time step of the simulation should be set through a command line argument. Possible applications include ONE the following:

Common requirements

General notes



Gady Agam 2008-11-18