Question: 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

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
Get step-by-step solutions from verified subject matter experts
