-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
A numerical simulation program to plot the flight path of a water-bottle rocket in 2 dimensions under the influence of gravity and drag and with an inital speed and acceleration determined by the size of the bottle, amount of water, and pressure of the bottle. | ||
Uses a simple rectrangular numerical integration scheme to compute the velocity and position of each rocket. | ||
Can simulate a large number of rockets at a single time. | ||
Written as part of an AP Physics lab. |