trick/trick_sims/Cannon/SIM_cannon_integ
2016-02-23 11:44:18 -06:00
..
images Consolidate all of the Cannon sims into one directory. refs #191 2016-02-23 11:44:18 -06:00
Modified_data Consolidate all of the Cannon sims into one directory. refs #191 2016-02-23 11:44:18 -06:00
RUN_test Consolidate all of the Cannon sims into one directory. refs #191 2016-02-23 11:44:18 -06:00
README.md Consolidate all of the Cannon sims into one directory. refs #191 2016-02-23 11:44:18 -06:00
S_define Consolidate all of the Cannon sims into one directory. refs #191 2016-02-23 11:44:18 -06:00
S_overrides.mk Consolidate all of the Cannon sims into one directory. refs #191 2016-02-23 11:44:18 -06:00

#SIM_cannon_integ

CannonPicture

###The Simulation

This is a simulation of a cannon shooting a cannonball. Given the initial position of the cannon ball, the muzzle velocity (speed) of the cannon ball, and the elevation angle of the cannon barrel the simulation computes the cannon ball's trajectory and time of impact with the ground.

The acceleration of gravity is assumed to be -9.81 m/s2.