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/EX16.28/6_28.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/EX16.28/6_28.sce')
-rwxr-xr-x | 2165/CH6/EX16.28/6_28.sce | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/2165/CH6/EX16.28/6_28.sce b/2165/CH6/EX16.28/6_28.sce new file mode 100755 index 000000000..21c506dac --- /dev/null +++ b/2165/CH6/EX16.28/6_28.sce @@ -0,0 +1,23 @@ +clc
+//initialisation of variables
+p=100//lb/in62
+p1=0.5//lb/in^2
+T1=659.3//C.H.U/lb
+T2=26.2//C H U/lb
+W=181//C H U/lb
+H1=66//C H U/lb
+H2=115//C H U /lb
+D=0.912//C H U/lb
+H3=533.4//C H U/lb
+T3=108.5 //Degree C
+T4=26.4//Degree C
+W1=82.1/(D*H3)//lb
+s=1-W1//lb
+//CALCULATIONS
+T=W/(T1-T2)*100//percent
+Wd=H1+(H2*s)//C H U/lb
+H=T1-T3//C H U//lb
+TE=Wd/H*100//percent
+//RESULTS
+printf('the without bleeding % f pecent',T)
+printf('the proper weight of steam is bled=% f percent',TE)
|