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
4vir4ik [10]
3 years ago
11

Air enters a 200 mm diameter adiabatic nozzle at 195 deg C, 500 kPa and 100 m/s. It exits at 85 kPa. If the exit diameter is 158

mm, what are the temperature and velocity at the exit?
Engineering
1 answer:
ahrayia [7]3 years ago
8 0

Answer:

v_2 = 160.23 m/s

T_2 = 475.797 k

Explanation:

given data:

Diameter =d_1 = 200mm

t_1 =195 degree

p_1 =500 kPa

v_1 = 100m/s

p_2 = 85kPa

d_2 = 158mm

from continuity equation

A_1v_1 = A_2v_2

v_2 = \frac{\frac{\pi}{4}d_1^2 v_1^2}{\frac{\pi}{4}d_2^2}

v_2 = \frac{d_2v_1}{d_2^2}

v_2 = [\frac{d_1}{d_2}]^2 v_1

      = [\frac{0.200}{0.158}]^2 \times 100

v_2 = 160.23 m/s

by energy flow equation

h_1 + \frac{v_1^2}{2} +gz_1 +q =h_2 + \frac{v_2^2}{2} +gz_2 +w

z_1 =z_2 and q =0, w =0 for nozzle

therefore we have

h_1 -h_2 =\frac{v_1^2}{2} -\frac{v_2^2}{2}

dh = \frac{1}{2} (v_1^2 -v_2^2)

but we know dh = Cp dt

hence our equation become

Cp(T_2 -T_1) = \frac{1}{2} (v_1^2 -v_2^2)

Cp (T_2 -T_1) = 7836.94

(T_2 -T_1) = \frac{7836.94}{1.005*10^3}

(T_2 -T_1) = 7.797

T_2 = 7.797 +468 = 475.797 k

You might be interested in
How are industries related to systems
REY [17]

Answer:

The industrial systems of the future are seen as complex systems, composed of vast numbers of devices, interacting with each other and with enterprise systems continuously.

summary:

they are related because they ARE a system. well, a type.

hope this helps!! :)

7 0
3 years ago
PLEASE ANSWER ASAP!
Butoxors [25]

Answer:

Please check the explanation.

Explanation:

While driving, white lines would require us to stay within the lane, also marking the shoulder of the roadway.

While yellow lines generally mark the center of a two-way road being used for two-way traffic.

We generally can pass on a two-way road if the yellow centerline is broken.

7 0
3 years ago
Read 2 more answers
Q4 a.
dedylja [7]

The Java program that accepts a matrix of M × N order and then interchanges diagonals of the matrix is given below:

<h3>Steps:  </h3>
  • 1. We can only interchange diagonals for a square matrix.
  • 2. Therefore, we would have to create a square matrix of size [M × M].
  • 3. We would check whether the matrix is a square matrix or not. If the matrix is square then follow step 3 else terminate the program.
  • 4. Apply logic for interchange diagonal of the matrix some logic is given below.

<h3>Java Code</h3>

//  Java Program to Accept a Matrix of Order M x N &

//  Interchange the Diagonals

import java.util.Scanner;

public class InterchangeDiagonals {

   public static void main(String[] args)

   {

       // declare variable

       int m, n, i, j, temp;

       // create a object of scanner class

       Scanner sc = new Scanner(System.in);

       System.out.print("Enter number of rows ");

       // take number of rows

       m = sc.nextInt();

       System.out.print("Enter number of columns ");

       // take number of columns

       n = sc.nextInt();

       // declare a mxn order array

       int a[][] = new int[m][n];

       // if block it's execute when m is equals to n

       if (m == n) {

           System.out.println(

               "Enter all the values of matrix ");

           // take the matrix inputs

           for (i = 0; i < m; i++) {

               for (j = 0; j < n; j++) {

                   a[i][j] = sc.nextInt();

               }

           }

           System.out.println("original Matrix:");

           // print the original matrix

           for (i = 0; i < m; i++) {

               for (j = 0; j < n; j++) {

                   System.out.print(a[i][j] + " ");

               }

               System.out.println("");

           }

          // perform interchange

           for (j = 0; j < m; j++) {

               temp = a[j][j];

               a[j][j] = a[j][n - 1 - j];

               a[j][n - 1 - j] = temp;

           }

           System.out.println(

               " after interchanging diagonals of matrix ");

           // print interchanged matrix

           for (i = 0; i < m; i++) {

               for (j = 0; j < n; j++) {

                   System.out.print(a[i][j] + " ");

               }

               System.out.println("");

           }

       }

       // else block it's only execute when m is not equals

       // to n

       else {

           System.out.println("Rows not equal to columns");

       }

   }

}

Read more about java programming here:

brainly.com/question/18554491

#SPJ1

7 0
1 year ago
Which factor is typically not a requisite feature of setting a career goal?
Vaselesa [24]

Answer:

Explanation: Analysing the goal of the family is not a requisite feature of setting a career goal. It is an individual person's ability and topic of interest so the family goal cannot be taken into consideration. Brainliest

Explanation:

5 0
3 years ago
How is me depressed or am me not? (but with a yoda voice)
Murrr4er [49]

Answer:

but the way is the way but the WAY is not the way

Explanation:

(yoda voice)

5 0
3 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
  • As of January 1, 2018, Farley Co. had a credit balance of $534,000 in its allowance for uncollectible accounts. Based on experie
    10·1 answer
  • Any change in the system from one equilibrium state to another is called: A) Path B) Process C) Cycle D) None of the above
    12·1 answer
  • Consider a Carnot refrigeration cycle executed in a closed system in the saturated liquid–vapor mixture region using 1.06 kg of
    10·1 answer
  • Oliver is designing a new children’s slide to increase the speed at which a child can descend. His first design involved steel b
    15·1 answer
  • Unitate de masura in SI pt F​
    11·1 answer
  • one number is 11 more than another number. find the two number if three times the larger number exceeds four times the smaller n
    14·1 answer
  • An electrical current of 700 A flows through a stainlesssteel cable having a diameter of 5 mm and an electricalresistance of 610
    15·1 answer
  • Hi,I want to know something.
    13·1 answer
  • Find the Thevenin Equivalent.
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!