S3_Parachute_Report_Sophie_Lietzan

docx

School

University of North Carolina, Chapel Hill *

*We aren’t endorsed by this school

Course

101

Subject

Mechanical Engineering

Date

Feb 20, 2024

Type

docx

Pages

2

Uploaded by therealgeorgenotthefake

Report
Introduction In this problem, there is a person with mass m falling from 1000ft. The problem and goal of our model is to find the ideal diameter of a parachute such that the person with mass m can land at a safe speed, assumed to be 7 mph or -3.12 m/s according to The United States Parachute Association (USPA) and their manual on safe skydiving (United States Parachute Association [USPA], 2023-2024, p. 115). The significance of this issue is the need to optimize parachute design for both safety and efficiency. Methods In this program, we make several assumptions to simplify the code. First, we assume the system is closed, without any factors like wind interfering with the consistency of the parachute. We also assume that every time the program runs, the parachute is going to open the exact same, without any delays or mistakes. The parachute’s motion is also only shown in the y dimension. Overview of the Program The MATLAB program models the parachutes motion through the Y dimension over time using kinematics equations while accounting for drag. First, the variables of diameter(d), mass(m), height(y(1), and initial y-velocity(Vy(1)) are all initialized. Values for air density(p), parachute area(A), drag(Cd), and alpha(a) are also computed. Then, a while loop is used to calculate new updated versions of each variable adjusted over time to simulate a change in position. The position is continuously updated as the while loop iterates through until the y position reaches 0. Results We conducted multiple simulations with different initial values for parachute diameter. In keeping the mass consistent, we were able to find a good ballpark for parachute diameter that can be applicable for the public. Fig 1. Unsafe Landing (d = 1m) Fig 2 Safe Landing (d = 10.2m) Fig 3 Overly Safe Landing (d = 15m)
Results Cont. Diameter Terminal Velocity 0.34m 1m 3m 5m 10m -66 m/s -32.3622 m/s -10.8 m/s -6.46 m/s -3.24 m/s Since the length of freefall is 1000ft, the USPA manual advises that your terminal velocity be roughly 7mph, or 3.12 m/s. According to the model, this is best accomplished with a parachute diameter of around 10 meters, or to be precise 10.2 meters. Discussion From the simulations, you can assume that there’s an optimal design range for a safe terminal velocity, one that would have a parachute be roughly 10m in size. The best parachutes are going to be ones that consider both size and mass, but having a baseline of 10m improves efficiency. A way to improve the simulations accuracy would be to consider factors such as wind, landing targets/areas, different drag models, and different materials of chute. Also, to expand the model’s effectiveness, we’d have to consider the wide range of individuals who would use parachutes. In conclusion, the simulation provides a lot of valuable insights in terms of ideal parachute diameters. As always, complicating the model adds difficulty but improves results, making it an even more valuable tool. Reference List United States Parachute Association [USPA]. 2023-2024. Skydiver's Information Manual
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help