A new pipeline is installed to convey 2500 gal/min. If the pipeline can not exceed 6 ft/1,000ft of head loss what is the minimum standard diameter to convey the flowrate? Size both PVC (C=130) and steel (C=120) pipelines.

Answers

Answer 1
Answer:

Answer:

Minimum standard diameter for the PVC pipe = 14.26 inches

Minimum standard diameter for the steel pipe = 14.70 inches

Explanation:

Head loss = 6/1000...................................................(1)

Head loss = hf/l

Head loss = 10.44Q^(1.85) /C^(1.85) D^(4.8655) ............................(2)

Q = 2500 gal/min

a) Minimum standard diameter for PVC

C for PVC = 130

Equating (1) and (2) and putting C = 130

6/1000 = 10.44* 2500^(1.85) /[130^(1.85) * D^(4.8655) ]\nD^(4.8655)  = 10.44* 2500^(1.85) /[0.006*130^(1.85)]\nD = [10.44* 2500^(1.85) /[0.006*130^(1.85)]]^(1/4.8655) \nD = 14.26 inches

b) Minimum standard diameter for steel

C for steel = 120

Equating (1) and (2) and putting C = 120

6/1000 = 10.44* 2500^(1.85) /[120^(1.85) * D^(4.8655) ]\nD^(4.8655)  = 10.44* 2500^(1.85) /[0.006*120^(1.85)]\nD = [10.44* 2500^(1.85) /[0.006*120^(1.85)]]^(1/4.8655) \nD = 14.70 inches


Related Questions

Which property of real numbers is shown below?3 + ((-5) + 6) = (3 + (-5)) + 6 commutative property of addition identity property of multiplication associative property of addition commutative property of multiplication
Write a Lottery class that simulates a lottery. The class should have an array of five integers named lotteryNumbers. The constructor should use the Random class (from the Java API) to generate a random number in the range of 0 through 9 for each element in the array. The class should also have a method that accepts an array of five integers that represent a person’s lottery picks. The method is to compare the corresponding elements in the two arrays and return the number of digits that match. For example, the following shows the lotteryNumbers array and the user’s array with sample numbers stored in each. There are two matching digits (elements 2 and 4).
Consider a mixture of hydrocarbons that consists of 60 percent (by volume) methane, 30 percent ethane, and 10 percent propane. After passing through a separator, the mole fraction of the propane is reduced to 1 percent. the mixture pressure before and after the separation is 100 kPa. Determine the change in the partial pressures of all the constituents in the mixture.
Water exiting the condenser of a power plant at 45 Centers a cooling tower with a mas flow rate of 15,000 kg/s. A stream of cooled water is returned to the condenser at the same flowrate. Makeup water is added in a separate stream at 20 C. Atmosphericair enters the cooling tower at 30 C, with a wet bulb temperature of 20 C. The volumetric flow rate of moist air into the cooling tower is 8000 m3/s. Moist air exits the tower at 40C and 90% RH. Assume atmospheric pressure is at 101.3 kPa. Determine: a.T
Given asphalt content test data: a. Calculate the overall mean and standard deviation for the entire test period. b. The contract specifications require an average asphalt content of 5.5% +/- 0.5% every day. Plot the daily average asphalt content. Show upper and lower control limits. c. Do all of these samples meet the contract specifications? Explain your answer. d. What trend do you observe based on the data? What could cause this trend?"

One piece of evidence that supports the Theory of Plate Tectonics is the discovery of what in both South America and Africa? The ancient atmosphere in both places was identical. The rates of weathering of rock are similar. Fossil remains of the same land-dwelling animal. Plants on both continents have similar flowers.

Answers

Answer: Fossil remains of the same land-dwelling animal.

Explanation: Fossil remains which were found to belong to same land dwelling animals, in South America and Africa was used as evidence to help support the theory of Tectonics plates, what this theory simply means is that the whole continents of earth were once fused together until a tectonic plate caused it’s division. Since same remains were found in Africa and South America this shows that both continents were once fused together.

Answer:

Fossil remains of the same land-dwelling animal

Explanation:

Fossil remains tell us where the animals once lived and how by the movement of plate spearated their remaind that was burried thousands of years ago.

The following program includes fictional sets of the top 10 male and female baby names for the current year. Write a program that creates: A set all_names that contains all of the top 10 male and all of the top 10 female names. A set neutral_names that contains only names found in both male_names and female_names. A set specific_names that contains only gender specific names. Sample output for all_names: {'Michael', 'Henry', 'Jayden', 'Bailey', 'Lucas', 'Chuck', 'Aiden', 'Khloe', 'Elizabeth', 'Maria', 'Veronica', 'Meghan', 'John', 'Samuel', 'Britney', 'Charlie', 'Kim'}

