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
AnnZ [28]
3 years ago
10

Someone has suggested that the air-standard Otto cycle is more accurate if the two polytropic processes are replaced with isentr

opic processes. Consider such a cycle when the compression ratio is 8, P1 = 95 kPa, T1 = 15°C, and the maximum cycle temperature is 900°C. Determine the heat transferred to and rejected from this cycle, as well as the cycle’s thermal efficiency. Use constant specific heats at room temperature. The properties of air at room temperature are cp = 1.005 kJ/kg·K, cv = 0.718 kJ/kg·K, R = 0.287 kJ/kg·K, and k = 1.4.
Engineering
1 answer:
omeli [17]3 years ago
6 0

Answer:

q_net,in = 585.8 KJ/kg

q_net,out = 304 KJ/kg

n = 0.481

Explanation:

Given:

- The compression ratio r = 8

- The pressure at state 1, P_1 = 95 KPa

- The minimum temperature at state 1, T_L = 15 C

- The maximum temperature T_H = 900 C

- Poly tropic index n = 1.3

Find:

a) Determine the heat transferred to and rejected from this cycle

b) cycle’s thermal efficiency

Solution:

- For process 1-2, heat is rejected to sink throughout. The Amount of heat rejected q_1,2, can be computed by performing a Energy balance as follows:

                                   W_out - Q_out = Δ u_1,2

- Assuming air to be an ideal gas, and the poly-tropic compression process is isentropic:

                         c_v*(T_2 - T_L) = R*(T_2 - T_L)/n-1 - q_1,2

- Using polytropic relation we will convert T_2 = T_L*r^(n-1):

                  c_v*(T_L*r^(n-1) - T_L) = R*(T_1*r^(n-1) - T_L)/n-1 - q_1,2

- Hence, we have:

                             q_1,2 = T_L *(r^(n-1) - 1)* ( (R/n-1) - c_v)

- Plug in the values:

                             q_1,2 = 288 *(8^(1.3-1) - 1)* ( (0.287/1.3-1) - 0.718)

                            q_1,2= 60 KJ/kg

- For process 2-3, heat is transferred into the system. The Amount of heat added q_2,3, can be computed by performing a Energy balance as follows:

                                          Q_in = Δ u_2,3

                                         q_2,3 = u_3 - u_2

                                         q_2,3 = c_v*(T_H - T_2)  

- Again, using polytropic relation we will convert T_2 = T_L*r^(n-1):

                                         q_2,3 = c_v*(T_H - T_L*r^(n-1) )    

                                         q_2,3 = 0.718*(1173-288*8(1.3-1) )

                                        q_2,3 = 456 KJ/kg

- For process 3-4, heat is transferred into the system. The Amount of heat added q_2,3, can be computed by performing a Energy balance as follows:

                                     q_3,4 - w_in = Δ u_3,4

- Assuming air to be an ideal gas, and the poly-tropic compression process is isentropic:

                           c_v*(T_4 - T_H) = - R*(T_4 - T_H)/1-n +  q_3,4

- Using polytropic relation we will convert T_4 = T_H*r^(1-n):

                  c_v*(T_H*r^(1-n) - T_H) = -R*(T_H*r^(1-n) - T_H)/n-1 + q_3,4

- Hence, we have:

                             q_3,4 = T_H *(r^(1-n) - 1)* ( (R/1-n) + c_v)

- Plug in the values:

                             q_3,4 = 1173 *(8^(1-1.3) - 1)* ( (0.287/1-1.3) - 0.718)

                            q_3,4= 129.8 KJ/kg

- For process 4-1, heat is lost from the system. The Amount of heat rejected q_4,1, can be computed by performing a Energy balance as follows:

                                          Q_out = Δ u_4,1

                                         q_4,1 = u_4 - u_1

                                         q_4,1 = c_v*(T_4 - T_L)  

- Again, using polytropic relation we will convert T_4 = T_H*r^(1-n):

                                         q_4,1 = c_v*(T_H*r^(1-n) - T_L )    

                                         q_4,1 = 0.718*(1173*8^(1-1.3) - 288 )

                                        q_4,1 = 244 KJ/kg

- The net gain in heat can be determined from process q_3,4 & q_2,3:

                                         q_net,in = q_3,4+q_2,3

                                         q_net,in = 129.8+456

                                         q_net,in = 585.8 KJ/kg

- The net loss of heat can be determined from process q_1,2 & q_4,1:

                                         q_net,out = q_4,1+q_1,2

                                         q_net,out = 244+60

                                         q_net,out = 304 KJ/kg

- The thermal Efficiency of a Otto Cycle can be calculated:

                                         n = 1 - q_net,out / q_net,in

                                         n = 1 - 304/585.8

                                         n = 0.481

You might be interested in
2.4: Add a method called setValue(), and the description of setValue is: public int setValue(long searchKey) In this method, the
Yanka [14]

Answer:

