1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
frosja888 [35]
3 years ago
7

Water at 15°C is to be discharged from a reservoir at a rate of 18 L/s using two horizontal cast iron pipes connected in series

and a pump between them. The first pipe is 20 m long and has a 6-cm diameter, while the second pipe is 36 m long and has a 3-cm diameter. The water level in the reservoir is 30 m above the centerline of the pipe. The pipe entrance is sharp-edged, and losses associated with the connection of the pump are negligible. Neglecting the effect of the kinetic energy correction factor, determine the required pumping head and the minimum pumping power to maintain the indicated flow rate. The density and dynamic viscosity of water at 15°C are rho = 999.1 kg/m3 and μ = 1.138 × 10–3 kg/m·s. The loss coefficient is KL = 0.5 for a sharp-edged entrance. The roughness of cast iron pipes is ε = 0.00026 m.
Engineering
1 answer:
love history [14]3 years ago
8 0

Answer:

The required pumping head is 1344.55 m and the pumping power is 236.96 kW

Explanation:

The energy equation is equal to:

\frac{P_{1} }{\gamma } +\frac{V_{1}^{2}  }{2g} +z_{1} =\frac{P_{2} }{\gamma } +\frac{V_{2}^{2}  }{2g} +z_{2}+h_{i} -h_{pump} , if V_{1} =0,z_{2} =0\\h_{pump} =\frac{V_{2}^{2}}{2} +h_{i}-z_{1}

For the pipe 1, the flow velocity is:

V_{1} =\frac{Q}{\frac{\pi D^{2} }{4} }

Q = 18 L/s = 0.018 m³/s

D = 6 cm = 0.06 m

V_{1} =\frac{0.018}{\frac{\pi *0.06^{2} }{4} } =6.366m/s

The Reynold´s number is:

Re=\frac{\rho *V*D}{u} =\frac{999.1*6.366*0.06}{1.138x10^{-3} } =335339.4

\frac{\epsilon }{D} =\frac{0.00026}{0.06} =0.0043

Using the graph of Moody, I will select the f value at 0.0043 and 335339.4, as 0.02941

The head of pipe 1 is:

h_{1} =\frac{V_{1}^{2}  }{2g} (k_{L}+\frac{fL}{D}  )=\frac{6.366^{2} }{2*9.8} *(0.5+\frac{0.0294*20}{0.06} )=21.3m

For the pipe 2, the flow velocity is:

V_{2} =\frac{0.018}{\frac{\pi *0.03^{2} }{4} } =25.46m/s

The Reynold´s number is:

Re=\frac{\rho *V*D}{u} =\frac{999.1*25.46*0.03}{1.138x10^{-3} } =670573.4

\frac{\epsilon }{D} =\frac{0.00026}{0.03} =0.0087

The head of pipe 1 is:

h_{2} =\frac{V_{2}^{2}  }{2g} (k_{L}+\frac{fL}{D}  )=\frac{25.46^{2} }{2*9.8} *(0.5+\frac{0.033*36}{0.03} )=1326.18m

The total head is:

hi = 1326.18 + 21.3 = 1347.48 m

The required pump head is:

h_{pump} =\frac{25.46^{2} }{2*9.8} +1347.48-36=1344.55m

The required pumping power is:

P=Q\rho *g*h_{pump}  =0.018*999.1*9.8*1344.55=236965.16W=236.96kW

You might be interested in
JAVA HADOOP MAPREDUCE
taurus [48]

Answer:

Explanation:

package PackageDemo;

import java.io.IOException;

import org.apache.hadoop.conf.Configuration;

import org.apache.hadoop.fs.Path;

import org.apache.hadoop.io.IntWritable;

import org.apache.hadoop.io.LongWritable;

import org.apache.hadoop.io.Text;

import org.apache.hadoop.mapreduce.Job;

import org.apache.hadoop.mapreduce.Mapper;

import org.apache.hadoop.mapreduce.Reducer;

import org.apache.hadoop.mapreduce.lib.input.FileInputFormat;

import org.apache.hadoop.mapreduce.lib.output.FileOutputFormat;

import org.apache.hadoop.util.GenericOptionsParser;