Answers

The program analyses a set of male and female names and displays, the combined set of names, specific names and neutral names. The program written in python 3 goes thus :

male_names = {'John', 'Bailey', 'Charlie', 'Chuck', 'Michael', 'Samuel', 'Jayden', 'Aiden', 'Henry', 'Lucas'}

#setofmalenames

female_names = {'Elizabeth', 'Meghan', 'Kim', 'khloe','Bailey', 'Jayden' , 'Aiden', 'Britney', 'Veronica', 'Maria'}

#setoffemalenames

neutral_names = male_names.intersection(female_names)

#names common to both males and females

all_names = male_names.union(female_names)

#set of all baby names ; both male and female

specific_names = male_names.symmetric_difference(female_names)

#name in one set and not in the other

print(all_names)

print(' ')

#leavesaspaceinbetweenthelines

print(specific_names)

print(' ')

print(neutral_names)

Asamplerunoftheprogramisattached.

Learn more :brainly.com/question/9908895

Answer:

Please see attachment

Explanation:

Please see attachment

Currently, system administrators create Ken 7 users in each computer where users need access. In the Active Directory, where will system administrators create Ken 7 users? 2. How will the procedures for making changes to the user accounts, such as password changes, be different in the Active Directory? 3. What action should administrators take for the existing workgroup user accounts after converting to the Active Directory? 4. How will the administrators resolve the differences between the user accounts defined on the different computers? In other words, if user accounts have different settings on different computers, how will the Active Directory address that issue? 5. How will the procedure for defining access controls change after converting to the Active Directory?

Answers

1. First, you would need to open Active Directory Users and Computers. You click on the folder in which you want to add an account, and point to new, and then user. You would fill in the new user's information, such as name and initials.

2. In Active Directory, you input the user logon name, click on the UPN suffix in the drop-down list. It will prompt you to input password and confirm it.

3. Administrators would need to create new user accounts for all users, then join these to the AD domain manually.

4. Administrators will have to manually change the permissions and privileges of the users in order to meet the new established requirements.

5. After converting to the Active Directory, access control will be administered at the object level by setting different levels of access.

Under the right conditions, it is possible, due to surface tension,to have metal objects float on water. Consider placing a shortlength of a small diameter steel ( γ = 490 lb/ft3)rod on a surface of water. What is the maximum diameter that therod can have before it will sink? Assume that the surface tensionforces act vertically upward. Note: A standard paper cliphas a diameter of 0.036 in. Partially unfold a paper clip and seeif you can get it to float on water. Do the results of thisexperiment support your analysis?

Answers

Answer:

A) 0.0614 inches

b) The standard steel paper clip should float on water

Explanation:

The maximum diameter that the rod can have before it will sink

we can calculate this using this formula :

D = ((8\alpha )/(\pi y ) )^{(1)/(2) } ----- 1

∝ = value of surface tension of water at 60⁰f  = 5.03×10^−3  lb/ft

y = 490 Ib/ft^3

input the given values into equation 1 above

D = ((8*(5.3*10^(-3)) )/(\pi *490 ) )^{(1)/(2) }

   = 5.11 * 10^-3 ft   convert to inches

   = 5.11 *10^-3 ( 12 in/ 1 ft ) = 0.0614 inches

B) The diameter of a standard paper Cliphas = 0.036 inches

and the diameter of the rod = 0.0614. Hence the standard steel paper clip should float on water

What is the difference between absolute and gage pressure?

Answers

Explanation:

Step1

Absolute pressure is the pressure above zero level of the pressure. Absolute pressure is considering atmospheric pressure in it. Absolute pressure is always positive. There is no negative absolute pressure.

The expression for absolute pressure is given as follows:

P_(ab)=P_(g)+P_(atm)

Here, P_(ab) is absolute pressure, P_(g) is gauge pressure andP_(atm) is atmospheric pressure.

Step2

Gauge pressure is the pressure that measure above atmospheric pressure. It is not considering atmospheric pressure. It can be negative called vacuum or negative gauge pressure. Gauge pressure used to simplify the pressure equation for fluid analysis.  

Every time I take a photo, that photo has to be stored in a file somewhere within "My Files" correct?How would I be able to take that photo out of the file it was stored?

Answers

Cut that photo by

1. Left click your mouse on the photo

2. Click cut

Then enter the file where you want to transfer and press

1. ctrl+v

Answer:

you can go to your file and then select the phpto and hold on a little bit and choose the delete option

Other Questions