Biomedical Engineering Modelling & Analysis Assignment -
Aim and Learning Outcomes:
To use appropriate software to solve a set of differential equations related to a topical engineering problem and use the solutions to make recommendations on the practicalities of the problem.
- Have a comprehensive knowledge and understanding of mathematical and computer models relevant to the mechanical and related engineering disciplines, and an appreciation of their limitations.
- Extract data pertinent to an unfamiliar problem, and apply its solution using computer based engineering tools when appropriate.
Objectives
You will decide an appropriate software tool to generate a piece of code in order to solve the differential equations.
Use the software to determine the solution to the problem.
Comment on your results and assumptions of your analysis
Provide conclusions on your results in a report format.
Report Format
1. Introduction
2. Background and method used
3. Programme or code detail
4. Assumptions (bulleted list)
5. Analysis
a. Mainly images / tabulated data / commentary
6. Conclusions
The Problem:
It has been decided to use a small drone system to deliver medical supplies to a remote area in Africa. The drone can fly with a cruise speed (vx) of 30 MPH and carry a mass of m (kg). The drone cruises at a height of h feet.
You are to estimate when to release the pay load in order for it to have a safe landing on the desired target point.
At release the drone will drop the package with a parachute which will fall to the ground with a velocity of vy m/s.
This scenario can be modelled using the following set of differential equations:
mv·x = -½CdxρAxvx2 (1)
mv·y = mg - ½CdyρAyvy2 (2)
With m = mass, Cdy = vertical drag coefficient, Cdx = horizontal drag coefficient, ρ = density of air, Ax = cross sectional area facing horizontal air flow, Ay = cross sectional area facing vertical air flow, g = gravitational constant.
If you assume the wind pressure is negligible determine:
1. The velocity at which the package hits the group.
2. The time taken for the package to reach the ground.
3. The distance from the target the package needs to be released from by the drone.
For your analysis use the figures in the table below. You will be allocated a reference number by your tutor.
Student no
|
m(Kg)
|
h(feet)
|
Student no
|
h(feet)
|
1
|
8
|
164
|
18
|
166
|
2
|
8.25
|
167
|
19
|
169
|
3
|
8.5
|
171
|
20
|
173
|
4
|
8.75
|
174
|
21
|
176
|
5
|
9
|
177
|
22
|
179
|
6
|
9.25
|
180
|
23
|
182
|
7
|
9.5
|
184
|
24
|
186
|
8
|
9.75
|
187
|
25
|
189
|
9
|
10
|
190
|
26
|
192
|
10
|
10.25
|
194
|
27
|
196
|
11
|
10.5
|
197
|
28
|
199
|
12
|
10.75
|
200
|
29
|
202
|
13
|
11
|
203
|
30
|
205
|
14
|
11.25
|
207
|
31
|
209
|
15
|
11.5
|
210
|
32
|
212
|
16
|
11.75
|
213
|
33
|
215
|
17
|
12
|
216
|
34
|
218
|
Take: Ax as 1.6m2, Ay as 2.25 m2, Cdx as 1.3 and Cdy as 1.75.