public class WordCount {

public static void main(String [] args) throws Exception

{

Configuration c=new Configuration();

String[] files=new GenericOptionsParser(c,args).getRemainingArgs();

Path input=new Path(files[0]);

Path output=new Path(files[1]);

Job j=new Job(c,"wordcount");

j.setJarByClass(WordCount.class);

j.setMapperClass(MapForWordCount.class);

j.setReducerClass(ReduceForWordCount.class);

j.setOutputKeyClass(Text.class);

j.setOutputValueClass(IntWritable.class);

FileInputFormat.addInputPath(j, input);

FileOutputFormat.setOutputPath(j, output);

System.exit(j.waitForCompletion(true)?0:1);

}

public static class MapForWordCount extends Mapper<LongWritable, Text, Text, IntWritable>{

public void map(LongWritable key, Text value, Context con) throws IOException, InterruptedException

{

String line = value.toString();

String[] words=line.split(",");

for(String word: words )

{

Text outputKey = new Text(word.toUpperCase().trim());

IntWritable outputValue = new IntWritable(1);

con.write(outputKey, outputValue);

}

}

}

public static class ReduceForWordCount extends Reducer<Text, IntWritable, Text, IntWritable>

{

public void reduce(Text word, Iterable<IntWritable> values, Context con) throws IOException, InterruptedException

{

int sum = 0;

for(IntWritable value : values)

{

sum += value.get();

}

con.write(word, new IntWritable(sum));

}

}

}

3 0
3 years ago
25 In differential aeration corrosion, rich oxygenated parts are
sleet_krkn [62]

Answer:what are you trying to say

Explanation:

6 0
3 years ago
The function below takes a single parameter, a list of numbers called number_list. Complete the function to return a string of t
makkiz [27]

Answer:

The solution code is written in Python:

  1. def convertCSV(number_list):
  2.    str_list = []
  3.    for num in number_list:
  4.        str_list.append(str(num))
  5.    
  6.    return ",".join(str_list)
  7. result = convertCSV([22,33,44])
  8. print(result)

Explanation:

Firstly, create a function "convertCSV" with one parameter "number_list". (Line 1)

Next, create an empty list and assign it to a new variable <em>str_list</em>. (Line 2)

Use for-loop to iterate through all the number in the <em>number_list</em>.(Line 4). Within the loop, each number is converted to a string using the Python built-in function <em>str() </em>and then use the list append method to add the string version of the number to <em>str_list</em>.

Use Python string<em> join() </em>method to join all the elements in the str_list as a single string. The "," is used as a separator between the elements (Line 7) . At the end return the string as an output.

We can test the function by calling the function and passing [22,33,34] as an argument and we shall see "22,33,44" is printed as an output. (Line 9 - 10)

6 0
3 years ago
Differentiate between "Threshold and Resolution" with suitable examples.
9966 [12]

Answer:

to make the bace of a building more sturdy

Explanation:

example: the bace of the empire state building is stone very sturdy

6 0
3 years ago
Teresa is emotionally volatile, particularly with friends and boyfriends. She is extremely dramatic about even the smallest disa
Ilia_Sergeevich [38]

Answer: Borderline personality Disorder.

Explanation: This is a type of mental disorder which could affects mood, behavior and relationships.

Its symptoms includes unstable emotions, sense of insecurity, worthlessness, and impulsivity.

This condition can not be cured, but treatments such as therapies, medication (in some cases) could help.

4 0
3 years ago
Other questions:
  • A piston-cylinder device contains an ideal gas mixture of 3 kmol of He gas and 7 kmol of Ar gas (both gases are monatomic) at 27
    15·2 answers
  • Tech A says that a gear set that has a drive gear with 9 teeth and a driven gear with 27 teeth has a gear ratio of 3:1. Tech B s
    7·1 answer
  • Assuming the torsional yield strength of a compression spring is 0.43Sut and the maximum shear stress is equal to 434MPa. What i
    9·1 answer
  • What engine does the mercedes 500e have​
    5·1 answer
  • How do i open a door<br> please i've been trapped in this room for ages
    9·1 answer
  • Which is the correct definition of schematic? a type of computer program that project managers use to track engineers on a proje
    13·1 answer
  • Diffrerentiate y=cos^{4} (3x+1)
    5·1 answer
  • . H<br> Kijwhayhwbbwyhwbwbwgwwgbwbwhwh
    6·2 answers
  • Why is it important to follow the engineering design process before building a prototype
    13·1 answer
  • Select three types of lines that engineers use to help represent the shape of a design in a sketch.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!