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
attashe74 [19]
3 years ago
11

Steam flows at steady state through a converging, insulated nozzle, 25 cm long and with an inlet diameter of 5 cm. At the nozzle

entrance (state 1), the temperature and pressure are 325 degree Celsius and 700 kPa. And the velocity is 30 m/sec. At the nozzle exit (state 2) the steam temperature and pressure are 250 degree Celsius and 350 kPa. Property values are: H1=3,112.5 kJ/kg, V1=388.61 cm3/gr H2=2,945.7 kJ/kg, V2=667.75 cm3/gr What is the velocity of the steam at the exit and what is the exit diameter?
Engineering
1 answer:
777dan777 [17]3 years ago
6 0

Answer:

U_2 = 578.359 m /s

d_e = 1.4924 cm

Explanation:

Given:

Length of nozzle L = 25 cm

Inlet diameter d_i = 5 cm

Nozzle Entrance : T_1 = 325 C , P_1 = 700 KPa , U_1 = 30 m / s , H_1 = 3112.5 KJ / kg , V_1 = 388.61 cm^3 / g

Nozzle Exit : T_2 = 250 C , P_2 = 350 KPa , U_2, H_2 = 2945.7 KJ / kg , V_2 = 667.75 cm^3 / g

To Find:

a. Velocity at exit U_2

b. Exit Diameter d_e

a.

Energy Equation is given as:

ΔH + ΔU^2 / 2 + gΔz = Q + W

Q = W = Δz = 0

Substitute the values:

(H_2 - H_1 ) + (U^2_2 - U^2_1 )  / 2 = 0

U_2 = sqrt((2* (H_1 - H_2 ) ) + U^2_1)

U_2 = sqrt ( 2 * 10^3 * (3112.5 -2945.7) + 900)

U_2 = 578.359 m / s

b.

Mass Balance :

U_1 * A_1 / V_1 = U_2 * A_2 / V_2

A = pi*d^2 / 4

U_1 * d_i ^ 2 / V_1 = U_2 * d_e ^2 / V_2

d_e = d_i * sqrt ( (U_1 / U_2) * (V_2 / V_1))

d_e = 5 * sqrt ((30 / 578.359) * (667.75 / 388.61))

d_e = 1.4924 cm

You might be interested in
What are the maximum weights for single, tandem and 5-axle combinations?
belka [17]
Hauling Vehicles that include a semitrailer manufactured prior to or in the model year of 2024, and registered in Illinois prior to January 1, 2025, having 5 axles with a distance of 42 feet or less between extreme axles, may not exceed the following maximum weights: 20,000 pounds on a single axle; 34,000 pounds
7 0
3 years ago
A stationary gas-turbine power plant operates on a simple ideal Brayton cycle with air as the working fluid. The air enters the
ololo11 [35]

Answer:

A) W' = 15680 KW

B) W' = 17113.87 KW

Explanation:

We are given;

Temperature at state 1; T1 = 290 K

Temperature at state 3; T3 = 1100 K

Rate of heat transfer; Q_in = 35000 kJ/s = 35000 Kw

Pressure of air into compressor; P_c = 95 kPa

Pressure of air into turbine; P_t = 760 kPa

A) The power assuming constant specific heats at room temperature is gotten from;

W' = [1 - ((T4 - T1)/(T3 - T2))] × Q_in

Now, we don't have T4 and T2 but they can be gotten from;

T4 = [T3 × (r_p)^((1 - k)/k)]

T2 = [T1 × (r_p)^((k - 1)/k)]

r_p = P_t/P_c

r_p = 760/95

r_p = 8

Also,k which is specific heat capacity of air has a constant value of 1.4

Thus;

Plugging in the relevant values, we have;

T4 = [(1100 × (8^((1 - 1.4)/1.4)]

T4 = 607.25 K

T2 = [290 × (8^((1.4 - 1)/1.4)]

T2 = 525.32 K

Thus;

W' = [1 - ((607.25 - 290)/(1100 - 525.32))] × 35000

W' = 0.448 × 35000

W' = 15680 KW

B) The power accounting for the variation of specific heats with temperature is given by;

W' = [1 - ((h4 - h1)/(h3 - h2))] × Q_in

From the table attached, we have the following;

At temperature of 607.25 K and by interpolation; h4 = 614.64 KJ/K

At T3 = 1100 K, h3 = 1161.07 KJ/K

At T1 = 290 K, h1 = 290.16 KJ/K

At T2 = 525.32 K, and by interpolation, h2 = 526.12 KJ/K

Thus;

W' = [1 - ((614.64 - 290.16)/(1161.07 - 526.12))] × 35000

W' = 17113.87 KW

4 0
2 years ago
What is the output of a system with the transfer function s/(s + 3)^2 and subject to a unit step input at time t = 0?
Dominik [7]

Answer:

0

Explanation:

output =transfer function H(s) ×input U(s)

here H(s)=\frac{s}{(s+3)^2}

U(s)=\frac{1}{s} for unit step function

output =H(s)×U(s)

=\frac{s}{(s+3)^2}×\frac{1}{s}

=\frac{1}{(s+3)^2}

taking inverse laplace of output

output=t×e^{-3t}

at t=0 putting the value of t=0 in output

output =0

3 0
3 years ago
A safety interlock module operates by monitoring the voltage from the
In-s [12.5K]

Answer: its an Ignition coil

8 0
3 years ago
When a variable is stored in memory, it is associated with an address. To obtain the address of a variable, the & operator c
liubo4ka [24]

Answer:

Explanation:

1) C program file addressOfScalar.c

#include <stdio.h>

int main()

{

//intialize a char variable, print its address and the next address

char charvar = 'a';

printf("address of charvar = %p\n", (void *)(&charvar));

printf("address of charvar - 1 = %p\n", (void *)(&charvar - 1));

printf("address of charvar + 1 = %p\n", (void *)(&charvar + 1));

//intialize a int variable, print its address and the next address

int intvar = 1;

printf("address of intvar = %p\n", (void *)(&intvar));

printf("address of intvar - 1 = %p\n", (void *)(&intvar - 1));

printf("address of intvar + 1 = %p\n", (void *)(&intvar + 1));

}

In C programming language, an int variable takes 4 bytes of memory. So any arithmetic on integer address, always considers it as 4 bytes of data. So intvar-1 refers to a location 4 bytes before intvar's address and intvar+1 refers to 4 bytes after intvar's address.

3 0
3 years ago
Other questions:
  • What is the difference between absolute and gage pressure?
    11·1 answer
  • An empty metal can is heated to 908C and sealed. It is then placed in a room to cool to 208C. What is the pressure inside the ca
    11·1 answer
  • Define ""acidity"" of an aqueous solution. How do you compare the strength of acidity of solutions ?
    6·1 answer
  • Air in a rigid tank is initially at 320 K and 130 kPa. Heat is added until the final pressure is 438 kPa. What is the change in
    9·1 answer
  • When should u check ur review mirror
    5·1 answer
  • The air loss rate for a straight truck or bus with the engine off and the brakes
    11·1 answer
  • 7. Sockets internal designs come in what sizes?
    5·1 answer
  • 10. Power = (Distance * Force) / Time
    7·1 answer
  • Imagine waking up every day and no one is home besides your dog and you how would you feel?
    12·2 answers
  • Find the remaining trigonometric function of 0 if
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!