Below is java code that must be used for the given question:

// highArray.java

// demonstrates array class with high-level interface

// to run this program: C>java HighArrayApp

////////////////////////////////////////////////////////////////

class HighArray

  {

  private long[] a;                 // ref to array a

  private int nElems;               // number of data items

  //-----------------------------------------------------------

  public HighArray(int max)         // constructor

     {

     a = new long[max];                 // create the array

     nElems = 0;                        // no items yet

     }

  //-----------------------------------------------------------

  public setValue find(long searchKey)

     {                              // find specified value

     int j;

     for(j=0; j<nElems; j++)            // for each element,

        if(a[j] == searchKey)           // found item?

           break;                       // exit loop before end

     if(j == nElems)                    // gone to end?

        return false;                   // yes, can't find it

     else

        return true;                    // no, found it

     }  // end find()

  //-----------------------------------------------------------

  public void insert(long value)    // put element into array

     {

     a[nElems] = value;             // insert it

     nElems++;                      // increment size

     }

  //-----------------------------------------------------------

  public void display()             // displays array contents

     {

     for(int j=0; j<nElems; j++)       // for each element,

        System.out.print(a[j] + " ");  // display it

     System.out.println("");

     }

  //-----------------------------------------------------------

  }  // end class HighArray

////////////////////////////////////////////////////////////////

class HighArrayApp

  {

  public static void main(String[] args)

     {

     int maxSize = 100;            // array size

     HighArray arr;                // reference to array

     arr = new HighArray(maxSize); // create the array

     arr.insert(77);               // insert 10 items

     arr.insert(99);

     arr.insert(44);

     arr.insert(55);

     arr.insert(22);

     arr.insert(88);

     arr.insert(11);

     arr.insert(00);

     arr.insert(66);

     arr.insert(33);

     arr.display();                // display items

     int searchKey = 35;           // search for item

     if( arr.find(searchKey) )

        System.out.println("Found " + searchKey);

     else

        System.out.println("Can't find " + searchKey);

     }  // end main()

  }  // end class HighArrayApp

Explanation:

6 0
3 years ago
"Write a statement that outputs variable numItems. End with a newline. Program will be tested with different input values."
kirill [66]

Answer:

The solution code is written in Java.

System.out.println(numItems);

Explanation:

Java <em>println() </em>method can be used to display any string on the console terminal. We can use <em>println()</em> method to output the value held by variable <em>numItems.</em> The <em>numItems </em>is passed as the input parameter to <em>println()</em> and this will output the value of <em>numItems</em> to console terminal and at the same time the output with be ended with a newline automatically.  

6 0
3 years ago
A particle moving on a straight line has acceleration a = 5-3t, and its velocity is 7 at time t = 2. If s(t) is the distance fro
Vikki [24]

Given acceleration a = 5-3t, and its velocity is 7 at time t = 2, the value of s2 - s1 = 7

<h3>How to solve for the value of s2 - s1</h3>

We have

= \frac{dv}{dt} =v't = 5-3t\\\\\int\limits^a_b {v'(t)} \, dt

= \int\limits^a_b {(5-3t)} \, dt

5t - \frac{3t^2}{2} +c

v2 = 5x2 -  3x2 + c

= 10-6+c

= 4+c

s(t) = \frac{5t^2}{2} -\frac{t^3}{2} +3t + c

S2 - S1

=(5*\frac{4}{2} -\frac{8}{2} +3*2*c)-(\frac{5}{2} *1^2-\frac{1^2}{2} +3*1*c)

= 6 + 6+c - 2+3+c

12+c-5+c = 0

7 = c

Read more on acceleration here: brainly.com/question/605631

5 0
2 years ago
Why do engineers play a variety of roles in the engineering process?
katrin2010 [14]

Answer:

b

Explanation:

7 0
3 years ago
A distribution center is used in which of the following applications?
FrozenT [24]

both b and c are the right

5 0
3 years ago
Other questions:
  • Based in bonding theory, explain why heat capacity increases when you consider metals, ceramics and polymers.
    14·1 answer
  • Energy that causes a transfer of heat between marterials
    13·1 answer
  • Please help! timed test. This about electrical control. Please be serious.
    15·1 answer
  • Three capillary tubes with different radius (r1=1.0mm, r2=0.1mm, r3=0.01mm) are inserted into the same cup of water. The surface
    14·1 answer
  • How many FastEthernet interfaces does a 2960 switch have?
    7·2 answers
  • Please help been stuck on this for a couple minutes
    5·1 answer
  • Draw the six principal views of
    13·1 answer
  • PDC Bank is working on creating an AI application that enables customers to send SMS to the AI application to allow banking acti
    9·1 answer
  • Why doesn't any one give as many points as i do for random questions on brainly
    14·2 answers
  • 7.35 and 7.36 For the beam and loading shown, (a) draw the shear and bending-moment diagrams, (b) determine the maximum absolute
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!