Question

Please Plot with solutionAn air-standard cycle with constant specific heats is executed in a closed system and is composed of the following four proce

0 0
Add a comment Improve this question Transcribed image text
Answer #1

o first lets plot pou and T-s diagrum pm 2 T PVC pacy 9. Given! Pi= 100 kPa T, = 22°C = 295k Pe=600K Pu. T3 = 1500k. P4 = 10Now, to find net work output, heat input and thermal efficiency of cycle we will first find pressure and temperatures of difffor isentropic process (3-4), Tu * Th= 73 ( - Th= T / ) C: REA) Net work output, Whet q, de Waet: culto - T. 67,3%)-411() 44-54.5E 54 - 53.5E Efficiency 51.5F 51 E 50.5E 50 1500 1600 1700 1800 1900 2100 2200 2300 2400 2500 2000 T3105 16 Heat input Work output 1500 1600 1700 1800 1900 2200 2300 2400 2500 2000 2100 T3

Matlab code:

clear all
clc
cv=718; % Specific heat at constant volume for air (J/kgK)
cp=1005; % Specific heat at constant pressure for air (J/kgK)
gamma=1.4 % Specific heat ratio
rp=600/100; % rp=p2/p1
T1=295;
T3=1500:100:2500; % T3 from 1500 K to 2500 K in increment of 100K
rt=T3./T1;
T2=T1*rp^((gamma-1)/gamma);
Q1=cv.*(T3-T2);
figure,plot(T3,Q1)
hold on
T4=T3.*(1./(rt.*rp^(1/gamma))).^((gamma-1)/gamma)
Q2=cp.*(T4-T1);
Wnet=Q1-Q2;
plot(T3,Wnet)
xlabel('T3');
legend('Heat input','Work output')
eta=(Wnet./Q1).*100;
figure, plot(T3,eta)
xlabel('T3');
ylabel('Efficiency')

Please do upvote if you like the solution

In case of query feel free to comment i will be happy to help you

Add a comment
Answer #1

o first lets plot pou and T-s diagrum pm 2 T PVC pacy 9. Given! Pi= 100 kPa T, = 22°C = 295k Pe=600K Pu. T3 = 1500k. P4 = 10Now, to find net work output, heat input and thermal efficiency of cycle we will first find pressure and temperatures of difffor isentropic process (3-4), Tu * Th= 73 ( - Th= T / ) C: REA) Net work output, Whet q, de Waet: culto - T. 67,3%)-411() 44-54.5E 54 - 53.5E Efficiency 51.5F 51 E 50.5E 50 1500 1600 1700 1800 1900 2100 2200 2300 2400 2500 2000 T3105 16 Heat input Work output 1500 1600 1700 1800 1900 2200 2300 2400 2500 2000 2100 T3

Matlab code:

clear all
clc
cv=718; % Specific heat at constant volume for air (J/kgK)
cp=1005; % Specific heat at constant pressure for air (J/kgK)
gamma=1.4 % Specific heat ratio
rp=600/100; % rp=p2/p1
T1=295;
T3=1500:100:2500; % T3 from 1500 K to 2500 K in increment of 100K
rt=T3./T1;
T2=T1*rp^((gamma-1)/gamma);
Q1=cv.*(T3-T2);
figure,plot(T3,Q1)
hold on
T4=T3.*(1./(rt.*rp^(1/gamma))).^((gamma-1)/gamma)
Q2=cp.*(T4-T1);
Wnet=Q1-Q2;
plot(T3,Wnet)
xlabel('T3');
legend('Heat input','Work output')
eta=(Wnet./Q1).*100;
figure, plot(T3,eta)
xlabel('T3');
ylabel('Efficiency')

Please do upvote if you like the solution

In case of query feel free to comment i will be happy to help you

Add a comment
Answer #1

