trick/trick_sims/Cannon/SIM_cannon_numeric
2017-05-11 17:44:43 -05:00
..
images Moved README.md and images from SIM_cannon_integ to SIM_cannon_numeric 2016-10-20 19:08:41 -05:00
Modified_data Get rid of SIM_cannon_dt and combine Sim_cannon_contact and SIM_cannon_integ 2016-10-20 17:35:27 -05:00
RUN_graphics Add RUN_graphics scenario to SIM_cannon_numeric 2016-10-27 14:37:14 -05:00
RUN_test Update SIM_cannon_numeric 2016-10-20 19:12:31 -05:00
README.md More heading fixes in various README.md files 2017-05-11 17:44:43 -05:00
S_define Organize model functions and prototypes. Refs #338 2016-11-17 16:04:07 -06:00
S_overrides.mk Get rid of SIM_cannon_dt and combine Sim_cannon_contact and SIM_cannon_integ 2016-10-20 17:35:27 -05: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.