mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 10:46:26 +00:00
A few touchups to SIM_parachute README. Fix #36
This commit is contained in:
parent
ef5bbef665
commit
1769db5e33
@ -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 |
Loading…
Reference in New Issue
Block a user