Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

python programming question. The pressure drop for 2 The pressure drop for fluid of density flowing with speed v through a diameter D pipe of

python programming question. The pressure drop for

image text in transcribed

2 The pressure drop for fluid of density flowing with speed v through a diameter D pipe of length L is where the friction factor fis a measure of the resistance to flow, which depends on the fluid viscosity H. The friction factor can be approximated by the equation f- about which one fluid mechanics textbook writes: A difficulty with its use is that it is implicit in the dependence of f. That is for given conditions, it is not possible to solve for fwithout some sort of iterative scheme. With the use of modern computers and calculators, such calculations are not difficult Write a while loop which continually recalculates f from a 0.01 starting value. The loop should continue until subsequent recalculations for fdo not change significantly. Use this code to plot the pressure drop for speeds ranging between 50 and 100 m/s using the values in Table 1. Be certain to appropriately label the axes with correct units. Table 1: Constants for calculating pressure drop for liquid water flowing through a pipe. Fluid (water) k diety 5 cm 884.1 kg/m0.486 N-s/m 2 The pressure drop for fluid of density flowing with speed v through a diameter D pipe of length L is where the friction factor fis a measure of the resistance to flow, which depends on the fluid viscosity H. The friction factor can be approximated by the equation f- about which one fluid mechanics textbook writes: A difficulty with its use is that it is implicit in the dependence of f. That is for given conditions, it is not possible to solve for fwithout some sort of iterative scheme. With the use of modern computers and calculators, such calculations are not difficult Write a while loop which continually recalculates f from a 0.01 starting value. The loop should continue until subsequent recalculations for fdo not change significantly. Use this code to plot the pressure drop for speeds ranging between 50 and 100 m/s using the values in Table 1. Be certain to appropriately label the axes with correct units. Table 1: Constants for calculating pressure drop for liquid water flowing through a pipe. Fluid (water) k diety 5 cm 884.1 kg/m0.486 N-s/m

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 Security

Authors: Alfred Basta, Melissa Zgola

1st Edition

1435453905, 978-1435453906

More Books

Students also viewed these Databases questions

Question

Does SDT apply more to certain workers than to others?

Answered: 1 week ago

Question

Describe Balor method and give the chemical reaction.

Answered: 1 week ago

Question

How to prepare washing soda from common salt?

Answered: 1 week ago

Question

What are Decision Trees?

Answered: 1 week ago

Question

What is meant by the Term Glass Ceiling?

Answered: 1 week ago