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
Harlamova29_29 [7]
2 years ago
9

A stationary gas-turbine power plant operates on a simple ideal Brayton cycle with air as the working fluid. The air enters the

compressor at 95 kPa and 290 K and the turbine at 760 kPa and 1100 K. Heat is transferred to air at a rate of 35,000 kJ/s. Determine the power delivered by this plant (a) assuming constant specific heats at room temperature and (b) accounting for the variation of specific heats with temperature.
Engineering
1 answer:
ololo11 [35]2 years ago
4 0

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

You might be interested in
To use wiring diagrams, an understanding of the symbols, abbreviations, and connector coding used in the diagrams
Komok [63]

Answer:

True

Explanation:

6 0
3 years ago
Consider the following fragment of code in an authentication program:
Juli2301 [7.4K]

Answer:

Backdoor

Explanation:

The back door fragment in a program allows user to access backdoor information without necessarily following the common security procedures needed. In this case, once the programmer keys in the username he or she logs in without putting password. Therefore, this is a backdoor fragment.

8 0
3 years ago
Implement this C program by defining a structure for each payment. The structure should have at least three members for the inte
Klio2033 [76]

Answer:

#include<stdio.h>

#include<math.h>

void output_amortized(float loan_amount,float intrest_rate,int term_years)

{

  int i,j;                       //Month

  int payments;                   //Number of payments  

  float loanAmount;               //Loan amount

  float anIntRate;               //Yealy interest Rate

  float monIntRate;               //Monthly interest rate

  float monthPayment;           //Monthly payment

  float balance;                   //Balance due

  float monthPrinciple;           //Monthly principle paid

  float monthPaidInt;           //Month interest paid

 

  balance=loan_amount;

  //Calculations

  //Monthly interest rate

  monIntRate = ((intrest_rate/(100*12)));

  //Monthly payment

  payments=term_years;  

  monthPayment = (loan_amount * monIntRate * (pow(1+monIntRate, payments)/(pow (1+monIntRate, payments)-1)));

  monthPaidInt = balance * monIntRate;

  //Amount paid to principle

  monthPrinciple = monthPayment-monthPaidInt;

  //New balance due

  balance = balance - monthPrinciple;

 

  printf("\n\nMonthly payment should be :%.2f\n\n",monthPayment);

  printf("============================AMORTIZATION SCHEDUAL==========================\n");

  printf("#\tPayment\t\tIntrest\t\tPrinciple\t\tBalance\n");

 

  for(i=0;i<payments;i++)

  {

      printf("%d%9c%.2f%9c%.2f%16c%.2f%14c%.2f\n",(i+1),'$',monthPayment,'$',monthPaidInt,'$',monthPrinciple,'$',balance);

      monthPaidInt = balance * monIntRate;

      //Amount paid to principle

      monthPrinciple = monthPayment-monthPaidInt;

      //New balance due

      balance = balance - monthPrinciple;

  }

}

int main()

{

  float principle,rate;

  int termYear;

  printf("Enter the loan amount: $");

  scanf("%f",&principle);

  printf("Enter the intrest rate :%");

  scanf("%f",&rate);

  printf("Enter the loan duration in years: ");

  scanf("%d",&termYear);

  output_amortized(principle,rate,termYear);

}

Explanation:

see output

6 0
3 years ago
An incompressible fluid flows between two infinite stationary parallel plates. The velocity profile is given by u=umaxðAy2 + By+
nexus9112 [7]

Answer:

the volume flow rate per unit depth is:

\frac{Q}{b} = \frac{2}{3} u_{max} h

the ratio is : \frac{V}{u_{max}}=\frac{2}{3}

Explanation:

From the question; the  equations of the velocities profile in the system are:

u = u_{max}(Ay^2+By+C)   ----- equation (1)

The above boundary condition can now be written as :

At y= 0; u =0           ----- (a)

At y = h; u =0            -----(b)

At y = \frac{h}{2} ; u = u_{max}     ------(c)

where ;

A,B and C are constant

h = distance between two plates

u = velocity

u_{max} = maximum velocity

y = measured distance upward from the lower plate

Replacing the boundary condition in (a) into equation (1) ; we have:

u = u_{max}(Ay^2+By+C) \\ \\ 0 = u_{max}(A*0+B*0+C) \\ \\ 0=u_{max}C \\ \\ C= 0

Replacing the boundary condition (b) in equation (1); we have:

u = u_{max}(Ay^2+By+C) \\ \\ 0 = u_{max}(A*h^2+B*h+C) \\ \\ 0 = Ah^2 +Bh + C \\ \\ 0 = Ah^2 +Bh + 0 \\ \\ Bh = - Ah^2 \\ \\ B = - Ah   \ \ \ \ \   --- (d)

