A few touchups to SIM_parachute README. Fix #36

This commit is contained in:
John M. Penn 2015-03-27 16:59:30 -05:00
parent ef5bbef665
commit 1769db5e33
3 changed files with 7 additions and 3 deletions

View File

@ -43,10 +43,11 @@ From these data we interpolate, to approximate the air density and gravity at
specific altitudes.
#### Parachute Deployment
Parachute deployment is modeled, using a Trick event (in input.py) that simply increasing skydiver's
Parachute deployment is modeled, using a Trick event (in input.py) that simply
increases the skydiver's
1. cross-sectional area and
2. coefficient of drag.
1. cross-sectional area (A) and
2. coefficient of drag (C<sub>d</sub>).
at the specified time.
@ -67,6 +68,9 @@ At 4 minutes and 19 seconds, pop the chute:
#### Results
##### Altitude vs Time
![Plot of Altitude vs Time](images/plot_altitude_vs_time.png "Altitude vs. Time")
##### Velocity vs Time
![Plot of Velocity vs Time](images/plot_velocity_vs_time.png "Velocity vs. Time")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 866 B