
Applied Fluid Mechanics (7th Edition)
7th Edition
ISBN: 9780132558921
Author: Robert L. Mott, Joseph A. Untener
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 15, Problem 12RQ
Describe an orifice meter and how it is used.
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
Sketch h, for Problem 13.64
13
13.65 In Sketch i the tension on the slack side of the left pulley
is 20% of that on the tight side. The shaft rotates at 1000
rpm. Select a pair of deep-groove roller bearings to sup-
port the shaft for 99% reliability and a life of 20,000 hr.
Assume Eq. (13.83) can be used to account for lubricant
cleanliness. All length dimensions are in millimeters.
b
Z
02
0
y
200
500.
187
100
30°
B
TONE 500 diam
800 N
650 diam
100 N
Sketch i, for Problem 13.65
வ
Problem 2: Consider the rectangular wood beam below. Use E=1.0.
1. Determine the slope at A.
2. Determine the largest deflection between A and B.
Use the elastic curve equation. Show all work. (20%)
3 kN/m
A
2.4 m -
50 mm
AT
150 mm
0000
- B
C
1.2 m→
Please give a clear solution.
Chapter 15 Solutions
Applied Fluid Mechanics (7th Edition)
Ch. 15 - List six factors that affect the selection and use...Ch. 15 - Define range as it relates to flowmeters.Ch. 15 - Describe three methods for calibrating flowmeters.Ch. 15 - Prob. 4RQCh. 15 - Prob. 5RQCh. 15 - Prob. 6RQCh. 15 - Prob. 7RQCh. 15 - What is the nominal included angle of the...Ch. 15 - Why is there such a difference between the angles...Ch. 15 - Prob. 10RQ
Ch. 15 - Prob. 11RQCh. 15 - Describe an orifice meter and how it is used.Ch. 15 - Describe a flow tube and how it is used.Ch. 15 - Of the venturi, the flow nozzle, the flow tube,...Ch. 15 - Describe pressure loss as it relates to flowmetersCh. 15 - Rank the venturi, the flow nozzle, the orifice,...Ch. 15 - Prob. 17RQCh. 15 - Prob. 18RQCh. 15 - Prob. 19RQCh. 15 - Describe a magnetic flowmeter and how it is usedCh. 15 - Describe how mass flow irate can be measuredCh. 15 - Describe a pitot tube and how it is used.Ch. 15 - Prob. 23RQCh. 15 - Prob. 24RQCh. 15 - Prob. 25RQCh. 15 - Prob. 26RQCh. 15 - Describe the method used to measure the average...Ch. 15 - Prob. 28RQCh. 15 - Describe a hot-wire anemometer and how it is usedCh. 15 - Prob. 30RQCh. 15 - A venturi meter similar to the one in Fig. 15.2has...Ch. 15 - Air with a specific weight of 12.7N/m3 and a...Ch. 15 - Prob. 15.3PPCh. 15 - Prob. 15.4PPCh. 15 - Prob. 15.5PPCh. 15 - Prob. 15.6PPCh. 15 - Prob. 15.7PPCh. 15 - An orifice meter is to be used to measure the flow...Ch. 15 - A flow nozzle is to be installed in a 5-in Type K...Ch. 15 - An orifice meter is to be installed in a 12-in...Ch. 15 - A pitot-static tube is inserted into a pipe...Ch. 15 - A pitot-static tube is connected to a differential...Ch. 15 - A pitot-static tube is inserted in a pipe carrying...Ch. 15 - A pitot-static tube is inserted into a duct...Ch. 15 - A pitot-static tube is inserted into a duct...
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
- USE MATLAB ONLY 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]), ... title('Velocity Triangle'), ... xlabel('x'),ylarrow_forwardThe wall of a furnace has a thickness of 5 cm and thermal conductivity of 0.7 W/m-°C. The inside surface is heated by convection with a hot gas at 402°C and a heat transfer coefficient of 37 W/m²-°C. The outside surface has an emissivity of 0.8 and is exposed to air at 27°C with a heat transfer coefficient of 20 W/m²-ºC. Assume that the furnace is inside a large room with walls, floor and ceiling at 27°C. Show the thermal circuit and determine the heat flux through the furnace wall. h₁ T₁ k -L T. sur ho Earrow_forwardTurbomachienery . 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]), ... title('Velocity Triangle'), ... xlabel('x'),ylabel('y'), gridarrow_forward
- To save fuel during the heating season it is suggested that glass windows be covered at night with a 1.2 cm layer of polystyrene. Estimate the percent savings in energy and discuss the feasibility of this idea. Show the thermal circuit with and without the insulation panel. Consider a typical case of 0.2 cm thick window glass with inside and outside heat transfer coefficients of 6 and 32 W/m²-ºC. Lg←←Lp h T₁ T。 g kp insulation panelarrow_forwardA plate of thickness L and thermal conductivity k is exposed to a fluid at temperature T1 with a heat transfer coefficient h, on one side and T2 and h₂ on the other side. Determine the one-dimensional temperature distribution in the plate. Assume steady state and constant conductivity. L h h T%2 k Tx1 0xarrow_forwardDetermine the heater capacity needed to maintain the inside temperature of a laboratory chamber at 38°C when placed in a room at 21°C. The chamber is cubical with each side measuring 35 cm. The walls are 1.2 cm thick and are made of polystyrene. The inside and outside heat transfer coefficients are 5 and 22 W/m²-°C.arrow_forward
- (a) Refer to the above figure .What kind of controller is it ? (b) simplify the block diagramto derive the closed loop transfer function of the system. (C) What are the assumptions thatare needed to make to findthe controller gain ? What arethe value of Kp , Ti and Td ?arrow_forwardLonsider a regenerative gas turbine power plant with two stages of compression and two stages of expansion. The compressor pressure ratio of the compressor is 3. Air enters each stage of compressor at 290 K and esch stage of turbine at 1400 K. The regetierator has an effectiveness of 100%, Determine (a) The enthalpy at stage#2 in KJ/kg (b) The enthalpy at stage in KJ/kg" (c) The cathalpy at stager in KJ/kg* (d) The enthalpy at stage#10 in KJ/kg (c) The mass flow rate of air needed to develop a net power output of 50 MW *For all final answers please enter the integer part only, (ie 1234) and do not include the decimal part and the decimal point No rounding in your calculationarrow_forwardConsider a regenerative gas turbine power plant with two stages of compression and two stages of expansion. The compressor pressure ratio of the compressor is 3. Air enters each stage of compressor at 290 K and each stage of turbine at 1400 K. The regenerator has an effectiveness of 100%. Determine (a) The enthalpy at stage#2 in KJ/kg⭑ (b) The enthalpy at stage#6 in KJ/kg* (c) The enthalpy at stage#9 in KJ/kg (d) The enthalpy at stage#10 in KJ/kg (e)The mass flow rate of air needed to develop a net power output of 50 MW* *For all final answers please enter the integer part only, (ie 1234) and do not include the decimal part and the decimal point No rounding in your calculation. Compressor stage 1 Regenerator www HX ww 9 Combustor Reheat Intercooler ww Compressor stage 2 Turbine 1 combustor Turbine 2arrow_forward
- Design a proportional derivitivecontroller for a plant orsystemthat satisfies the following specifications : 1. is steady-state error is less than 2 % for a ramp input. 2.) Damping ratio (zeta) is greater than 0.7have determined the 3. Once youvalue of kp and kd, then plotthe response of the compensated(with controller) and uncompensated( without the controller, only the plantsystem using MATLAB.arrow_forwardExample 2 The particle has a mass of 0.5 kg and is confined to move along the smooth horizontal slot due to the rotation of the arm OA. Determine the force of the rod on the particle and the normal force of the slot on the particle when 0 = 30°. The rod is rotating with a constant angular velocity 2 rad/s. Assume the particle contacts only one side of the slot at any instant. B =2 rad/s 0.5 m 0.5(9.81)N r F 30° Narrow_forwardA gas turbine cycle has two stages of compression, with an intercooler between the stages. Air enters the first stage at 100 kPa, 300 K. The pressure efficiency of 82%. Air exits the intercooler at 330 K. Calculate the temperature at the exit of each compressor stage and the total specific work required.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Welding: Principles and Applications (MindTap Cou...Mechanical EngineeringISBN:9781305494695Author:Larry JeffusPublisher:Cengage LearningRefrigeration and Air Conditioning Technology (Mi...Mechanical EngineeringISBN:9781305578296Author:John Tomczyk, Eugene Silberstein, Bill Whitman, Bill JohnsonPublisher:Cengage LearningAutomotive Technology: A Systems Approach (MindTa...Mechanical EngineeringISBN:9781133612315Author:Jack Erjavec, Rob ThompsonPublisher:Cengage Learning

Welding: Principles and Applications (MindTap Cou...
Mechanical Engineering
ISBN:9781305494695
Author:Larry Jeffus
Publisher:Cengage Learning

Refrigeration and Air Conditioning Technology (Mi...
Mechanical Engineering
ISBN:9781305578296
Author:John Tomczyk, Eugene Silberstein, Bill Whitman, Bill Johnson
Publisher:Cengage Learning

Automotive Technology: A Systems Approach (MindTa...
Mechanical Engineering
ISBN:9781133612315
Author:Jack Erjavec, Rob Thompson
Publisher:Cengage Learning
8.01x - Lect 27 - Fluid Mechanics, Hydrostatics, Pascal's Principle, Atmosph. Pressure; Author: Lectures by Walter Lewin. They will make you ♥ Physics.;https://www.youtube.com/watch?v=O_HQklhIlwQ;License: Standard YouTube License, CC-BY
Dynamics of Fluid Flow - Introduction; Author: Tutorials Point (India) Ltd.;https://www.youtube.com/watch?v=djx9jlkYAt4;License: Standard Youtube License