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
pashok25 [27]
3 years ago
15

Air at 400kPa, 970 K enters a turbine operating at steady state and exits at 100 kPa, 670 K. Heat transfer from the turbine occu

rs at an average outer surface temperature of 315 K at the rate of 30 kJ per kg of air flowing. Kinetic and potential energy effects are negligible. For air as an ideal gas with Cp = 1.1 Kj/kg * K, determine
(a) the rate power is developed, in kJ per kg of air flowing, and
(b) the rate of entropy production within the turbine, in kJ/kg per kg of air flowing.
Engineering
1 answer:
Sonja [21]3 years ago
5 0

Answer:

a

The rate of work developed is \frac{\r W}{\r m}= 300kJ/kg

b

The rate of entropy produced within the turbine is   \frac{\sigma}{\r m}=  0.0861kJ/kg \cdot K

Explanation:

     From  the question we are told

          The rate at which heat is transferred is \frac{\r Q}{\r m } = -  30KJ/kg

the negative sign because the heat is transferred from the turbine

          The specific heat capacity of air is c_p = 1.1KJ/kg \cdot K

          The inlet temperature is  T_1 = 970K

          The outlet temperature is T_2 = 670K

           The pressure at the inlet of the turbine is p_1 = 400 kPa

          The pressure at the exist of the turbine is p_2 = 100kPa

           The temperature at outer surface is T_s = 315K

         The individual gas constant of air  R with a constant value R = 0.287kJ/kg \cdot K

The general equation for the turbine operating at steady state is \

               \r Q - \r W + \r m (h_1 - h_2) = 0

h is the enthalpy of the turbine and it is mathematically represented as          

        h = c_p T

The above equation becomes

             \r Q - \r W + \r m c_p(T_1 - T_2) = 0

              \frac{\r W}{\r m}  = \frac{\r Q}{\r m} + c_p (T_1 -T_2)

Where \r Q is the heat transfer from the turbine

           \r W is the work output from the turbine

            \r m is the mass flow rate of air

             \frac{\r W}{\r m} is the rate of work developed

Substituting values

              \frac{\r W}{\r m} =  (-30)+1.1(970-670)

                   \frac{\r W}{\r m}= 300kJ/kg

The general balance  equation for an entropy rate is represented mathematically as

                       \frac{\r Q}{T_s} + \r m (s_1 -s_2) + \sigma  = 0

          =>          \frac{\sigma}{\r m} = - \frac{\r Q}{\r m T_s} + (s_1 -s_2)

    generally (s_1 -s_2) = \Delta s = c_p\ ln[\frac{T_2}{T_1} ] + R \ ln[\frac{v_2}{v_1} ]

substituting for (s_1 -s_2)

                      \frac{\sigma}{\r m} = \frac{-\r Q}{\r m} * \frac{1}{T_s} +  c_p\ ln[\frac{T_2}{T_1} ] - R \ ln[\frac{p_2}{p_1} ]

                      Where \frac{\sigma}{\r m} is the rate of entropy produced within the turbine

 substituting values

                \frac{\sigma}{\r m} = - (-30) * \frac{1}{315} + 1.1 * ln\frac{670}{970} - 0.287 * ln [\frac{100kPa}{400kPa} ]

                    \frac{\sigma}{\r m}=  0.0861kJ/kg \cdot K

           

 

                   

   

You might be interested in
Ammonia enters the expansion valve of a refrigeration system at a pressure of 1.4 MPa and a temperature of 32degreeC and exits a
AveGali [126]

Answer:

the quality of the refrigerant exiting the expansion valve is 0.2337 = 23.37 %

Explanation:

given data

pressure p1 = 1.4 MPa = 14 bar

temperature t1 = 32°C

exit pressure = 0.08 MPa = 0.8 bar

to find out

the quality of the refrigerant exiting the expansion valve

solution

we know here refrigerant undergoes at throtting process so

h1 = h2

so by table A 14 at p1 = 14 bar

t1 ≤ Tsat

so we use equation here that is

h1 = hf(t1) = 332.17 kJ/kg

this value we get from table A13

so as h1 = h2

h1 = h(f2)  + x(2) * h(fg2)

so

exit quality  = \frac{h1 - h(f2)}{h(fg2)}

exit quality  = \frac{332.17- 9.04}{1382.73)}

so exit quality = 0.2337 = 23.37 %

the quality of the refrigerant exiting the expansion valve is 0.2337 = 23.37 %

5 0
3 years ago
The liquid-phase reaction:
OLEGan [10]

Answer:

attached below

Explanation:

4 0
3 years ago
On aircraft equipped with fuel pumps, when is the auxiliary electric driven pump used?.
pochemuha
In an airplane equipped with fuel pumps, the auxiliary electric fuel pump is used in the event the engine-driven fuel pump fails.. hope this helped !
6 0
2 years ago
What is the least count of screw gauge?<br> (a) 0.01 cm<br> (b) 0.001 cm<br> (c) 0.1 cm<br> (d) 1 mm
Nonamiya [84]
Its 0.001

0.01 x100 = 1mm
0.001x100=0.1mm
0.1=10mm
1m
3 0
2 years ago
Write a simple phonebook program that reads in a series of name-number pairs from the user (that is, name and number on one line
Vlad1618 [11]

Answer:

import java.util.HashMap;

import java.util.Map;

import java.util.Scanner;

public class PhoneBook {

   public static void main(String[] args) {

       Scanner in = new Scanner(System.in);

       Map<String, String> map = new HashMap<>();

       String name, number, choice;

       do {

           System.out.print("Enter name: ");

           name = in.next();

           System.out.print("Enter number: ");

           number = in.next();

           map.put(name, number);

           System.out.print("Do you want to try again(y or n): ");

           choice = in.next();

       } while (!choice.equalsIgnoreCase("n"));

       System.out.print("Enter name to search for: ");

       name = in.next();

       if (map.containsKey(name)) {

           System.out.println(map.get(name));

       } else {

           System.out.println(name + " is not in the phone book");

       }

   }

}

6 0
2 years ago
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
  • Question 5 (20 pts) The rated current of a three-phase transmission line is 300 A. The currents flowing by the line are measured
    6·1 answer
  • You are in charge of ordering the concrete for a basement wall concrete pour. The wall forms are all set up and ready. The wall
    7·1 answer
  • You want to find all files on your server that have either the SGID or SUID permission set. Which command should you use to obta
    5·1 answer
  • A logic chip used in a computer dissipates 3 W of power in an environment at 120°F, and has a heat transfer surface area of 0.08
    11·1 answer
  • Suppose that tank holds 1% liquid water by volume and 99% vapor water by volume at a temperature of 185oC. What is the quality?
    10·1 answer
  • Draw a sinusoidal signal and illustrate how quantization and sampling is handled by
    8·1 answer
  • A cylindrical 1045 steel bar is subjected to repeated compression-tension stress cycling along its axis. If the load amplitude i
    10·1 answer
  • Discuss in detail the manners of interaction with opposite gender
    10·1 answer
  • Find the remaining trigonometric function of 0 if
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!