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
Nady [450]
3 years ago
7

One kilogram of water fills a 150-L rigid container at an initial pressure of 2 MPa. The container is then cooled to 40∘C. Deter

mine the initial temperature and the final pressure of the water.
Engineering
1 answer:
lukranit [14]3 years ago
7 0

The pressure of water is 7.3851 kPa

<u>Explanation:</u>

Given data,

V = 150×10^{-3} m^{3}

m = 1 Kg

P_{1} = 2 MPa

T_{2}  = 40°C

The waters specific volume is calculated:

v_{1} = V/m

Here, the waters specific volume at initial condition is v_{1}, the containers volume is V, waters mass is m.

v_{1} = 150×10^{-3} m^{3}/1

v_{1} = 0.15 m^{3}/ Kg

The temperature from super heated water tables used in interpolation method between the lower and upper limit for the specific volume corresponds 0.15 m^{3}/ Kg and 0.13 m^{3}/ Kg.

T_{1}= 350+(400-350) \frac{0.15-0.13}{0.1522-0.1386}

T_{1} = 395.17°C

Hence, the initial temperature is 395.17°C.

The volume is constant in the rigid container.

v_{2} = v_{1}= 0.15 m^{3}/ Kg

In saturated water labels for T_{2}  = 40°C.

v_{f} = 0.001008 m^{3}/ Kg

v_{g} = 19.515 m^{3}/ Kg

The final state is two phase region v_{f} < v_{2} < v_{g}.

In saturated water labels for T_{2}  = 40°C.

P_{2} = P_{Sat} = 7.3851 kPa

P_{2} = 7.3851 kPa

You might be interested in
Hi, everyone I'm a high school student in Texas. My engineering teacher is asking us to find an active engineer to complete a li
jenyasd209 [6]

Answer:ill look it up

Explanation:

6 0
2 years ago
Explain why surface temperature increases when two bodies are rubbed against each other. What is the significance of temperature
Ronch [10]

Answer:

The surface temperature increases when two bodies are rubbed against each other due to friction.

Explanation:

No object has a perfectly even surface. So, when two bodies with uneven surfaces are rubbed against each other, they experience friction.

Friction is a resistance experienced by the two bodies when they are moved against each other.

The friction between the two surfaces, converts the kinetic energy of the movement to the thermal energy.

Thus, resulting in rise in the surface temperature of the two bodies.

Therefore, when two bodies are rubbed against each other, the surface temperature increases due to friction.

7 0
3 years ago
In , the industries with the most complaints to the Better Business Bureau were banks, cable and satellite television companies,
navik [9.2K]

Answer:

Answer for the question:

In , the industries with the most complaints to the Better Business Bureau were banks, cable and satellite television companies, collection agencies, cellular phone providers, and new car dealerships (USA Today, April 16, 2012). The results for a sample of complaints are contained in the DATAfile named BBB. Click on the datafile logo to reference the data."

is explained in the attachment.

Explanation:

Download pdf
6 0
3 years ago
A four-cylinder, four-stroke internal combustion engine operates at 2800 RPM. The processes within each cylinder are modeled as
Ulleksa [173]

Answer:

1) 287760.4 Hp

2) 18410899.5 kPa

Explanation:

The parameters given are;

p₁ = 14.7 lbf/in² = 101325.9 Pa

v₁ = 0.0196 ft³ = 0.00055501 m³

T₁ = 80°F = 299.8167 K

k = 1.4

Assumptions;

1) Air standard conditions are appropriate

2) There are negligible potential and kinetic energy changes

3) The air behaves as an ideal gas and has constant specific heat capacities of temperature and pressure

1) Process 1 to 2

Isentropic compression

T₂/T₁ = (v₁/v₂)^(1.4 - 1) = 10^0.4

p₂/p₁ = (v₁/v₂)^(1.4)

p₂ = p₁×10^0.4 =  101325.9*10^0.4 = 254519.153 Pa

T₂ = 299.8167*10^0.4 = 753.106 K

p₃ = 1080 lbf/in² = 7,446,338 Pa

Stage 2 to 3 is a constant volume process

p₃/T₃ = p₂/T₂

7,446,338/T₃ =   254519.153/753.106

T₃ = 7,446,338/(254519.153/753.106) = 22033.24 K

T₃/T₄ = (v₁/v₂)^(1.4 - 1) = 10^0.4

T₄ = 22033.24/(10^0.4) = 8771.59 K

The heat supplied, Q₁ = cv(T₃ - T₂) = 0.718*(22033.24 -753.106) = 15279.14 kJ

The heat rejected = cv(T₄ - T₁) = 0.718*(8771.59 - 299.8167) = 6082.73 kJ

W(net) = The heat supplied - The heat rejected = (15279.14 - 6082.73) = 9196.41 kJ

The power = W(net) × RPM/2*1/60 = 9196.41 * 2800/2*1/60 = 214582.9 kW

The power by the engine = 214582.9 kW = 287760.4 Hp

2) The mean effective pressure, MEP  = W(net)/(v₁ - v₂)

v₁ = 0.00055501 m³

v₁/v₂ = 10

v₂ = v₁/10 = 0.00055501/10 = 0.000055501

MEP  = 9196.41/(0.00055501 -  0.000055501) = 18410899.5 kPa

4 0
3 years ago
python Given num_rows and num_cols, print a list of all seats in a theater. Rows are numbered, columns lettered, as in 1A or 3E.
MissTica

Explanation:

First of all get the input from the user, number of rows and number of columns where rows represents seat digit number and column represents the seat letter

rows is initialized to 1 to ensure that row starts at 1 or you can remove it then seat number will start from 0.

The first loop is used for digits starting from 1 to number of rows

The second loop is used for letters starting from 1 to number of columns

since rows and cols are not of the same type that's why we are converting the int type to string type

print(str(rows)+cols) counter will keep updating the columns A, B, C.....

rows= rows + 1 counter will keep updating the rows 1, 2, 3....

Code:

Please refer to the attached image.

Output:

Please enter the number of rows: 2

Please enter the number of columns: 3

1A

1B

1C

2A

2B

2C

3 0
3 years ago
Other questions:
  • g In the above water treatment facility, chemical concentration (mg/gal) within the tank can be considered uniform. The initial
    8·1 answer
  • Two points along a wire are labeled Xand Y. The current is measured to be iXY= –3A.The reference direction of iXY is defined by
    11·1 answer
  • Describe three parts of a fluid power system and the roles played by each to make the device work.
    8·1 answer
  • A civil engineer is analyzing the compressive strength of concrete. The compressive strength is approximately normal distributed
    7·1 answer
  • Trapezoidal screw press project
    6·1 answer
  • Yeah this question might be difficult as most of the brainly community is math. Hope I can find at last one robotics person. ;-;
    13·2 answers
  • Hello it's my new id<br>I am numu ​
    15·1 answer
  • The use of seatbelts in a car has significantly reduced the number of crash fatalities. Which statement best explains how societ
    11·1 answer
  • Help please!!!!!
    12·1 answer
  • All people<br><br><br>id 5603642259 pd 123456<br>on z o o m​
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!