trick/trick_sims/SIM_cannon_integ
2015-08-04 17:25:50 -05:00
..
images Ref #101 Add README.md 2015-08-04 17:25:50 -05:00
Modified_data Initial commit of everything. 2015-02-26 09:02:31 -06:00
RUN_test Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
README.md Ref #101 Add README.md 2015-08-04 17:25:50 -05:00
S_define Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
S_overrides.mk Initial commit of everything. 2015-02-26 09:02:31 -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.