diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /2165/CH6/EX6.23/6_23.sce | |
download | Scilab-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/CH6/EX6.23/6_23.sce')
-rwxr-xr-x | 2165/CH6/EX6.23/6_23.sce | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/2165/CH6/EX6.23/6_23.sce b/2165/CH6/EX6.23/6_23.sce new file mode 100755 index 000000000..bab1576e2 --- /dev/null +++ b/2165/CH6/EX6.23/6_23.sce @@ -0,0 +1,23 @@ +clc
+//initialisation of variables
+d=7//ft
+h=2//in
+s=750//r p m
+s1=31.3//lb/sec
+h1=1.5//in
+a=25//Degree c
+p=5.7//lb/in^2
+d1=0.97//in
+h2=370//ft/sec
+j=32.2//in
+k=1400//in
+e=0.75//percent
+w=326//in
+p=290//in
+vi=155//ft/sec
+//CALCULATIONS
+P=(%pi*7.69*s)/(60)//ft/sec
+H=(P*h2*s1)/(550*j)//ft/sec
+E=(P*h2)/(j*e*k)//C.H.U/lb
+//RESULTS
+printf('the drop in pressure while the steam is passing through the turbine=% f C.H.U/lb',E)
|