/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 12 The pressure drop in a section o... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

The pressure drop in a section of pipe can be calculated as \\[\Delta p=f \frac{L \rho V^{2}}{2 D}\\] where \(\Delta p=\) the pressure drop (Pa), \(f=\) the friction factor, \(L=\) the length of pipe \([\mathrm{m}], \rho=\) density \(\left(\mathrm{kg} / \mathrm{m}^{3}\right), V=\) velocity \((\mathrm{m} / \mathrm{s})\) and \(D=\) diameter (m). For turbulent flow, the Colebrook equation provides a means to calculate the friction factor, \\[\frac{1}{\sqrt{f}}=-2.0 \log \left(\frac{\varepsilon}{3.7 D}+\frac{2.51}{\operatorname{Re} \sqrt{f}}\right)\\] where \(\varepsilon=\) the roughness \((\mathrm{m}),\) and \(\mathrm{Re}=\) the Reynolds number \\[\mathrm{Re}=\frac{\rho V D}{\mu}\\] where \(\mu=\) dynamic viscosity \(\left(\mathrm{N} \cdot \mathrm{s} / \mathrm{m}^{2}\right)\) (a) Determine \(\Delta p\) for a 0.2 -m-long horizontal stretch of smooth drawn tubing given \(\rho=1.23 \mathrm{kg} / \mathrm{m}^{3}, \mu=1.79 \times 10^{-5} \mathrm{N} \cdot \mathrm{s} / \mathrm{m}^{2}\) \(D=0.005 \mathrm{m}, V=40 \mathrm{m} / \mathrm{s},\) and \(\varepsilon=0.0015 \mathrm{mm} .\) Use a numer- ical method to determine the friction factor. Note that smooth pipes with \(\mathrm{Re}<10^{5},\) a good initial guess can be obtained using the Blasitus formula, \(f=0.316 / \mathrm{Re}^{0.25}\) (b) Repeat the computation but for a rougher commercial steel pipe \((\varepsilon=0.045 \mathrm{mm})\)

Short Answer

Expert verified
(a) For the smooth pipe, the Reynolds number (Re) is calculated as \(13,\!442.5\), and using the Blasius formula, the initial guess for the friction factor (f) is \(0.0206\). By solving the Colebrook equation with a numerical method, the friction factor is found to be approximately \(0.0204\). Substituting the values into the pressure drop equation, the resulting pressure drop (\(\Delta p\)) is \(1,\!U010.44\ \mathrm{Pa}\). (b) For the rougher commercial steel pipe, using the same Reynolds number, the initial guess for the friction factor (f) is still \(0.0206\). Updating the roughness value (\(\varepsilon = 0.045\ \mathrm{mm}\)), and solving the Colebrook equation, the resulting friction factor is approximately \(0.0224\). Substituting the values into the pressure drop equation, the resulting pressure drop (\(\Delta p\)) is \(1,\!119.658\ \mathrm{Pa}\).

Step by step solution

01

Calculate the Reynolds number Re

To calculate the Reynolds number, use the formula: \[\mathrm{Re}=\frac{\rho V D}{\mu}\] where \(\rho = 1.23 \ \mathrm{kg / m^3}\), \(V = 40 \ \mathrm{m / s}\), \(D = 0.005\ \mathrm{m}\), and \(\mu = 1.79 \times 10^{-5} \ \mathrm{N \cdot s / m^2}\). Re = \(\frac{(1.23)(40)(0.005)}{1.79\times10^{-5}} \)
02

Estimate the friction factor (f) using the Blasius formula

The Blasius formula gives a good initial guess for the friction factor when the Reynolds number is less than \(10^5\). \(f= \frac{0.316}{\mathrm{Re}^{0.25}}\) Now, calculate f using the Reynolds number calculated in Step 1.
03

Find the friction factor (f) using the Colebrook equation and numerical method

We will use a numerical method, such as the Newton-Raphson method, to iteratively solve for the friction factor (f) using the initial guess obtained from Step 2 and the Colebrook equation. \[ \frac{1}{\sqrt{f}} = -2.0 \log \left(\frac{\varepsilon}{3.7D} + \frac{2.51}{\mathrm{Re} \sqrt{f}}\right) \] Note that \(\varepsilon=0.0015\) mm, which needs to be converted to m for calculations.
04

Calculate the pressure drop \(\Delta p\)

Now that we know the friction factor (f), we can calculate the pressure drop \(\Delta p\) using the formula: \[ \Delta p=f \frac{L \rho V^{2}}{2 D} \] where the length of the pipe L = 0.2 m. ## Problem (b): Determine the pressure drop for the rougher commercial steel pipe ##
05

