summaryrefslogtreecommitdiff
path: root/2417/CH8
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2417/CH8
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '2417/CH8')
-rwxr-xr-x2417/CH8/EX8.1/Ex8_1.sce27
-rwxr-xr-x2417/CH8/EX8.10/Ex8_10.sce19
-rwxr-xr-x2417/CH8/EX8.11/Ex8_11.sce41
-rwxr-xr-x2417/CH8/EX8.12/Ex8_12.sce43
-rwxr-xr-x2417/CH8/EX8.13/Ex8_13.sce36
-rwxr-xr-x2417/CH8/EX8.14/Ex8_14.sce37
-rwxr-xr-x2417/CH8/EX8.2/Ex8_2.sce28
-rwxr-xr-x2417/CH8/EX8.3/Ex8_3.sce34
-rwxr-xr-x2417/CH8/EX8.4/Ex8_4.sce27
-rwxr-xr-x2417/CH8/EX8.5/Ex8_5.sce17
-rwxr-xr-x2417/CH8/EX8.6/Ex8_6.sce17
-rwxr-xr-x2417/CH8/EX8.7/Ex8_7.sce14
-rwxr-xr-x2417/CH8/EX8.8/Ex8_8.sce14
-rwxr-xr-x2417/CH8/EX8.9/Ex8_9.sce17
14 files changed, 371 insertions, 0 deletions
diff --git a/2417/CH8/EX8.1/Ex8_1.sce b/2417/CH8/EX8.1/Ex8_1.sce
new file mode 100755
index 000000000..991fdefef
--- /dev/null
+++ b/2417/CH8/EX8.1/Ex8_1.sce
@@ -0,0 +1,27 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.1\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.1 (page no. 380)
+// Solution
+
+//From the Steam Tables or Mollier chart in Appendix 3,we find that
+hf=340.49; //Unit:kJ/kg //at 50kPa //enthalpy
+h1=hf; //at 50kPa //hf=enthalpy of saturated liquid //Unit:kJ/kg
+h4=3230.9; //Unit:kJ/kg //enthalpy
+h5=2407.4; //Unit:kJ/kg ////enthalpy
+//Here,point 5 is in the wet steam region.
+printf("Solution for (a)\n");
+//Neglecting pump work (h2=h1) gives
+nR=(h4-h5)/(h4-h1); //Thermal efficiency of the cycle
+printf("The thermal efficiency of the cycle is %f percentage\n\n",nR*100);
+
+printf("Solution for (b)\n");
+p2=3000; //Unit:kPa //Upper pressure
+p1=50; //Unit:kPa //Lower pressure
+vf=0.001030; //Specific volume of saturated liquid //m^3/kg
+Pumpwork=(p2-p1)*vf; //Unit:kJ/kg //pump work
+//The efficiency of the cycle including pump work is
+nR=((h4-h5)-Pumpwork)/((h4-h1)-Pumpwork); //Thermal efficiency of the cycle
+printf("The thermal efficiency of the cycle including pump work is %f percentage\n\n",nR*100);
diff --git a/2417/CH8/EX8.10/Ex8_10.sce b/2417/CH8/EX8.10/Ex8_10.sce
new file mode 100755
index 000000000..73833e163
--- /dev/null
+++ b/2417/CH8/EX8.10/Ex8_10.sce
@@ -0,0 +1,19 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.10\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.10 (page no. 389)
+// Solution
+
+//Some of the property data required was found in problem8.4.In addition we have,
+//at 200 psia,s=1.7566 Btu/lbm*R,
+h7=1413.6; //Unit:Btu/lbm //Enthalpy
+//at 200 psia,s=1.8320 Btu/lbm*R,
+h4=1514.0; //Unit:Btu/lbm //Enthalpy
+//at 14.696 psia,s=1.8320 Btu/lbm*R,
+h5=1205.2; //Unit:Btu/lbm //Enthalpy
+h1=180.17; //Unit:Btu/lbm //enthalpy
+//Using these data,
+nreheat=((h4-h5)+(h4-h7))/((h4-h1)+(h4-h7)); //The efficiency of the reheat cycle
+printf("The efficiency of the reheat cycle is %f percentage",nreheat*100);
diff --git a/2417/CH8/EX8.11/Ex8_11.sce b/2417/CH8/EX8.11/Ex8_11.sce
new file mode 100755
index 000000000..a1958f4a0
--- /dev/null
+++ b/2417/CH8/EX8.11/Ex8_11.sce
@@ -0,0 +1,41 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.11\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.11 (page no. 394)
+// Solution
+
+printf("Solution for (a)\n");
+//For the rankine cycle,the Mollier chart gives
+h4=1505; //Enthalpy //Unit:Btu/lbm
+h5=922; //Enthalpy //Unit:Btu/lbm
+h6=h5; //Enthalpy //Unit:Btu/lbm
+//and at the condenser,
+h1=69.74; //enthalpy //Unit:Btu/lbm
+nR=(h4-h5)/(h4-h1); //efficiency of rankine cycle
+printf("The efficiency of rankine cycle is %f percentage\n\n",nR*100);
+
+printf("Solution for (b)\n");
+//Figure 8.16 shows the regenerative cycle.After doing work(isentropically),W lbs of steam are bled from the turbine at 50 psia for each lbm of steam leaving the steam generator,and (1-W) pound goes through the turbine and is condensed in the condenser to saturated liquid at 1 psia.This condensate is pumped to the heater,where it mixes with the extraced steam and leaves as saturated liquid at 50 psia.The required enthalpies are:
+//Leaving turbine:
+h5=1168; //Btu/lbm at 50 psia
+//Leaving condenser:
+h7=69.74; //Btu/lbm at 1 psia // is equal to h8 if pump work is neglected
+//Leaving heater:
+h1=250.24; //Btu/lbm at 50 psia //is equal to h2 if pump work is neglected(saturated liquid)
+//A Heat balance around the heater gives
+//W*h5 + (1-W)*h7 = 1*h1
+W=((1*h1)-h7)/(h5-h7); //Unit:lbm //W lb of steam
+printf("W=%f lbm\n",W);
+work=(1-W)*(h4-922) + W*(h4-h5); //h5=922 from the mollier chart //Unit:Btu/lbm //The work output
+printf("The work output is %f Btu/lbm\n",work);
+//Heat into steam generator equals the enthalpy leaving minus the enthalpy of the saturated liquid entering at 50 psia:
+qin=h4-h1; //Unit:Btu/lbm //Heat in
+n=work/qin; //Efficiency of regenerative cycle
+printf("The efficiency of regenerative cycle is %f percentage\n",n*100);
+//The efficiency of a regenerative cycle with one open heater is given by
+n=1-(((h5-h1)*(h6-h7))/((h4-h1)*(h5-h7))); //efficiency of a regenerative cycle
+W=(h1-h7)/(h5-h7); //Unit:lbm //W lb of steam
+printf("When the rankine cycle is compared with regenerative cycle,\n");
+printf("W=%f lbm and the efficiency of a regenerative cycle with one open heater is given by %f percentage\n",W,n*100);
diff --git a/2417/CH8/EX8.12/Ex8_12.sce b/2417/CH8/EX8.12/Ex8_12.sce
new file mode 100755
index 000000000..363cad59b
--- /dev/null
+++ b/2417/CH8/EX8.12/Ex8_12.sce
@@ -0,0 +1,43 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.12\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.12 (page no. 396)
+// Solution
+
+//Figure 8.16(a) shows the cycle.For this cycle,W2 pounds are extracted at 100 psia,and W1 pounds are extracted at 50 psia for each pound produced by the steam generator.The enthalpies that are required are:
+//Leaving turbine: 922 //Btu/lbm at 1 psia
+//Leaving condenser: 69.74 //Btu/lbm at 1 psia (saturated liquid)
+//Leaving low pressure heater: 250.24 //Btu/lbm at 50 psia (saturated liquid)
+//Leaving high pressure heater: 298.61 //Btu/lbm at 100 psia
+//At low pressure extraction: 1168 //Btu/lbm at 50 psia
+//At high pressure extraction: 1228.6 //Btulbm at 100 psia
+//Entering turbine: 1505 //Btu/lbm
+//The heat balance around the high pressure heater gives us
+//W2*1228.6 + (1-W2)*250.24 = 1*298.61
+W2=((1*298.61)-250.24)/(1228.6-250.24); //lbm //W2 pounds are extracted at 100 psia
+printf("W2=%f lbm\n",W2);
+//A heat balance around the low pressure heater yields
+//W1*1168 + (1-W1-W2)*69.74 = (1-W2)*250.24
+W1=(((1-W2)*250.24)-69.74+(W2*69.74))/(1168-69.74); //lbm //W1 pounds are extracted at 50 psia
+printf("W1=%f lbm\n",W1);
+work=((1505-1228.6)*1)+((1-W2)*(1228.6-1168))+((1-W1-W2)*(1168-922)); //The work output //Btu/lbm
+printf("The work output is %f Btu/lbm\n",work);
+//Heat into the steam generator equals the enthalpy leaving minus the enthalpy of saturated liquid at 100 psia:
+qin=1505-298.61; //Btu/lbm //Heat in
+printf("Heat in = %f Btu/lbm\n",qin);
+n=work/qin; //The efficiency
+printf("The efficiency is %f percentage\n",n*100);
+//In terms of figure 8.16a,
+//W2=(h1-h11)/(h5-h11)
+//W1=(h5-h1/h6-h9)*(h10-h9/h5-h10) neglecting the pump work
+//n=1-(h7-h8/h4-h1)*(h5-h1/h5-h10)*(h6-h10/h6-h8)
+//For this problem , h8=h9 , h10=h11 and h1=h2.Thus
+W2=(298.61-250.24)/(1228.6-250.24); //lbm //W2 pounds are extracted at 100 psia
+printf("Comparing the results,\n");
+printf("W2=%f lbm\n",W2);
+W1=((1228.6-298.61)*(250.24-69.74))/((1168-69.74)*(1228.6-250.24)); //lbm //W1 pounds are extracted at 50 psia
+printf("W1=%f lbm\n",W1);
+n=1-(((922-69.74)*(1228.6-298.61)*(1168-250.24))/((1505-298.61)*(1228.6-250.24)*(1168-69.74))); //Efficiency
+printf("The efficiency is %f percentage\n",n*100);
diff --git a/2417/CH8/EX8.13/Ex8_13.sce b/2417/CH8/EX8.13/Ex8_13.sce
new file mode 100755
index 000000000..7f0ae5d6d
--- /dev/null
+++ b/2417/CH8/EX8.13/Ex8_13.sce
@@ -0,0 +1,36 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.13\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.13 (page no. 398)
+// Solution
+
+//Regenerative cycle
+//Assume that 1 lbm of steam leaves the steam generator and that W1 lbm is bled off to the closed heater at 100psia and that W2 lbm is bled off to the open heater at 50 psia.Alos,assume that the feedwater leaving the closed heater at 310F,18F less than the saturation temperature corresponding to 100 psia.For calculation purposes,we will use hf at 310 F for this enthalpy.Using the Mollier diagram and the steam tables,we find the following values of enthalpy:
+
+//h to turbine=1505 Btu/lbm(at 1000 psia and 1000F)
+//h at first extraction=1228 Btu/lbm(isentropically to 100 psia)
+//h at second extraction=1168 Btu/lbm(isentropically to 100 psia)
+//h at turbine exit=922 Btu/lbm (isentropically to 1 psia)
+//hf=298.61 Btu/lbm(at 100 psia)
+//hf=250.24 Btu/lbm(at 50 psia)
+//hf=280.06 Btu/lbm(at 310 F)
+//hf=69.74 Btu/lbm (at 1 psia)
+//A heat balance around the high pressure heater gives us
+//W1*(1228-298.61) = 1*(280.06-250.24)
+W1=((1*(280.06-250.24)))/(1228-298.61); //lbm //W1 lbm is extracted at 100 psia
+printf("W1=%f lbm\n",W1);
+//A heat balance around the open heater gives us
+//W2*1168 +(1-W1-W2)*69.74 + W1*268.61 = 1*250.24
+W2=((1*250.24)-(W1*268.61)-69.74+(W1*69.74))/(1168-69.74); //lbm //W2 lbm is extracted at 50 psia
+printf("W2=%f lbm\n",W2);
+//The work output of the cycle consists of the work that 1 lbm does in expanding isentropically to 100 psia,plus the work done by (1-W1)lbm expanding isentropicaly from 100 to 50 psia,plus the work done by (1-W1-W2)lbm expanding isentropically from 50 to 1 psia.
+//Numerically,the work is
+workoutput=(1*(1505-1228))+((1-W1)*(1228-1168))+((1-W1-W2)*(1168-922)); //Btu/lbm //the work output
+printf("The work output is %f Btu/lbm\n",workoutput);
+heatinput=1505-280.06; //Btu/lbm //the heat input
+printf("The heat input is %f Btu/lbm\n",heatinput);
+n=workoutput/heatinput; //Efficiency
+printf("The efficiency is %f percentage\n",n*100);
+//When compared to 8.11,we conclude that the addition of additional closed heater raises the efficiency.
diff --git a/2417/CH8/EX8.14/Ex8_14.sce b/2417/CH8/EX8.14/Ex8_14.sce
new file mode 100755
index 000000000..7835efa4e
--- /dev/null
+++ b/2417/CH8/EX8.14/Ex8_14.sce
@@ -0,0 +1,37 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.14\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.14 (page no. 426)
+// Solution
+
+//From problem 8.11,
+//Leaving turbine:
+h5=1168; //Btu/lbm at 50 psia
+//For the rankine cycle,the Mollier chart gives
+h4=1505; //Enthalpy //Unit:Btu/lbm
+h6=922; //Enthalpy //Unit:Btu/lbm //h6=h5;
+//and at the condenser,
+h1=69.74; //enthalpy //Unit:Btu/lbm
+//Leaving condenser:
+h7=69.74; //Btu/lbm at 1 psia // is equal to h8 if pump work is neglected
+//Leaving heater:
+h2=250.24; //Btu/lbm at 50 psia //is equal to h1 if pump work is neglected(saturated liquid)
+//A Heat balance around the heater gives
+//W*h5 + (1-W)*h7 = 1*h1
+W=((1*h2)-h7)/(h5-h7); //Unit:lbm
+liquidleaving=(W*h2)+(1-W)*h1; //Btu/lbm //liquid leaving the heatexchange
+
+//Using these data,,
+heatin=h4-liquidleaving; //Btu/lbm //heat in the boiler
+printf("Heat in at boiler is %f Btu/lbm\n",heatin);
+workout=((1-W)*(h4-h6))+(W*(h4-h5)); //Btu/lbm //The work out of turbine
+printf("The work out of turbine is %f Btu/lbm\n",workout);
+n=workout/heatin; //efficiency //The conventional thermal efficiency
+printf("The conventional thermal efficiency is %f percentage\n",n*100);
+//If at this time we have define the efficiency of energy utilization to be the ratio of the work out plus the useful heat out divided by the heat input to the cycle, nenergyutilization=((w+qoutuseful)/qin)*100
+qout=W*(h5-h2); //heat out //Btu/lbm
+n=(workout+qout)/heatin; //efficiency of energy utilization
+printf("Efficiency of energy utilization is %f percentage\n",n*100);
+//Comparing with 8.11, we see that conventional thermal efficiency is decreased and efficiency of energy utilization is increased
diff --git a/2417/CH8/EX8.2/Ex8_2.sce b/2417/CH8/EX8.2/Ex8_2.sce
new file mode 100755
index 000000000..a9b1049dc
--- /dev/null
+++ b/2417/CH8/EX8.2/Ex8_2.sce
@@ -0,0 +1,28 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.2\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.2 (page no. 381)
+// Solution
+
+//Using the computer disk to obtain the neccesary properties
+printf("Solution for (a)\n");
+//For the conditions given in problem8.1,the properties are found to be
+hf=340.49; //Unit:kJ/kg //at 50kPa //enthalpy
+h1=hf; //at 50kPa //hf=enthalpy of saturated liquid
+h2=h1; //Enthalpy //Unit:kJ/kg
+h4=3230.9; //Unit:kJ/kg //enthalpy
+h5=2407.4; //Unit:kJ/kg //enthalpy
+//Neglecting pump work
+nR=(h4-h5)/(h4-h2); //Thermal efficiency of the cycle
+printf("The thermal efficiency of the cycle is %f percentage\n\n",nR*100);
+
+printf("Solution for (b)\n");
+//For the pump work,we do not need the approximation,because the computerized tables give us the necessary values directly.
+//Assuming that the condensate leaving the condenser is saturated liquid gives us an enthalpy of 340.54 kJ/kg and an entropy of 1.0912 kJ/kg*K for an isentropic compression, the final cond-ition is the boiler pressure of 3Mpa and an entropy of 1.0912 kJ/kg*K. For these values,the program yields an enthalpy of 343.59 kJ/kg*K.The isentropic pump work is equal to
+Pumpwork=343.59-340.54; //Unit:kJ/kg //pumpwork
+//The efficiency of the cycle including pump work is
+nR=((h4-h5)-Pumpwork)/((h4-h1)-Pumpwork); //Thermal efficiency of the cycle
+printf("The thermal efficiency of the cycle including pump work is %f percentage\n\n",nR*100);
+//Final results in this problem agree with the result in problem8.1
diff --git a/2417/CH8/EX8.3/Ex8_3.sce b/2417/CH8/EX8.3/Ex8_3.sce
new file mode 100755
index 000000000..a2d802863
--- /dev/null
+++ b/2417/CH8/EX8.3/Ex8_3.sce
@@ -0,0 +1,34 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.3\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.3 (page no. 382)
+// Solution
+
+//Solution for (a)
+//Figurre 8.3 with the cycle extending into the superheat region and expanding along 4->5 is the appropriate diagram for this process.
+
+printf("Solution for (b)\n");
+//This problem can be solved either by use of the Mollier chart or the Steam Tables.If the chart is used,14.696 psia is first located on the saturated vapor line.Because the expansion,4->5,is isentropic,a vertical line on the chart is the path of the process.The point corresponding to 4 in figure 8.3 is found where this vertical line intersects 400 psia.At this point,the ent-halpy is 1515 Btu/lbm,and the corresponding temperature is approximatelty 980F.Saturated vapor at 14.696 psia has an enthalpy of 1150.5 Btu/lbm(from the Mollier chart).The Steam Tables sh-ow that saturated liquid at 14.696 psia has an enthalpy of 180.15 Btu/lbm.In terms of figure 8.3,and neglecting pump work,we have
+h1=180.15; //Unit:Btu/lbm //enthalpy
+h2=h1; //Enthalpy //Unit:Btu/lbm
+h4=1515; //Unit:Btu/lbm //enthalpy
+h5=1150.5; //Unit:kJ/kg //enthalpy
+//Neglecting pump work yields
+nR=(h4-h5)/(h4-h2); //Thermal efficiency of the cycle
+printf("Neglecting the pump work,The thermal efficiency of the cycle is %f percentage\n\n",nR*100);
+p2=400; //Unit:Psia //Upper pressure
+p1=14.696; //Unit:Psia //Lower pressure
+vf=0.01167; //Specific volume of saturated liquid //ft^3/lbm
+J=778; //Conversion factor
+Pumpwork=((p2-p1)*vf*144)/J; //Unit:Btu/lbm //1ft^2=144 in^2 //pumpwork
+//The efficiency of the cycle including pump work is
+nR=((h4-h5)-Pumpwork)/((h4-h1)-Pumpwork); //Thermal efficiency of the cycle
+printf("The thermal efficiency of the cycle including pump work is %f percentage\n\n",nR*100);
+//where the denominator is h4-h2=h4-h1-(h2-h1).Neglecting pump work is obviously justified in this case.An alternative solution is obtained by using the Steam Tables:at 14.696 psia ans sat-uration,sg=1.7567 ; at 400 psia,s= 1.7567.From Table 3(at 400 psia)
+// s h t
+//1.7632 1523.6 1000
+//1.7567 1514.2 982.4
+//1.7558 1512.9 980
+
diff --git a/2417/CH8/EX8.4/Ex8_4.sce b/2417/CH8/EX8.4/Ex8_4.sce
new file mode 100755
index 000000000..14e52fed0
--- /dev/null
+++ b/2417/CH8/EX8.4/Ex8_4.sce
@@ -0,0 +1,27 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.4\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.4 (page no. 383)
+// Solution
+
+//Refer to figure8.3.The desired quantities are obtained as follows:
+//at 14.696 psia,saturated vapor (x=1),s=1.7566 Btu/lbm*R
+h5=1150.4; //Unit:Btu/lbm //enthaply
+//at 14.696 psia,saturated liquid (x=0),s=0.3122 Btu/lbm*R
+h2=180.17; //Unit:Btu/lbm //enthaply
+h1=h2;
+//at 400 psia,s=1.7566 Btu/lbm*R,
+h4=1514.0; //Unit:Btu/lbm //Enthalpy
+t=982.07; //Unit:F //tempearature
+//at 400 psia,s=0.3122 Btu/lbm*R, //s=entropy
+h=181.39; //Unit:Btu/lbm //Enthalpy
+//Note the agreement of these values with the ones obtained for problem8.4.Alos,note the temperature of 982.07F compared to 982.4F.Continuing,
+//Neglecting pump work
+nR=(h4-h5)/(h4-h2); //Thermal efficiency of the cycle
+printf("Neglecting the pump work,The thermal efficiency of the cycle is %f percentage\n\n",nR*100);
+Pumpwork=h-h2; //Unit:kJ/kg ///pumpwork
+//The efficiency of the cycle including pump work is
+nR=((h4-h5)-Pumpwork)/((h4-h2)-Pumpwork); //Thermal efficiency of the cycle
+printf("The thermal efficiency of the cycle including pump work is %f percentage\n\n",nR*100);
diff --git a/2417/CH8/EX8.5/Ex8_5.sce b/2417/CH8/EX8.5/Ex8_5.sce
new file mode 100755
index 000000000..418e8e422
--- /dev/null
+++ b/2417/CH8/EX8.5/Ex8_5.sce
@@ -0,0 +1,17 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.5\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.5 (page no. 385)
+// Solution
+
+//The Carnot cycle would operate between 982.4F and 212F.
+T1=982.4+460; //temperature converted to absolute temperature //Unit:R
+T2=212+460; //temperature converted to absolute temperature //Unit:R
+nc=((T1-T2)/T1)*100; //Efficiency of carnot cycle
+printf("The efficiency is %f percentage\n",nc);
+//In problem 8.3,
+nR=27.3; //Thermal efficiency of the cycle neglecting the pump work
+typen=(nR/nc)*100; //Type efficiency=ideal thermal efficiency/efficiency of carnot cycle operating between min and max temperature limits
+printf("The type efficiency of the ideal Rankine cycle is %f percentage\n",typen);
diff --git a/2417/CH8/EX8.6/Ex8_6.sce b/2417/CH8/EX8.6/Ex8_6.sce
new file mode 100755
index 000000000..679e02294
--- /dev/null
+++ b/2417/CH8/EX8.6/Ex8_6.sce
@@ -0,0 +1,17 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.6\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.6 (page no. 385)
+// Solution
+
+//For the upper temperature of the cycle,we have 400C,and for 50kPa,the steam tables give us a saturation temperature of 81.33C.The efficiency of a Carnot cycle operating between the limits would be
+T1=400+273; //Celcius temperature converted to fahrenheit temperature
+T2=81.33+273; //temperature converted to fahrenheit temperature
+nc=((T1-T2)/T1)*100; //Efficiency of carnot cycle
+printf("The efficiency is %f percentage\n",nc);
+//In problem 8.1,
+nR=28.5; //Thermal efficiency of the cycle neglecting the pump work
+typen=(nR/nc)*100; //Type efficiency=ideal thermal efficiency/efficiency of carnot cycle operating between min and max temperature limits
+printf("The type efficiency of the ideal Rankine cycle is %f percentage\n",typen);
diff --git a/2417/CH8/EX8.7/Ex8_7.sce b/2417/CH8/EX8.7/Ex8_7.sce
new file mode 100755
index 000000000..e4baf7669
--- /dev/null
+++ b/2417/CH8/EX8.7/Ex8_7.sce
@@ -0,0 +1,14 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.7\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.7 (page no. 386)
+// Solution
+
+//From problem 8.3,
+work=1515-1150.5; //Unit:Btu/lbm of steam //pump work is neglected //Useful ideal work
+//Because of the heat losses, 50 Btu/lbm of the 364.5 Btu/lbm becomes unavailable.
+available=364.5-50; //Unit:Btu/lbm
+n=available/(1515-180.15); //Thermal efficiency of the cycle neglecting pump work h4=1515; //Unit:Btu/lbm //enthalpy & h1=180.15; //Unit:Btu/lbm //enthalpy
+printf("The thermal efficiency of the cycle neglecting pump work is %f percentage\n\n",n*100);
diff --git a/2417/CH8/EX8.8/Ex8_8.sce b/2417/CH8/EX8.8/Ex8_8.sce
new file mode 100755
index 000000000..78ca3ae67
--- /dev/null
+++ b/2417/CH8/EX8.8/Ex8_8.sce
@@ -0,0 +1,14 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.8\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.8 (page no. 387)
+// Solution
+
+//Neglecting the pump work,we have
+heatrate=3413/0.273; //Unit:Btu/kWh //0.273=efficiency //1 kWh=3413 //heat rate
+printf("The heat rate is %f Btu/kWh\n",heatrate);
+//Per pound of steam,1515-1150.5=364.5 Btu is delivered.
+//Because 1 kWh=3413
+printf("The steam rate is %f lbm of steam per kilowatt-hour\n",3413/(1515-1150.5));
diff --git a/2417/CH8/EX8.9/Ex8_9.sce b/2417/CH8/EX8.9/Ex8_9.sce
new file mode 100755
index 000000000..ee72269c0
--- /dev/null
+++ b/2417/CH8/EX8.9/Ex8_9.sce
@@ -0,0 +1,17 @@
+//scilab 5.4.1
+clear;
+clc;
+printf("\t\t\tProblem Number 8.9\n\n\n");
+// Chapter 8 : Vapor Power Cycles
+// Problem 8.9 (page no. 388)
+// Solution
+
+//The Mollier chart provides a convenient way of solving this problem.Expanding from 980F,400 psia,s=1.7567 to 200 psia yields a final enthalpy of 1413 Btu/lbm.Expanding from 200 psia ans an enthalpy of 1515 Btu/lbm to 14.696 psia yields a final enthaply of 1205 Btu/lbm.
+h4=1515; //Unit:Btu/lbm //enthalpy
+h5=1205; //Unit:Btu/lbm //enthalpy
+h7=1413; //Unit:Btu/lbm //enthalpy
+h1=180.15; //Unit:Btu/lbm //enthalpy
+nreheat=((h4-h5)+(h4-h7))/((h4-h1)+(h4-h7)); //The efficiency of the reheat cycle
+printf("The efficiency of the reheat cycle is %f percentage",nreheat*100);
+//It is apparent that for the conditions of this problem,the increase in efficiency is not very large.The final condition of the fluid after the second expansion is superheated steam at
+//14.696 psia.By condensing at this relatively high pressure condition,a large amount of heat is rejected to the condenser cooling water.7