summaryrefslogtreecommitdiff
path: root/2165/CH8/EX8.22
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2165/CH8/EX8.22
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 '2165/CH8/EX8.22')
-rwxr-xr-x2165/CH8/EX8.22/8_22.sce20
1 files changed, 20 insertions, 0 deletions
diff --git a/2165/CH8/EX8.22/8_22.sce b/2165/CH8/EX8.22/8_22.sce
new file mode 100755
index 000000000..ab69e503d
--- /dev/null
+++ b/2165/CH8/EX8.22/8_22.sce
@@ -0,0 +1,20 @@
+clc
+//initialisation of variables
+r=12.5//rario
+p=0.39*10^6//ft.lb
+p1=14//lb/in^2
+t=373//Degree C
+g=18//ft^3
+t1=100//Degree C
+V=g/r//ft^3
+I=0.2*10^6//ft lb/lb
+T=0.59*10^6//ft.lb/lb
+D=0.221*10^6//ft.lb/lb
+A=0.095*10^6//ft.lb/lb
+E=0.264*10^6//ft.lb/lb
+E1=0.390*10^6//ft.lb/lb
+//CALCULATIONS
+W=(E/E1)*100//percent
+M=(E)/(144*(g-V))//lb.in^2
+//RESULTS
+printf('the efficiency of the engine and the m e p on the assumption that the specific heats=% f lb in^2',M)