Calculate the Reynolds number Re

The Reynolds number is the same as in Part (a), as the relevant parameters have not changed.
06

Estimate the friction factor (f) using the Blasius formula

Again, use Blasius formula to estimate the friction factor (f) with the same Reynolds number.
07

Find the friction factor (f) using the Colebrook equation and numerical method

Use the same numerical method for finding the friction factor (f), but update the roughness value. Note that the new roughness value for the commercial steel pipe is \(\varepsilon=0.045\) mm, which needs to be converted to m for calculations.
08

Calculate the pressure drop \(\Delta p\)

Finally, calculate the pressure drop \(\Delta p\) for the rougher commercial pipe using the updated friction factor (f) and same pipe length L = 0.2 m as in the formula: \[ \Delta p=f \frac{L \rho V^{2}}{2 D} \]

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Pressure Drop Calculation
The pressure drop in a pipe is a crucial concept in fluid mechanics, often needed to understand how fluids behave in real-world systems like water pipes and air conditioning. To calculate this drop, we rely on the formula: \[\Delta p = f \frac{L \rho V^2}{2D}\]Each variable in this equation represents:
  • \(\Delta p\): The pressure drop across a section of pipe, measured in Pascals (Pa).
  • \(f\): Friction factor, depicting how rough the pipe's surface is.
  • \(L\): Length of the pipe in meters (m).
  • \(\rho\): Fluid density in kilograms per cubic meter (kg/m³).
  • \(V\): Fluid velocity in meters per second (m/s).
  • \(D\): Pipe diameter in meters (m).
These factors all contribute to the loss of pressure as fluid flows through a pipe. Calculating pressure drop is essential for designing efficient piping systems and ensuring they can handle the demands placed upon them.
Friction Factor Determination
The friction factor \(f\) is critical in determining the pressure drop of a fluid flowing through a pipe. It accounts for the influence of a pipe's surface roughness on the flow. There are several ways to estimate \(f\), often depending on whether the flow is laminar or turbulent.For turbulent flow, a popular initial estimation method is the Blasius formula, expressed as:\[f = \frac{0.316}{\text{Re}^{0.25}}\]This formula is effective for smooth pipes where the Reynolds number \(\text{Re}\) is less than \(10^5\).The friction factor is then refined using the Colebrook equation, integrating surface roughness more precisely.This iterative process helps engineers and students understand how different parameters affect fluid resistance and can optimize designs accordingly.
Colebrook Equation
The Colebrook equation is a key step in accurately determining the friction factor for turbulent flow within pipes. It accounts for both the pipe roughness and the Reynolds number, establishing a more accurate friction factor:\[\frac{1}{\sqrt{f}} = -2.0 \log \left(\frac{\varepsilon}{3.7D} + \frac{2.51}{\text{Re}\sqrt{f}}\right)\]In this equation:
  • \(\varepsilon\): Roughness of the pipe's interior surface, measured in meters.
The Colebrook equation is implicit, meaning \(f\) appears on both sides. Solving it requires numerical methods like Newton-Raphson, as it is not easily solved algebraically. This method provides a better depiction of how real-world conditions influence the flow and is essential for designing efficient piping systems.
Reynolds Number
The Reynolds number (\text{Re}) is a dimensionless quantity crucial in fluid mechanics, describing the flow regime in a piping system. It's calculated as:\[\text{Re} = \frac{\rho V D}{\mu}\]Where:
  • \(\rho\): Fluid density (kg/m³).
  • \(V\): Fluid velocity (m/s).
  • \(D\): Pipe diameter (m).
  • \(\mu\): Dynamic viscosity (Nâ‹…s/m²).
A high Reynolds number indicates turbulent flow, whereas a low number suggests laminar flow. Understanding \(\text{Re}\)is pivotal for engineers to predict how fluids move, helping to design appropriate systems and select suitable methods for friction factor determination.
Numerical Methods in Engineering
In fluid mechanics, many equations cannot be solved directly, like the Colebrook equation, necessitating numerical methods. These methods provide approximate solutions through iterations, allowing us to find answers to complex problems that don't have straightforward formulas. Commonly used numerical methods include:
  • Newton-Raphson Method: An iterative process to find successively better approximations of the roots (solutions).
  • Bisection Method: A simple yet effective method that repeatedly bisects an interval and then selects a subinterval preserving the sign of the function.
