Skip to content

Commit 264aa95

Browse files
authored
Update README.md
1 parent 16742f7 commit 264aa95

1 file changed

Lines changed: 40 additions & 6 deletions

File tree

  • Classroom Challenge Projects/Projects/Drone Payload Capacity and Structural Design Analysis

Classroom Challenge Projects/Projects/Drone Payload Capacity and Structural Design Analysis/README.md

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,52 @@ Using the results of both the thrust-to-weight analysis and finite element analy
5252
4. A final design recommendation justified using the results of your analyses
5353

5454
### Learning Outcomes
55-
55+
- Apply principles of force balance to model the relationship between thrust, weight, and payload capacity in a quadcopter system.
56+
- Evaluate design–material combinations using thrust-to-weight ratio, displacement, stress, and factor of safety to determine whether designs meet flight and structural requirements.
57+
- Develop a 3D CAD model of a drone arm and use MATLAB to perform computational analysis and finite element modeling of its structural behavior.
5658

5759
## Suggested Background Material
5860
### 1. Statics and Mechanics
61+
- Force balance, Newton's Second Law, weight vs. mass
62+
- Moments and bending
63+
- Qualitative understanding of stress and strain
64+
- Relationship between force, deformation, and stiffness
5965

6066
### 2. Drone/Flight Basics
61-
62-
### 3. CAD
63-
64-
### 4. MATLAB Fundamentals
65-
- Basic matrix operations, function creation, and plotting
67+
- Thrust and how propellers generate lift
68+
- Thrust-to-weight ratio and its role in flight
69+
- Payload capacity and system mass breakdown
70+
- Basic quadcopter structure
71+
- Safety factors in engineering design
72+
73+
### 3. Materials and Structural Behavior
74+
- Density, Young's modulus (stiffness), yield strength and impacts on mass and performance
75+
- Tradeoffs between strength and weight
76+
77+
### 4. CAD (Computer-Aided Design) Fundamentals
78+
- Creating simple 3D geometries
79+
- Representing dimensions and constraints
80+
- Exporting models as STEP or STL files
81+
- Understanding simplified vs realistic geometry
82+
83+
### 5. MATLAB Fundamentals
84+
- Basic matrix operations and variales
85+
- Writing functions
86+
- Looping and parameter sweeps (for design evaluation)
87+
- Plotting and data visualization
6688
- Finite Element Analysis in MATLAB (see below for tutorial and examples)
89+
90+
### 6. Finite Element Analysis in MATLAB
91+
- What FEA is and why it's used
92+
- Loads and boundary conditions (forces, constraints)
93+
- Interpreting results (displacement and von Mises stress)
94+
- Concept of factor of safety
95+
- Understanding model assumptions (e.g. simplified geometry)
96+
97+
### 7. Engineering Design
98+
- Iterative design process
99+
- Tradeoffs between weight and strength, performance and cost (for optional extension)
100+
- Using quantitative results to justify decisions
67101

68102
### Optional Extension
69103
Extend your analysis by formulating and solving an optimization problem to minimize the total material cost of your drone arm. Using your parameter sweep results, identify designs that satisfy all performance constraints (payload requirement, thrust-to-weight ratio, and factor of safety), and determine which valid design achieves the lowest cost. Include the results of your cost optimization analysis in your final recommended design solution for the drone arm.

0 commit comments

Comments
 (0)