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
Anon25 [30]
3 years ago
5

Steam at 4 MPa, 400°C enters a steady-flow, adiabatic turbine through a 20 cm-diameter-pipe with a velocity of 20 m/s. It leaves

this turbine at 50 kPa with a quality of 80% through a 1 m-diameter pipe. What is the velocity of the steam as it leaves the turbine? (a) 10.3 m/s (b) 28.2 m/s (c) 32.6 m/s (d) 73.3 m/s
Engineering
1 answer:
Furkat [3]3 years ago
3 0

Answer:

28,8 m/s

Explanation:

In a steady flow system we can say that m1=m2 which means that the mass flow in the entrance in the same in the outlet.  m is flow (kg/s)

we know that m=\frac{1}{v} A*V where V (m/s) is velocity, A (m^2) ia area and v is specific volume (m^3/kg)

Since m1=m2 we can say

\frac{1}{v_{1} } A_{1} *V_{1}=\frac{1}{v_{2}} A_{2} *V_{2}

clearing the equation

V_{2}= \frac{v_{2} }{v_{1}}*\frac{A_{1} }{A_{2}} *V_{1}

we can specific volume (m^3/kg) from thermodynamic tables

for the entrance is 400°C and 4 MPa is superheated steam and v is : 0,7343 m^3/kg

In the outlet we have saturated vapor with quality (x) of 80%. In this case we get the specific saturated volume for the liquid (vf) and the specific volume for the saturated  (vg) gas from the thermodynamic tables. we use the next equation to get  (v) for the condition of interest, in this case 80% quality.

v= vf +x*(vg - vf)

where:

x: quality

vf = liquid-saturated-specific-volume

vg =steam-saturated-specific-volume.

for this problem

x = 0,8

vf = 0,00102991

vg = 3,24015

so

we get = 2,593 m^3/kg

The area is the one for a circle

\pi *r^{2}

r1 = 0,1 m^2 for area 1

r2=0,5 m^2 for area 2

A1 = 0,0314 m^2

A2 = 0,7853 m^2

we know that  V1 is 20 m/s

replacing these values in the equation

V_{2}= \frac{v_{2} }{v_{1}}*\frac{A_{1} }{A_{2}} *V_{1}

we get V2 = 28,2 m/s.

You might be interested in
A civil engineer is studying a left-turn lane that is long enough to hold seven cars. Let X be the number of cars in the line at
BartSMP [9]

Answer:

a) C= 1/120

b) P(X>=5) = 0.333

Explanation:

The attached file contains the explanation for the answers

7 0
3 years ago
Read 2 more answers
If the specific surface energy for aluminum oxide is 0.90 J/m2 and its modulus of elasticity is (393 GPa), compute the critical
vampirchik [111]

Answer:

critical stress required for the propagation is 27.396615 ×10^{6} N/m²

Explanation:

given data

specific surface energy = 0.90 J/m²

modulus of elasticity E = 393 GPa = 393 ×10^{9} N/m²

internal crack length = 0.6 mm

to find out

critical stress required for the propagation

solution

we will apply here critical stress formula for propagation of internal crack

( σc ) = \sqrt{\frac{2E\gamma s}{\pi a}}    .....................1

here E is modulus of elasticity and γs is specific surface energy and a is half length of crack i.e 0.3 mm  = 0.3 ×10^{-3} m

so now put value in equation 1 we get

( σc ) = \sqrt{\frac{2E\gamma s}{\pi a}}

( σc ) = \sqrt{\frac{2*393*10^9*0.90}{\pi 0.3*10^{-3}}}

( σc ) = 27.396615 ×10^{6} N/m²

so critical stress required for the propagation is 27.396615 ×10^{6} N/m²

6 0
3 years ago
Initialize the tuple team_names with the strings 'Rockets', 'Raptors', 'Warriors', and 'Celtics' (The top-4 2018 NBA teams at th
Drupady [299]

Answer:

#Initialise a tuple

team_names = ('Rockets','Raptors','Warriors','Celtics')

print(team_names[0])

print(team_names[1])

print(team_names[2])

print(team_names[3])

Explanation:

The Python code illustrates or printed out the tuple team names at the end of a season.

The code displayed is a function that will display these teams as an output from the program.

4 0
3 years ago
Write a iterative function that finds the n-th integer of the Fibonacci sequence. Then build a minimal program (main function) t
Natasha2012 [34]

Answer:

Codes for each of the problems are explained below

Explanation:

PROBLEM 1 IN C++:

#include<iostream>

using namespace std;

//fib function that calculate nth integer of the fibonacci sequence.

void fib(int n){

  // l and r inital fibonacci values for n=1 and n=2;

  int l=1,r=1,c;

 

  //if n==1 or n==2 then print 1.

  if(n==1 || n==2){

      cout << 1;

      return;

  }

  //for loop runs n-2 times and calculates nth integer of fibonacci sequence.

  for(int i=0;i<n-2;i++){

      c=l+r;

      l=r;

      r=c;

      cout << "(" << i << "," << c << ") ";

  }

  //prints nth integer of the fibonacci sequence stored in c.

  cout << "\n" << c;

}

int main(){

  int n; //declared variable n

  cin >> n; //inputs n to find nth integer of the fibonacci sequence.

  fib(n);//calls function fib to calculate and print fibonacci number.

}

PROBLEM 2 IN PYTHON:

def fib(n):

   print("fib({})".format(n), end=' ')

   if n <= 1:

       return n

   else:

       return fib(n - 1) + fib(n - 2)

if __name__ == '__main__':

   n = int(input())

   result = fib(n)

   print()

   print(result)

7 0
2 years ago
Read 2 more answers
A wall that cannot be moved because it is carrying the weight of the roof is considered a wall
ad-work [718]

Answer:

Blank wall

Explanation:

A wall that cannot be moved because it is carrying the weight of the roof is considered a blank wall.

5 0
2 years ago
Other questions:
  • Data becomes information when it is__________ in some way and made___________
    5·1 answer
  • The flowchart below shows the design steps required to build a working model.
    6·1 answer
  • Write a function called pyramid(height) that acceptsa parameter ""height"". It then prints a pyramid of that height
    10·1 answer
  • When welding stick (SMAW) what is the distance between top of bare end of electrode and base metal?
    7·1 answer
  • What is the value of the energy (in Joules) stored by the mobile phone battery (capacity of 1.8 Ah), if it is rated at 3.7 V
    15·2 answers
  • Thoughts about drinking and driving
    12·2 answers
  • Why are Gas cars Bad?(cons) give me reasons why gasoline cars are bad<br><br>Thx if u help ​
    14·1 answer
  • Analyze the example of this band saw wheel and axle. The diameter of the wheel is 14 inches. The diameter of the axle that drive
    9·1 answer
  • How many meters per second is 100 meters and 10 seconds
    12·1 answer
  • What's the best way to find the load capacity of a crane?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!