Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are asked to develop code using Matlab functions to determine the equivalent thermal resistance of an aircraft. You can approximate shape as a long

image text in transcribed

You are asked to develop code using Matlab functions to determine the equivalent thermal resistance of an aircraft. You can approximate shape as a long cylinder as shown below. The first function reads in the overall fuselage (cylinder) measurements (length, diameter) as well as average air density at cruising speed. It calculates total surface area A_total, and volume V. It then determines mass of air M (density times volume) and returns M and A_total to the base workspace. Use input validation for all inputted values. Formulae for Area and Volume are as follows: Area A_total = 2 pi rl + 2 pi r^2, where r = radius and I = length Volume V = pi r^2l The second function is passed the total area A_total. It reads in number of windows (presumed circular and identical) and radius of windows. Use input validation for all values. It then determines total window area A_window, and fuselage body area A_fuselage and returns both values to base workspace. The third function uses the 2 area values to determine the overall thermal resistance. It asks the user for U-values, one for the fuselage body and other for the airplane windows, and returns Requiv to base workspace. Use input validation as above

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David Kroenke

11th Edition

0132302675, 9780132302678

More Books

Students also viewed these Databases questions

Question

Determine the mass of each substance. a. NO b. N2O4 c. Ca

Answered: 1 week ago

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago