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
julia-pushkina [17]
3 years ago
5

Steam enters a two-stage adiabatic turbine at 8 MPa and 5008C. It expands in the first stage to a state of 2 MPa and 3508C. Stea

m is then reheated at constant pressure to a temperature of 5008C before it is routed to the second stage, where it exits at 30 kPa and a quality of 97 percent. The work output of the turbine is 5 MW. Assuming the surroundings to be at 258C, determine the reversible power output and the rate of exergy destruction within this turbine.
Engineering
1 answer:
Nataly [62]3 years ago
6 0

Answer:

1) The exergy of destruction is approximately 456.93 kW

2) The reversible power output is approximately 5456.93 kW

Explanation:

1) The given parameters are;

P₁ = 8 MPa

T₁ = 500°C

From which we have;

s₁ = 6.727 kJ/(kg·K)

h₁ = 3399 kJ/kg

P₂ = 2 MPa

T₂ = 350°C

From which we have;

s₂ = 6.958 kJ/(kg·K)

h₂ = 3138 kJ/kg

P₃ = 2 MPa

T₃ = 500°C

From which we have;

s₃ = 7.434 kJ/(kg·K)

h₃ = 3468 kJ/kg

P₄ = 30 KPa

T₄ = 69.09 C (saturation temperature)

From which we have;

h₄ = h_{f4} + x₄×h_{fg} = 289.229 + 0.97*2335.32 = 2554.49 kJ/kg

s₄ =  s_{f4} + x₄×s_{fg} = 0.94394 + 0.97*6.8235 ≈ 7.563 kJ/(kg·K)

The exergy of destruction, \dot X_{dest}, is given as follows;

\dot X_{dest} = T₀ × \dot S_{gen} = T₀ × \dot m × (s₄ + s₂ - s₁ - s₃)

\dot X_{dest} = T₀ × \dot W×(s₄ + s₂ - s₁ - s₃)/(h₁ + h₃ - h₂ - h₄)

∴ \dot X_{dest} = 298.15 × 5000 × (7.563 + 6.958 - 6.727 - 7.434)/(3399 + 3468 - 3138  - 2554.49) ≈ 456.93 kW

The exergy of destruction ≈ 456.93 kW

2) The reversible power output, \dot W_{rev} = \dot W_{} + \dot X_{dest} ≈ 5000 + 456.93 kW = 5456.93 kW

The reversible power output ≈ 5456.93 kW.

You might be interested in
A BOD test is to be run on a sample of wastewater that has a five-day BOD of 230 mg/L. If the initial DO of a mix of distilled w
Alexxandr [17]

Answer:

Distribution factor P = =38.33

V = 7.826 ml

Explanation:

given details:

BOD =230 mg/l

DO inital = 8.0mg/l

DO final = 2.0mg/l

we know

BOD = [DO inital -DO final] * distribution factor

230 = [8 - 2] D.F

Distribution factor P = \frac{230}{6}

Distribution factor P = =38.33

THE RANGE OF WASTE WATER VOLUME IN 300 ml bottle is

distribution factor = \frac{300}{V}

V = \frac{300}{38.33}

V = 7.826 ml

6 0
3 years ago
A 13.7g sample of a compound exerts a pressure of 2.01atm in a 0.750L flask at 399K. What is the molar mass of the compound?a. 3
Katarina [22]

Answer: Option D) 298 g/mol  is the correct answer

Explanation:

Given that;

Mass of sample m = 13.7 g

pressure P = 2.01 atm

Volume V = 0.750 L

Temperature T = 399 K

Now taking a look at the ideal gas equation

PV = nRT

we solve for n

n = PV/RT

now we substitute

n = (2.01 atm x 0.750 L) / (0.0821 L-atm/mol-K x 399 K )

= 1.5075 / 32.7579

= 0.04601 mol

we know that

molar mass of the compound = mass / moles

so

Molar Mass = 13.7 g / 0.04601 mol

= 297.7 g/mol  ≈ 298 g/mol

Therefore Option D) 298 g/mol  is the correct answer

4 0
3 years ago
Explain with schematics the operating principle of solid state lasers.
alina1380 [7]

Explanation:

A solid state laser contains a cavity like structure fitted with spherical mirrors or plane mirrors at the end filled with a rigidly bonded crystal. It uses solid as the medium. It uses glass or crystalline materials.

    It is known that active medium used for this type of laser is a solid material. This lasers are pumped optically by means of a light source which is used as a source of energy for the laser. The solid materials gets excited by absorbing energy in the form of light from the light source. Here the pumping source is light energy.  

7 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
Write a program that removes all spaces from the given input. You may assume that the input string will not exceed 50 characters
GrogVix [38]

Answer:

Program that removes all spaces from the given input

Explanation:

// An efficient Java program to remove all spaces  

// from a string  

class GFG  

{  

 

// Function to remove all spaces  

// from a given string  

static int removeSpaces(char []str)  

{  

   // To keep track of non-space character count  

   int count = 0;  

 

   // Traverse the given string.  

   // If current character  

   // is not space, then place  

   // it at index 'count++'  

   for (int i = 0; i<str.length; i++)  

       if (str[i] != ' ')  

           str[count++] = str[i]; // here count is  

                                   // incremented  

         

   return count;  

}  

 

// Driver code  

public static void main(String[] args)  

{  

   char str[] = "g eeks for ge eeks ".toCharArray();  

   int i = removeSpaces(str);  

   System.out.println(String.valueOf(str).subSequence(0, i));  

}  

}  

5 0
4 years ago
Read 2 more answers
Other questions:
  • The arm of the robot is extending at a constant rate = 1.5 ft/s when r = 3 ft, z = (4t2) ft, and  = (1.5 t) rad, where t is in
    14·1 answer
  • At the end of a power distribution system, a certain feeder supplies three distribution transformer, each one supplying a group
    8·1 answer
  • 3.24 Program: Drawing a half arrow (Java) This program outputs a downwards facing arrow composed of a rectangle and a right tria
    12·1 answer
  • Why does an aeroplane smoke in the air​
    14·1 answer
  • Good Morning. Can you help me on this question please?
    5·2 answers
  • ⊂who else is obsessed with the ornail
    9·1 answer
  • A 240-ton tugboat is moving at 6 ft/s with a slack towing cable attached to a 100-ton barge that is at rest. The cable is being
    14·1 answer
  • Construct a link mechanism of crank oa 30mm rotating clockwise rod ab 100mm and bc 50mm
    13·1 answer
  • A tank with a volume of 40 cuft is filled with a carbon dioxide and air mixture. The pressure within the tank is 30 psia at 70oF
    12·1 answer
  • Were women treated as equals to men in early aviation history?
    14·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!