These tools are essential in engineering, providing accuracy and reliability in computations, especially in determining values like the friction factor in fluid flow scenarios. Without them, engineers would struggle to predict flow behavior in real-world applications.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Many fields of engineering require accurate population estimates. For example, transportation engineers might find it necessary to determine separately the population growth trends of a city and adjacent suburb. The population of the urban area is declining with time according to \\[P_{u}(t)=P_{u \cdot \max } e^{-k_{n t}}+P_{u, \text { min }}\\] while the suburban population is growing, as in \\[P_{s}(t)=\frac{P_{s, \max }}{1+\left[P_{s, \max } / P_{0}-1\right] e^{-k, 1}}\\] where \(P_{u, \max }, k_{u}, P_{s, \max }, P_{0},\) and \(k_{s}=\) empirically derived parameters. Determine the time and corresponding values of \(P_{u}(t)\) and \(P_{s}(t)\) when the suburbs are \(20 \%\) larger than the city. The parameter values are \(P_{u, \text { max }}=75,000, k_{n}=0.045 / y \mathrm{r}, \quad P_{u, \text { min }}=100,000\) people, \(P_{x, \text { nux }}=300,000\) people, \(P_{0}=10,000\) people, \(k_{x}=\) \(0.08 / y r .\) To obtain your solutions, use (a) graphical, (b) falseposition. and (c) modified secant methods.

Figure \(P 8.43\) shows three reservoirs connected by circular pipes. The pipes, which are made of asphalt-dipped cast iron \((\varepsilon=0.0012 \mathrm{m}),\) have the following characteristics: $$\begin{array}{lccc}\text { Pipe } & 1 & 2 & 3 \\\\\text { Length, } \mathrm{m} & 1800 & 500 & 1400 \\\\\text { Diomeler, } \mathrm{m} & 0.4 & 0.25 & 0.2 \\\\\text { Flow, } \mathrm{m}^{3} / \mathrm{s} & 2 & 0.1 & ? \\\\\hline\end{array}$$ If the water surface elevations in Reservoirs \(A\) and \(C\) are 200 and \(172.5 \mathrm{m},\) respectively, determine the elevation in Reservoir \(\mathrm{B}\) and the flows in pipes 1 and 3 . Note that the kinematic viscosity of water is \(1 \times 10^{-6} \mathrm{m}^{2} / \mathrm{s}\) and use the Colebrook equation to determine the friction factor (recall Prob. 8.12 ).

In Sec. \(8.4,\) the phase angle \(\phi\) between the forced vibration caused by the rough road and the motion of the car is given by \\[\tan \phi=\frac{2\left(c / c_{c}\right)(\omega / p)}{1-(\omega / p)^{2}}\\] As a mechanical engineer, you would like to know if there are cases where \(\phi=\omega / 3-1 .\) Use the other parameters from the section to set up the equation as a roots problem and solve for \(\omega\).

The upward velocity of a rocket can be computed by the following formula: \\[v=u \ln \frac{m_{0}}{m_{0}-q t}-g t\\] where \(v=\) upward velocity, \(u=\) the velocity at which fuel is expelled relative to the rocket, \(m_{0}=\) the initial mass of the rocket at time \(t=0, q=\) the fuel consumption rate, and \(g=\) the downward acceleration of gravity (assumed constant \(=9.81 \mathrm{m} / \mathrm{s}^{2}\) ). If \(u=2000 \mathrm{m} / \mathrm{s}, m_{0}=150,000 \mathrm{kg},\) and \(q=2700 \mathrm{kg} / \mathrm{s},\) compute the time at which \(=750 \mathrm{m} / \mathrm{s}\). (Hint: \(t\) is somewhere between 10 and 50 s.) Determine your result so that it is within \(1 \%\) of the true value. Check your answer.

The volume \(V\) of liquid in a hollow horizontal cylinder of radius \(r\) and length \(L\) is related to the depth of the liquid \(h\) by \\[V=\left[r^{2} \cos ^{-1}\left(\frac{r-h}{r}\right)-(r-h) \sqrt{2 r h-h^{2}}\right] L\\] Determine \(h\) given \(r=2 \mathrm{m}, L=5 \mathrm{m},\) and \(V=8.5 \mathrm{m}^{3}\). Note that if you are using a programming language or software tool that is not rich in trigonometric functions, the arc cosine can be computed with \\[\cos ^{-1} x=\frac{\pi}{2}-\tan ^{-1}\left(\frac{x}{\sqrt{1-x^{2}}}\right)\\]

See all solutions

Recommended explanations on Physics Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.