o first lets plot pou and T-s diagrum pm 2 T PVC pacy 9. Given! Pi= 100 kPa T, = 22°C = 295k Pe=600K Pu. T3 = 1500k. P4 = 10Now, to find net work output, heat input and thermal efficiency of cycle we will first find pressure and temperatures of difffor isentropic process (3-4), Tu * Th= 73 ( - Th= T / ) C: REA) Net work output, Whet q, de Waet: culto - T. 67,3%)-411() 44-54.5E 54 - 53.5E Efficiency 51.5F 51 E 50.5E 50 1500 1600 1700 1800 1900 2100 2200 2300 2400 2500 2000 T3105 16 Heat input Work output 1500 1600 1700 1800 1900 2200 2300 2400 2500 2000 2100 T3

Matlab code:

clear all
clc
cv=718; % Specific heat at constant volume for air (J/kgK)
cp=1005; % Specific heat at constant pressure for air (J/kgK)
gamma=1.4 % Specific heat ratio
rp=600/100; % rp=p2/p1
T1=295;
T3=1500:100:2500; % T3 from 1500 K to 2500 K in increment of 100K
rt=T3./T1;
T2=T1*rp^((gamma-1)/gamma);
Q1=cv.*(T3-T2);
figure,plot(T3,Q1)
hold on
T4=T3.*(1./(rt.*rp^(1/gamma))).^((gamma-1)/gamma)
Q2=cp.*(T4-T1);
Wnet=Q1-Q2;
plot(T3,Wnet)
xlabel('T3');
legend('Heat input','Work output')
eta=(Wnet./Q1).*100;
figure, plot(T3,eta)
xlabel('T3');
ylabel('Efficiency')

Please do upvote if you like the solution

In case of query feel free to comment i will be happy to help you

Add a comment
Answer #1

o first lets plot pou and T-s diagrum pm 2 T PVC pacy 9. Given! Pi= 100 kPa T, = 22°C = 295k Pe=600K Pu. T3 = 1500k. P4 = 10Now, to find net work output, heat input and thermal efficiency of cycle we will first find pressure and temperatures of difffor isentropic process (3-4), Tu * Th= 73 ( - Th= T / ) C: REA) Net work output, Whet q, de Waet: culto - T. 67,3%)-411() 44-54.5E 54 - 53.5E Efficiency 51.5F 51 E 50.5E 50 1500 1600 1700 1800 1900 2100 2200 2300 2400 2500 2000 T3105 16 Heat input Work output 1500 1600 1700 1800 1900 2200 2300 2400 2500 2000 2100 T3

Matlab code:

clear all
clc
cv=718; % Specific heat at constant volume for air (J/kgK)
cp=1005; % Specific heat at constant pressure for air (J/kgK)
gamma=1.4 % Specific heat ratio
rp=600/100; % rp=p2/p1
T1=295;
T3=1500:100:2500; % T3 from 1500 K to 2500 K in increment of 100K
rt=T3./T1;
T2=T1*rp^((gamma-1)/gamma);
Q1=cv.*(T3-T2);
figure,plot(T3,Q1)
hold on
T4=T3.*(1./(rt.*rp^(1/gamma))).^((gamma-1)/gamma)
Q2=cp.*(T4-T1);
Wnet=Q1-Q2;
plot(T3,Wnet)
xlabel('T3');
legend('Heat input','Work output')
eta=(Wnet./Q1).*100;
figure, plot(T3,eta)
xlabel('T3');
ylabel('Efficiency')

Please do upvote if you like the solution

In case of query feel free to comment i will be happy to help you

