
Introduction to Heat Transfer
6th Edition
ISBN: 9780470501962
Author: Frank P. Incropera, David P. DeWitt, Theodore L. Bergman, Adrienne S. Lavine
Publisher: Wiley, John & Sons, Incorporated
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Chapter 3, Problem 3.52P
(a)
To determine
The electrical power required for
(b)
To determine
Temperature at the center of cylinder B.
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
I need help with a MATLAB code. This code just keeps running and does not give me any plots. I even reduced the tolerance from 1e-9 to 1e-6. Can you help me fix this? Please make sure your solution runs.
% Initial Conditions
rev = 0:0.001:2;
g1 = deg2rad(1);
g2 = deg2rad(3);
g3 = deg2rad(6);
g4 = deg2rad(30);
g0 = deg2rad(0);
Z0 = 0;
w0 = [0; Z0*cos(g0); -Z0*sin(g0)];
Z1 = 5;
w1 = [0; Z1*cos(g1); -Z1*sin(g1)];
Z2 = 11;
w2 = [0; Z2*cos(g2); -Z2*sin(g2)];
[v3, psi3, eta3] = Nut_angle(Z2, g2, w2);
plot(v3, psi3)
function dwedt = K_DDE(~, w_en)
% Extracting the initial condtions to a variable
% Extracting the initial condtions to a variable
w = w_en(1:3);
e = w_en(4:7);
Z = w_en(8);
I = 0.060214;
J = 0.015707;
x = (J/I) - 1;
y = Z - 1;
s = Z;
% Kinematic Differential Equations
dedt = zeros(4,1);
dedt(1) = pi*(e(3)*(s-w(2)-1) + e(2)*w(3) + e(4)*w(1));
dedt(2) = pi*(e(4)*(w(2)-1-s) + e(3)*w(1) - e(1)*w(3));
dedt(3) = pi*(-e(1)*(s-w(2)-1) - e(2)*w(1) + e(4)*w(3));…
alpha 1 is not zero
alpha 1 can equal alpha 2
use velocity triangle to solve for alpha 1
USE MATLAB ONLY
provide typed code
solve for velocity triangle and dont provide copied answer
Turbomachienery .
GIven:
vx = 185 m/s, flow angle = 60 degrees, (leaving a stator in axial flow) R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3
Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram
Use this code for plot
% plots Velocity Tri. in Ch4
function plotveltri(al1,al2,al3,b2,b3)
S1L = [0 1];
V1x = [0 0];
V1s = [0 1*tand(al3)];
S2L = [2 3];
V2x = [0 0];
V2s = [0 1*tand(al2)];
W2s = [0 1*tand(b2)];
U2x = [3 3];
U2y = [1*tand(b2) 1*tand(al2)];
S3L = [4 5];
V3x = [0 0];
V3r = [0 1*tand(al3)];
W3r = [0 1*tand(b3)];
U3x = [5 5];
U3y = [1*tand(b3) 1*tand(al3)];
plot(S1L,V1x,'k',S1L,V1s,'r',...
S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',...…
3. Find a basis of eigenvectors and diagonalize.
4
0
-19
7
a.
b.
1-42
16
12-20
[21-61
Chapter 3 Solutions
Introduction to Heat Transfer
Ch. 3 - Consider the plane wall of Figure 3.1, separating...Ch. 3 - A new building to be located in a cold climate is...Ch. 3 - The rear window of an automobile is defogged by...Ch. 3 - The rear window of an automobile is defogged by...Ch. 3 - A dormitory at a large university, built 50 years...Ch. 3 - In a manufacturing process, a transparent film is...Ch. 3 - Prob. 3.7PCh. 3 - A t=10-mm-thick horizontal layer of water has a...Ch. 3 - Prob. 3.9PCh. 3 - The wind chill, which is experienced on a cold,...
Ch. 3 - Prob. 3.11PCh. 3 - A thermopane window consists of two pieces of...Ch. 3 - A house has a composite wall of wood, fiberglass...Ch. 3 - Prob. 3.14PCh. 3 - Prob. 3.15PCh. 3 - Work Problem 3.15 assuming surfaces parallel to...Ch. 3 - Consider the oven of Problem 1.54. The walls of...Ch. 3 - The composite wall of an oven consists of three...Ch. 3 - The wall of a drying oven is constructed by...Ch. 3 - The t=4-mm-thick glass windows of an...Ch. 3 - Prob. 3.21PCh. 3 - In the design of buildings, energy conservation...Ch. 3 - Prob. 3.23PCh. 3 - Prob. 3.24PCh. 3 - Prob. 3.25PCh. 3 - A composite wall separates combustion gases at...Ch. 3 - Prob. 3.27PCh. 3 - Prob. 3.28PCh. 3 - Prob. 3.29PCh. 3 - The performance of gas turbine engines may...Ch. 3 - A commercial grade cubical freezer, 3 m on a...Ch. 3 - Prob. 3.32PCh. 3 - Prob. 3.33PCh. 3 - Prob. 3.34PCh. 3 - A batt of glass fiber insulation is of density...Ch. 3 - Air usually constitutes up to half of the volume...Ch. 3 - Prob. 3.37PCh. 3 - Prob. 3.38PCh. 3 - The diagram shows a conical section fabricatedfrom...Ch. 3 - Prob. 3.40PCh. 3 - From Figure 2.5 it is evident that, over a wide...Ch. 3 - Consider a tube wall of inner and outer radii ri...Ch. 3 - Prob. 3.43PCh. 3 - Prob. 3.44PCh. 3 - Prob. 3.45PCh. 3 - Prob. 3.46PCh. 3 - To maximize production and minimize pumping...Ch. 3 - A thin electrical heater is wrapped around the...Ch. 3 - Prob. 3.50PCh. 3 - Prob. 3.51PCh. 3 - Prob. 3.52PCh. 3 - A wire of diameter D=2mm and uniform temperatureT...Ch. 3 - Prob. 3.54PCh. 3 - Electric current flows through a long rod...Ch. 3 - Prob. 3.56PCh. 3 - A long, highly polished aluminum rod of diameter...Ch. 3 - Prob. 3.58PCh. 3 - Prob. 3.59PCh. 3 - Prob. 3.60PCh. 3 - Prob. 3.61PCh. 3 - Prob. 3.62PCh. 3 - Consider the series solution, Equation 5.42, for...Ch. 3 - Prob. 3.64PCh. 3 - Copper-coated, epoxy-filled fiberglass circuit...Ch. 3 - Prob. 3.66PCh. 3 - A constant-property, one-dimensional Plane slab of...Ch. 3 - Referring to the semiconductor processing tool of...Ch. 3 - Prob. 3.69PCh. 3 - Prob. 3.70PCh. 3 - Prob. 3.71PCh. 3 - The 150-mm-thick wall of a gas-fired furnace is...Ch. 3 - Steel is sequentially heated and cooled (annealed)...Ch. 3 - Prob. 3.74PCh. 3 - Prob. 3.75PCh. 3 - Prob. 3.76PCh. 3 - Prob. 3.77PCh. 3 - Prob. 3.78PCh. 3 - The strength and stability of tires may be...Ch. 3 - Prob. 3.80PCh. 3 - Prob. 3.81PCh. 3 - A long rod of 60-mm diameter and thermophysical...Ch. 3 - A long cylinder of 30-min diameter, initially at a...Ch. 3 - Work Problem 5.47 for a cylinder of radius r0 and...Ch. 3 - Prob. 3.85PCh. 3 - Prob. 3.86PCh. 3 - Prob. 3.87PCh. 3 - Prob. 3.88PCh. 3 - Prob. 3.89PCh. 3 - Prob. 3.90PCh. 3 - Prob. 3.91PCh. 3 - Prob. 3.92PCh. 3 - In Section 5.2 we noted that the value of the Biot...Ch. 3 - Prob. 3.94PCh. 3 - Prob. 3.95PCh. 3 - Prob. 3.96PCh. 3 - Prob. 3.97PCh. 3 - Prob. 3.98PCh. 3 - Work Problem 5.47 for the case of a sphere of...Ch. 3 - Prob. 3.100PCh. 3 - Prob. 3.101PCh. 3 - Prob. 3.102PCh. 3 - Prob. 3.103PCh. 3 - Consider the plane wall of thickness 2L, the...Ch. 3 - Problem 4.9 addressed radioactive wastes stored...Ch. 3 - Prob. 3.106PCh. 3 - Prob. 3.107PCh. 3 - Prob. 3.108PCh. 3 - Prob. 3.109PCh. 3 - Prob. 3.110PCh. 3 - A one-dimensional slab of thickness 2L is...Ch. 3 - Prob. 3.112PCh. 3 - Prob. 3.113PCh. 3 - Prob. 3.114PCh. 3 - Prob. 3.115PCh. 3 - Derive the transient, two-dimensional...Ch. 3 - Prob. 3.117PCh. 3 - Prob. 3.118PCh. 3 - Prob. 3.119PCh. 3 - Prob. 3.120PCh. 3 - Prob. 3.121PCh. 3 - Prob. 3.122PCh. 3 - Consider two plates, A and B, that are each...Ch. 3 - Consider the fuel element of Example 5.11, which...Ch. 3 - Prob. 3.125PCh. 3 - Prob. 3.126PCh. 3 - Prob. 3.127PCh. 3 - Prob. 3.128PCh. 3 - Prob. 3.129PCh. 3 - Consider the thick slab of copper in Example 5.12,...Ch. 3 - In Section 5.5, the one-term approximation to the...Ch. 3 - Thermal energy storage systems commonly involve a...Ch. 3 - Prob. 3.133PCh. 3 - Prob. 3.134PCh. 3 - Prob. 3.135PCh. 3 - A tantalum rod of diameter 3 mm and length 120 mm...Ch. 3 - A support rod k=15W/mK,=4.0106m2/s of diameter...Ch. 3 - Prob. 3.138PCh. 3 - Prob. 3.139PCh. 3 - A thin circular disk is subjected to induction...Ch. 3 - An electrical cable, experiencing uniform...Ch. 3 - Prob. 3.142PCh. 3 - Prob. 3.145PCh. 3 - Consider the fuel element of Example 5.11, which...Ch. 3 - Prob. 3.147PCh. 3 - Prob. 3.148PCh. 3 - Prob. 3.149PCh. 3 - Prob. 3.150PCh. 3 - In a manufacturing process, stainless steel...Ch. 3 - Prob. 3.153PCh. 3 - Carbon steel (AISI 1010) shafts of 0.1-m diameter...Ch. 3 - A thermal energy storage unit consists of a large...Ch. 3 - Small spherical particles of diameter D=50m...Ch. 3 - A spherical vessel used as a reactor for producing...Ch. 3 - Batch processes are often used in chemical and...Ch. 3 - Consider a thin electrical heater attached to a...Ch. 3 - An electronic device, such as a power transistor...Ch. 3 - Prob. 3.161PCh. 3 - In a material processing experiment conducted...Ch. 3 - Prob. 3.165PCh. 3 - Prob. 3.166PCh. 3 - Prob. 3.167PCh. 3 - Prob. 3.168PCh. 3 - Prob. 3.173PCh. 3 - Prob. 3.174PCh. 3 - Prob. 3.175PCh. 3 - Prob. 3.176PCh. 3 - Prob. 3.177P
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, mechanical-engineering and related others by exploring similar questions and additional content below.Similar questions
- 2. Find the eigenvalues. Find the corresponding eigenvectors. 6 2 -21 [0 -3 1 3 31 a. 2 5 0 b. 3 0 -6 C. 1 1 0 -2 0 7 L6 6 0 1 1 2. (Hint: λ = = 3)arrow_forwardUSE MATLAB ONLY provide typed code solve for velocity triangle and dont provide copied answer Turbomachienery . GIven: vx = 185 m/s, flow angle = 60 degrees, (leaving a stator in axial flow) R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3 Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram Use this code for plot % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3) S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)]; S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)]; U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)]; S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)]; U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)]; plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',... S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',...... 'LineWidth',2,'MarkerSize',10),...…arrow_forwardUSE MATLAB ONLY provide typed code solve for velocity triangle and dont provide copied answer Turbomachienery . GIven: vx = 185 m/s, flow angle = 60 degrees, R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3 Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram Use this code for plot % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3) S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)]; S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)]; U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)]; S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)]; U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)]; plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',... S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',...... 'LineWidth',2,'MarkerSize',10),... axis([-1 6 -4 4]), ...…arrow_forward
- The answer should equal to 1157. Please sent me the solution. Thank you!arrow_forwardBONUS: If the volume of the 8cm x 6.5cm x 6cm Block of Aluminum was 312cm3 before machining, find how much material was removed when the fixture below was machined. +2 2.00 cm 6.00 cm 2.50 cm 6.50 cm 1.00 cm 2.50 cm 11.00 cm 8.00 cm 30 CP 9411 FL.4) (m² 1157 Area of triangle = 1/2*B*H Area of circle = лR² Circumference of a circle = 2πR 6.00 cm 6.50 cm 1.50 cm Radius 1.50 cm 1.00 cmarrow_forwardConsider a 5m by 5m wet concret patio with an average water film thickness of .2mm. Now wind at 50 km/h is blowing over the surface. If the air is at 1 atm, 15oC and 35 percent relative humidity, determine how long it will take for the patio to completely dry.arrow_forward
- 70. Compute the number of cubic centimeters of iron required for the cast-iron plate shown. The plate is 3.50 centimeters thick. Round the answer to the nearest cubic centimeter. 50.0 cm 40.0 cm Radius 150° 115.0 cm- 81.0 cmarrow_forwardLaw of Sines Solve the following problems using the Law of Sin 7. Find side x. All dimensions are in inches. -°-67°-37° 81° x Sin A 8.820 X 67°00' 32°00' a sin A b C sin B sin Carrow_forward35. a. Determine B. b. Determine side b. c. Determine side c. 5.330 in.- ZB 73°30'arrow_forward
- Consider a 12 cm internal diameter, 14 m long circular duct whose interior surface is wet. The duct is to be dried by forcing dry air at 1 atm and 15 degrees C throught it at an average velocity of 3m/s. The duct passes through a chilled roo, and it remains at an average temp of 15 degrees C at all time. Determine the mass transfer coeeficient in the duct.arrow_forwardnote n=number of link(dont include the ground link (fixed))arrow_forward6.(单选题) The DOF of the following mechanism is E A F=3x4-2x5-0=2 B F=3x3-2x4-0=1 F=3x3-2x3-2=1 D F=3x4-2x5-1=1arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Principles of Heat Transfer (Activate Learning wi...Mechanical EngineeringISBN:9781305387102Author:Kreith, Frank; Manglik, Raj M.Publisher:Cengage Learning

Principles of Heat Transfer (Activate Learning wi...
Mechanical Engineering
ISBN:9781305387102
Author:Kreith, Frank; Manglik, Raj M.
Publisher:Cengage Learning
Understanding Conduction and the Heat Equation; Author: The Efficient Engineer;https://www.youtube.com/watch?v=6jQsLAqrZGQ;License: Standard youtube license