Annular aluminum fins of rectangular profile are attached to a circular tube having an outside diameter of 50 mm and an outer surface temperature of 200 C. The fins are 4 mm thick and 15 mm long. The system is in ambient air at a temperature of 20 C, and the surface convection coefficient is 40 W/m2 K. (a) What are the fin efficiency and effectiveness? (b) If there are 125 such fins per meter of tube length, what is the rate of heat transfer per unit length of tube?
ENGR 121 B Lecture Notes for 11/07/2016 Spencer Kociba ● Error thresholds ○ eps=2.2204e-16 ■ Maximum error threshold constant in MATLAB a−b ■ The relative erro[a] )must be less than eps to be considered not significantly different from each other ■ NOTE: 1+esp ≠ 1 even though ans=1.000 ● For loops are almost never necessary when performing a function for every element in a vector or matrix ● Vectorizing ○ Re-writing code using loops (traditional programming language) to vector and matrix operations in MATLAB ● Preallocating memory ○ Faster than dynamically growing the number of vector elements using a