Add a comment
Know the answer?
Add Answer to:
Please Plot with solution An air-standard cycle with constant specific heats is executed in a closed...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • An air-standard cycle is executed within a closed piston–cylinder system, and it consists of the following...

    An air-standard cycle is executed within a closed piston–cylinder system, and it consists of the following three processes: 1–2 V = Constant heat addition from 100 kPa and 30°C to 850 kPa 2–3 Isothermal expansion until V3 = 8.5V2 3–1 P = Constant heat rejection to the initial state Assume air has constant properties with cv = 0.718 kJ/kg·K, cp = 1.005 kJ/kg·K, R = 0.287 kJ/kg·K, and k = 1.4. Required information An air-standard cycle is executed within a...

  • Required information An air-standard cycle is executed within a closed piston-cylinder system, and it consists of...

    Required information An air-standard cycle is executed within a closed piston-cylinder system, and it consists of the following three processes: 1-2 V Constant heat addition from 100 kPa and 34°C to 850 kPa 2-3 Isothermal expansion until V3-8.5V2 3-1 P Constant heat rejection to the initial state Assume air has constant properties with cv 0.718 kJ/kg-K, Cp 1.005 kJ/kg-K, R- 0.287 kJ/kg-K, and k-1.4 Determine the cycle thermal efficiency. The cycle thermal efficiency is 10.266

  • 5) Otto Cycle In this problem, you will analyze the performance of an air-standard Otto cycle for...

    5) Otto Cycle In this problem, you will analyze the performance of an air-standard Otto cycle for two cases: 1) variable specific heats of air and 2) constant specific heats of air evaluated at 300 K. The following information is given for the cycle: .The pressure and temperature, respectively, are 100 kPa and 300 K at the beginning of compressionn The compression ratio is 9 . The heat addition per unit mass of air is 1350 kJ/kg For each case,...

  • A simple Ideal Brayton cycle operates with air with minimum and maximum temperatures of 27C and...

    A simple Ideal Brayton cycle operates with air with minimum and maximum temperatures of 27C and 727°C. It is designed so that the. maximum cycle pressure is 2000 kPa and the minimum cycle pressure is 100 kPa. The isentropic efficiency of the turbine is 78 percent. Determine the network produced per unit mass of air each time this cycle is executed and the cycle's thermal efficiency Use constant specific heats at room temperature. The properties of air at room temperature...

  • A cold air-standard cyele is executed in a closed system with 0.5 kg of air and...

    A cold air-standard cyele is executed in a closed system with 0.5 kg of air and consists of the following three processes: 1-2 Isentropic compression from 110 kPa and 27°C to 1.18 MPa 2-3 P = constant, heat addition in the amount of 274 kJ 3-1 P-c 1 v + c 2, heat rejection to initial state (ci and c2 are constants) (a) Calculate the heat rejected. Q 31,out =| 1 50-1 | kJ Round your final answer to one...

  • Analyze a Diesel cycle using a constant specific heat air standard model (cP = 1.004 kJ/kg-K,...

    Analyze a Diesel cycle using a constant specific heat air standard model (cP = 1.004 kJ/kg-K, R = 0.287 kJ/kg-K) with the following properties: The temperature and pressure at the beginning of the compression stroke are 300 K and 100 kPa, the compression ratio is 22, and the specific heat addition is 800 kJ/kg. Find the thermal efficiency, cut off ratio, maximum temperature in the cycle, and maximum pressure in the cycle.

  • Problem 1 A diesel engine has a compression ratio r = 20 and uses air as...

    Problem 1 A diesel engine has a compression ratio r = 20 and uses air as the working fluid. The state of air at the beginning of the compression process is P1 = 95 kPa and T = 20°C. However, the isentropic expansion normally occuring between state 3 and state 4 is replaced by a polytropic process along which: Pul.35 = constant. The maximum temperature in the cycle is not to exceed 2200 K. In this analysis, the variation of...

  • he pressure and temperature at the beginning of compression of a cold air-standard Diesel cycle are...

    he pressure and temperature at the beginning of compression of a cold air-standard Diesel cycle are 100 kPa and 300 K, respectively. At the end of the heat addition, the pressure is 7.2 MPa and the temperature is 2250 K. Assume constant specific heats evaluated at 300 K. Determine: (a) the compression ratio. (b) the cutoff ratio. (c) the percent thermal efficiency of the cycle. (d) the mean effective pressure, in kPa.

  • Use variable specific heats. An air-standard dual cycle has a compression ratio of 14 and cut-off...

    Use variable specific heats. An air-standard dual cycle has a compression ratio of 14 and cut-off ratio of 1.2. The pressure ratio during constant volume heat addition (process 2-X) is 1.5. Determine the: (A) Thermal efficiency (B) Amount of heat added (C) Maximum gas pressure and temperature when the cycle is operated at 80kPA and 20°C at the beginning of the compression. Use variable specific heats.

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT