






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A project focused on optimizing the geometric parameters of an airplane to maximize lift capabilities. The parameters adjusted include the main wing chord, tail chord, tail span, location of the leading edge of the tail, and the total mass of the airplane. The project aims to ensure stability, limit the maximum coefficient of lift on the main wing, and maintain a minimum take-off velocity. Results include tables and figures illustrating the maximum take-off velocity for different total masses and settings and maximum payload for different configurations.
Typology: Study Guides, Projects, Research
1 / 11
This page cannot be seen from the preview
Don't miss anything!







In this project, we will study the influence of some dominant parameters on the equilibrium and lift capabilities of the Aerobrick’03 airplane, that will represent UCD at the SAE Aero Design West competition next June. The rules can be found at http://www.sae.org/students/aerowest.htm. The parameters that need to be changed are : mass = mass of the airplane including payload (kg) cxm = chord of the main rectangular wing (m) bt = tail span (m) cxt = chord of the tail horizontal surface (m) xlt = location of the tail leading edge (m) < 1.4m All the other data remain at the given value in the aerobrick.data file, in particular the span bm=1.829m ( 72” ), which is imposed this year. The center of gravity is placed to satisfy a 4% positive static margin for the airplane and is limited to the range
To leave the runway at take-off, the climb angle is required to be 3 deg (5) We will not consider winglets at this stage. Within these constraints, find a configuration ( mass, cxm, bt, cxt, xlt ) that can take-off. Find the payload. Explore the design space and try to find the best possible configuration to maximize the payload. Attach to your report (Appendix) the data file aerobrick.data corresponding to your best configuration. This project is fun! After a while you will get addicted to play with the parameters and gaining more payload!
Project 7 : Airplane Equilibrium Analysis
Total Mass (kg) cxm (m) bt (m) cxt (m) xlt (m) ttd ( ) Empty Weight (kg) Max Payload Weight kg Lb 14 0.3 1 0.1 1.3 3.00001 10.99999 24. 15.5 0.4 1 0.1 1.3 3.66668 11.83332 26. 14.5 0.32 0.75 0.2 1.2 -0.681 3.133344 11.36666 25. 15.5 0.4 0.75 0.2 1.2 -5.225 3.66668 11.83332 26. 13.5 .5 0.75 0.2 1.2 -10.595 4.33335 9.16665 20. 15 0.4 0.5 0.2 1.2 -15.58 3.66668 11.33332 24. 15.5 0.4 0.75 0.15 1.25 -7.515 3.66668 11.83332 26. 16 0.39 0.8 0.15 1.25 -5.749 3.600013 12.39999 27. 16 0.38 0.9 0.15 1.25 -3.293 3.533346 12.46665 27. 16 0.37 1 0.15 1.25 -1.43 3.466679 12.53332 27. 16 0.41 1.1 0.15 1.25 -1.85 3.733347 12.26665 27. 16.5 0.41 1.1 0.25 1.25 1.588 3.733347 12.76665 28. 16.5 0.4 1.1 0.25 1.25 1.846 3.66668 12.83332 28. 17.5 0.4 1.828 0.17 1.3 3.8258 3.66668 13.83332 30. 17.5 0.4 1.828 0.18 1.3 4.061 3.66668 13.83332 30. 17.5 0.39 1.828 0.17 1.3 3.9997 3.600013 13.89999 30. Payload vs Main Wing Chord 0 5 10 15 20 25 30 35 0 0.1 0.2 0.3 0.4 0.5 0. Main Wing Chord (m) Payload (lb) Figure 7.1 Plot of total payload weight versus main chord length.
101 =itx maximum number of iterations############################## 0.2 =omega relaxation factor for Newton's Method################### 1.225 =rho density of air (kg/m3)################################## 0.00001456 =anu kinematic viscosity (m2/s)############################## 17.5 =mass of airplane & cargo (kg) 0.481226 =xcg location of center of gravity from the nose tip (m) 1.828 =bm main wing span (m)######################################### 0.39 =cxm root chord of main wing (m) 0.241 =xlm location of main wing leading edge (m)####################