Replacing the boundary condition (c) in equation (1); we have:

u = u_{max}(Ay^2+By+C) \\ \\ u_{max}= u_{max}(A*(\frac{h^2}{2})+B*\frac{h}{2}+C) \\ \\ 1 = \frac{Ah^2}{4} +B \frac{h}{2} + 0 \\ \\ 1 =  \frac{Ah^2}{4} + \frac{h}{2}(-Ah)  \\ \\ 1=  \frac{Ah^2}{4}  - \frac{Ah^2}{2}  \\ \\ 1 = \frac{Ah^2 - Ah^2}{4}  \\ \\ A = -\frac{4}{h^2}

replacing A = -\frac{4}{h^2} for A in (d); we get:

B = - ( -\frac{4}{h^2})hB = \frac{4}{h}

replacing the values of A, B and C into the velocity profile expression; we have:

u = u_{max}(Ay^2+By+C) \\ \\ u = u_{max} (-\frac{4}{h^2}y^2+\frac{4}{h}y)

To determine the volume flow rate; we have:

Q = AV \\ \\ Q= \int\limits^h_0 (u.bdy)

Replacing u_{max} (-\frac{4}{h^2}y^2+\frac{4}{h}y) \ for \ u

\frac{Q}{b} = \int\limits^h_0 u_{max}(-\frac{4}{h^2} y^2+\frac{4}{h}y)dy \\ \\  \frac{Q}{b} = u_{max}  \int\limits^h_0 (-\frac{4}{h^2} y^2+\frac{4}{h}y)dy \\ \\ \frac{Q}{b} = u_{max} (-\frac{-4}{h^2}\frac{y^3}{3} +\frac{4}{h}\frac{y^2}{y})^ ^ h}}__0  }} \\ \\ \frac{Q}{b} =u_{max} (-\frac{-4}{h^2}\frac{h^3}{3} +\frac{4}{h}\frac{h^2}{y})^ ^ h}}__0  }} \\ \\ \frac{Q}{b} = u_{max}(\frac{-4h}{3}+\frac{4h}2} ) \\ \\ \frac{Q}{b} = u_{max}(\frac{-8h+12h}{6}) \\ \\ \frac{Q}{b} =u_{max}(\frac{4h}{6})

\frac{Q}{b} = u_{max}(\frac{2h}{3}) \\ \\ \frac{Q}{b} = \frac{2}{3} u_{max} h

Thus; the volume flow rate per unit depth is:

\frac{Q}{b} = \frac{2}{3} u_{max} h

Consider the discharge ;

Q = VA

where :

A = bh

Q = Vbh

\frac{Q}{b}= Vh

Also;  \frac{Q}{b} = \frac{2}{3} u_{max} h

Then;

\frac{2}{3} u_{max} h = Vh \\ \\ \frac{V}{u_{max}}=\frac{2}{3}

Thus; the ratio is : \frac{V}{u_{max}}=\frac{2}{3}

5 0
3 years ago
In evaluating retrieval rates for category information for a concept, Collins and Quillian's semantic network approach would pre
yan [13]

Answer:

Option C

A field sparrow is an animal

Explanation:

Collins and Quillian's semantic network approach likened human memory to a computer and the model arranged human knowledge into nodes that were linked in order of hierarchy. Therefore, it would be easier for human knowledge to first link sparrow to sparrow, then field sparrow, then bird and finally as an animal for this case when following the hierarchy as proposed from the model.

3 0
3 years ago
Other questions:
  • Write a modular program that finds the equation, area, and circumference of a circle, given the coordinates of the center of the
    11·1 answer
  • The Review_c object has a lookup relationship up to the Job_Application_c object. The job_Application_c object has a master-deta
    7·1 answer
  • The rolling process is governed by the frictional force between the rollers and the workpiece. The frictional force at the entra
    5·1 answer
  • How do you connect several springs to increase the equivalent stiffness? What is one example from industry or other real-life si
    7·1 answer
  • For the same cross-sectional area, which column provides the higher buckling load: a circular bar or a circular tube?
    15·1 answer
  • The bulk density of a compacted soil specimen (Gs = 2.70) and its water content are 2060 kg/m^3 and 15.3%, respectively. If the
    5·1 answer
  • How to create ground responce analysis using matlab
    6·1 answer
  • The purpose of pasteurizing milk is to
    13·2 answers
  • What major problems could you encounter in complex intersections?
    7·1 answer
  • What is the benefit of theories? they are easily disproven they are written by famous people they were applying every circumstan
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!