summaryrefslogtreecommitdiff
path: root/2666/CH14/EX14.3
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2666/CH14/EX14.3
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 '2666/CH14/EX14.3')
-rwxr-xr-x2666/CH14/EX14.3/Ex14_3.sce20
1 files changed, 20 insertions, 0 deletions
diff --git a/2666/CH14/EX14.3/Ex14_3.sce b/2666/CH14/EX14.3/Ex14_3.sce
new file mode 100755
index 000000000..8723c5881
--- /dev/null
+++ b/2666/CH14/EX14.3/Ex14_3.sce
@@ -0,0 +1,20 @@
+
+clc
+//initialisation of variables
+h=2368000//Btu per mol
+t=77//F
+u=104//ft
+v=18*991.3//Btu
+d=85//ft
+p=640//F
+q=12.5//ft
+h1=1066//ft
+f=9//ft
+a=8//ft
+r=118//ft
+g=13.5//ft
+//CALCULATIONS
+U=u-v//Btu per mol of water
+F=1*p+q*d+g*h1+a*r+a*h1+f*U+h//Btu per mol
+//RESULTS
+printf('the fuel the oxygen =% f Btu per mol',F)